@charset "utf-8";
body  {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #000000;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

img {
border: 3px #ffffff solid;
}


#container {
	background-color:#000000;
	width: 1000px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	position:relative;
	background-color: #000000;
	background-repeat: no-repeat;
	color: #cccccc;
	padding: 0px;
	text-align:left;
} 
#container li{
font-weight: bold;
}
#container p{
	padding:0px;
	margin:0px;
	font-size: 0.95em;
	background-repeat: repeat-y;
}
a:link ,a:hover ,a:visited {
	border:none;
	outline:none;
	text-decoration:underline;
	color:#ffffff;
}
#header {
	clear: both;
	height: 248px;
	width: 1000px;
	background-color: #000000;
	background-repeat: no-repeat;
	color: #0C3E65;
	margin-bottom:20px;
} 
#sidebar1 {
	width: 196px; /* the background color will be displayed for the length of the content in the column, but no further */
	height: 893px;
	background-color: #000000;
	background-repeat: no-repeat;
	padding-left:55px;
	padding-top:30px;
	position:absolute;
	left:0px;
}
#mainContent {
	float: left;
	width: 750px;
	min-height:1000px;
	background-repeat: no-repeat;
	background-color:#000000;
	padding-left:250px;
	position:relative;
}
#topbox {
	background-image: url(img/top_box.png);
	height: 57px;
	width: 749px;
	color: #13507E;
}
#centerbox {
	background-image: url(img/center_box.png);
	width: 658px;
	background-repeat: repeat-y;
	padding-right: 47px;
	padding-left: 34px;
}

#bottombox {
	background-image: url(img/bottom_box.png);
	height: 57px;
	width: 749px;
}

#mainContent p{
	padding:0px;
	margin:0px;
}

#footer { 
	background:#000000;
	height:50px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#dynamicpics {
	margin:0 auto;
	width:584px;
}
