@charset "utf-8";

body {
	background-repeat: repeat-x;
	background-image: url(/assets/images/Other/body_bkg.jpg);
	background-color: #ABACAE;

}



/* CSS Document */



#container {

	border: 1px solid #000000;

	padding: 0px;

	margin: 5px auto;

	background-color: #7a7a7a;

	width: 800px;

}

#maincontent img {

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



#header {

	height: 174px;

	width: 800px;

	margin: 0px;

	padding: 0px;

}

#header img {

	margin: 0px;

	padding: 0px;

	border-top-style: none;

	border-right-style: none;

	border-bottom-style: none;

	border-left-style: none;

}



#maincontent {

	width: 800px;

	padding: 0;

	background-color: #FFFFFF;

	min-height: 500px;

}



#footer {

	background-color: #011928;

	margin: 0px;

	padding: 0px;

	height: 150px;

	width: 800px;

}

#footertext {
	width: 435px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7A7A7A;
	margin: 0 0 0 350px;
	padding: 15px 15px 0 0;
	background-color: #011928;

}

#footertext p {
	margin: 0 0 10px 0;
	color: #FFFFFF;
	background-color: #011928;

}

#footertext a {

	text-decoration: none;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #7A7A7A;

}

#footertext a:hover {

	color: #FFFFFF;

}



#footer  img {

	margin-top: 5px;

	margin-left: 10px;

	float: left;

	padding: 0;

	border: none;

	width: 315px;

}

img.hiddenpic {

	display: none;

}
