@charset "utf-8";
/* CSS Document */

body {
	height: 100%;
	color: #6c6c6c;
	background-image:url(../Images/bg.jpg);
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	border:none;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}

sub {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}

div.wrap {
	width: 850px;
	margin: 0 auto;
	border: 0px;
	position: relative;
	min-height: 100%;
}

div.header {
	width: 850px;
	margin: 0 auto;
	border: 0px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

div.content {
	width: 850px;
	margin: 0 auto;
	border: 0px;
	line-height: 150%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow:auto;
	padding-bottom: 150px;
	
}

div.footer {
	background-image:url(../Images/footer_bg.jpg);
	width: 850px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}


div.footer_content {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #6c6c6c;
	width: 800px;
	margin: 0 auto;
	border: 0px;
	margin: 0 auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clear:both;
}


