body {
font-family : Arial;
font-size : 14px;
color : black;
background : #FFFFFF url('images/back.gif') fixed;
margin : 16px;
}


#container {
width: 768px;
}

#header {
width: 768px;
height: 128px;
background: url('images/header.gif') top left no-repeat;
}

#menus {
width: 768px;
height: 28px;
background: #ffffff;
}


#contentbox {
text-align: left;
width: 760px;
padding: 4px;
background: #ffffff;
}

#footer {
width: 760px;
padding: 4px;
background: #ffffff;
text-align: center;
}

#footer a {
text-decoration: none; 
color: #000000
}

#footer a:hover {
text-decoration: underline; 
color: #000000
}


.menuitem {
width: 188px;
background: #66CCFF;
float: left;
text-align: center;
margin: 2px;
color: #000000;
font-size: 14px;
font-weight: bold;
}

.menuitem_act {
width: 188px;
background: #FFFFFF;
float: left;
text-align: center;
margin: 2px;
color: #66CCFF;
font-size: 14px;
font-weight: bold;
}

.menuitem:hover{
background: #000000;
color: #66CCFF;
cursor: pointer;
}


