body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

body {
text-align: center; 
float: center;
background: #000000;
}

#container {
width: 929px;
background: #000000;
border-style:double;
border-width:8px;
border-color: #0033B9;
float: center;
}
#header {
width: auto;
}

#content {
float: right;
width: 631px;
background: #000000;
font-size: 14px;
	color: #EBEBEC;
text-align:left;

}
#sidebar {
width: 290px;
background: #000000;
font-size: 12px;
	color: #FFFFFF;
	display: inline;

}

#footer {
clear: both;
background: #000000;
 padding-bottom: 4px;
font-size: 12px;
	color: #3366CC;
	text-align:center;
	border-style: hidden;
border-width:8px;
border-color: #0033B9;
	
	}

#navigation {
float: left;
   list-style-type: none;
   width: 656px;
   padding-left: 6px;

}
#navigation li {
   margin-bottom: 2px;
   display: inline;
}
#navigation a {
text-align: center; 
   background: #7185B3;
   color: #313F57;
   display: block;
   width: 298px;
   font-size: 12px;
   		color: #000000;
   text-decoration: none;

}
#navigation a:hover {
text-align: center; 
   background: #6178AA;
   text-decoration: none;


}




a:link {
	color: #0033B9;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #0033B9;
}

.img-resize
{
position: relative;
width: 49%;
} 