/* CSS Document */
body {
height: 100%;
margin: 0 0 0 0;
background:url(baground_bg.png) #000 repeat-x;
color: #FFF;
font-size:12px;
font-family: Verdana;
}


.divContainer {
position: relative;
width: 605px;
height: 100%;
margin: 0px auto;
}
.divHeader {
position: relative;
width: 100%;
overflow:hidden;
height: 163px;
background: url(header_top.png) no-repeat;
}

.MenuContainer{
position: absolute;
height: 45px;
top: 155px;
margin: 0 auto auto 0;
line-height: 45px;
left: auto;
right: auto;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
white-space:nowrap;
display: table;
}
#mainmenu .MenuContainerItem,
#mainmenu a{
background: url("2button_off.gif");
float:left;
width: 98px;
height: 45px;
line-height: 45px;
color:#666;
text-decoration:none;
font-size:11px;
font-family: Helvetica;
text-align:center;
}
#mainmenu .MenuContainerItemCurrent, 
#mainmenu a:hover, #mainmenu a.MenuContainerItemCurrent {
background: url("2button_on.gif");
float:left;
width: 98px;
height: 45px;
color:#fff;
line-height: 45px;
text-decoration:none;
font-size:11px;
font-family: Helvetica;
text-align:center;
}

.MenuContainerItemCurrent {
z-index: 300;
position: relative;
}

.divContent {
width: 605px;
top: 150px;
left: auto;
right: auto;
}

.footer {
width: 605px;
margin: 0px auto;
}

.footer { font-size: 10px; }
A:link		{ text-decoration: none; color: #999999; }
A:visited	{ text-decoration: none; color: #999999; }
A:hover		{ text-decoration: underline; color: #FFFFFF; }
