@charset "utf-8";
/* CSS Document */

body {
	font: 14px Arial, Helvetica, sans-serif;
	background-image:url(images/temp.jpg);
	background-repeat:no-repeat;
	background-position: top center;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
}
 #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/container_bg.jpg);
	background-repeat:repeat;
}
#header {
    background-image:url(images/header.jpg);
    height:21px;
	background-repeat:no-repeat;
	width:924px;
	padding-top:335px;
	padding-left:100px;


}

#mainContent {
background-image:url(images/middle.jpg);
background-repeat:no-repeat;
width:914px;
padding-left:110px;
padding-top:40px;
}

#bottom {
	background-image:url(images/bottom.jpg);
	height:52px;
	background-repeat:no-repeat;
}

#logos {
	background-image:url(images/logos.jpg);
	height:190px;
	background-repeat:no-repeat;
	padding-left:600px; 
	padding-top:10px;
}


#footer {
	width:1024px;
	background-image:url(images/footer.jpg);
	height:127px;
	background-repeat:no-repeat;

}
#footer p {
	color:#FFF;
	font-size:10px;
	text-align:center;
	padding-top:20px;
	
}

a:link {
	color:#000;
}

a:visited {
	color:#000;
}

a:HOVER {
	color:#000;
}

a:active {
	color:#000;
}

.style1 {
	color:#036;
	font-size:16px;
	font-weight:bold;
}

.style2 {
	color:#000;
	font-size:16px;
	font-weight:bold;
}

