@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../img/general/bgMain.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial;
	font-size: 13px;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}

#mainContainer {
	margin:0 auto;
	width:900px;
	
}

#header {
	height: 110px;
}

#headerLogoContainer {
	height: 67px;
	width: 237px;
	padding: 30px 0 0 328px;
}

#contentContainer{
	width:900px;
}


#footer {
	height: 75px;
	padding: 12px 15px 15px 30px;
	background-image: url(../img/general/footer.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top center;
	line-height: 24px;
	color: #6F747A;
}

#footer a {
	color: #FFF;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footerLeft {
	float:left;
	width: 450px;
}

#footerRight {
	float:right;
	width: 300px;
	text-align:right;
}

