html,body {
	height: 100%;	
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.gif) repeat;
	font: normal 12px/130% Arial, Helvetica, sans-serif;
}
#wrapper {
	position: relative;
	width: 856px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid red;
	background: url(../images/bg_wrapper.gif) repeat-y;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treaded as min-height*/
	min-height: 100%; /* real browsers */

}
#wrap {
	width: 100%;
	height: auto;
	padding-bottom: 30px;
	border: 0px solid green;
}
#main {
	float: left;
	width: 751px;
	margin: 0px;
	padding: 0px;
	border: 0px solid blue;
	text-align:left;

}
	#top {
		height: 158px;
		border: 0px solid red;
		background: url(../images/bg_top.png) no-repeat left;
		clear:right;
	}
		#logo {
			float: left;
			width: 367px;
			height: 107px;
			margin-top: 24px;
		}
		#banner {
			float: right;
			possition:relative;
		
		}
			#banner img {
			width: 265px;
			height: 158px;
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;
			}
			img.watermark{
				position: absolute;
				top: 0px;
				right: 189px;
				
				
			}
	#topmenu {
		height: 17px;
		margin: 0px;
		padding: 0px;
		background: url(../images/bg_topmenu.gif) repeat-x;
		border: 0px solid red;
		clear:right;
	}
		#beforemenu {
			float: left;
			width: 177px;
			height: 17px;
			margin: 0px;
			padding: 0px;
			background: url(../images/beforemenu.gif) no-repeat;
		}
		#menu {
			float: left;
			width: 570px;
			height: 17px;
			margin: 0px;
			padding: 0px;
			border: 0px solid black;				
			font: normal 11px Arial, Helvetica, sans-serif;
			color: #fff;
		}
			#menu ul{
				margin: 0px;
				padding:0px ;
				height: 17px;
				list-style-type: none;
				border: 0px solid yellow;
			}
			#menu li{
				float: left;
				margin: 0px;
				padding: 1px 7px 0px 8px;
				list-style-type: none;
				background: url(../images/bg_menu.gif) no-repeat left;
				color: #fff;
				height: 16px;
				border: 0px solid red;
			}
			#menu li.act{
				margin: 0px 0px 0px 0px;
				padding: 1px 7px 0px 8px;
				list-style-type: none;
				background: url(../images/bg_menu_act.gif) repeat-x;
				display:inline;
				color: #fff;
				height: 16px;
			}
			#menu li a{
				color: #fff;
				text-decoration: none;
				height: 17px;
			}
	#maincontents {
		width: 100%;
		height: auto;
		margin: 12px 0px 0px 0px;
		padding: 0px 0px 45px 0px;
		border: 0px solid yellow;
		clear: right;
		background:white;
	}
		#leftcontent {
			float: left;
			width: 181px;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			border: 0px solid white;
		}
		#content {
			float: left;
			width: 538px;
			margin: 0px 0px 0px 16px;
			padding: 0px;
			border: 1px solid white;
			clear:right;
		}
		#content2 {

		}
		#content p.bodytext { background:#f5f5f5;}
		#print {
			background:#f5f5f5;
			border: 0px solid red;
			height: 30px;
			margin-bottom:5px;
			margin-top:5px;
			text-align:left;
		}
#spons{
	float:right;
	width:98px;
}
#sponsorheader {
	padding: 5px 0px 0px 0px;
	margin-right:auto;
	margin-left:auto;
	clear:right;
}

#sponsor {
	float: right;
	width: 98px;
	border: 0px solid green;
	text-align: center;

}
#sponsor img {
	margin: 5px 0px 5px 4px;
	
}
#footer {
	position: absolute;
	width: 751px;
	height: 30px;
	left: 0px;
	bottom: 0px;
	background: url(../images/bg_footer.gif) repeat-x;
	border: 0px solid red;
}
	#footer P.bodytext {
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #898989;
		padding: 9px 0px 0px 18px;
	}
	#footer P.bodytext a {
		font: normal 11px Arial, Helvetica, sans-serif;
		color: #898989;
		padding: 9px 0px 0px 18px;
		text-decoration: none;
	}

.clearfix:after {
	content: ".";
	display: block; 
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
#test {
	height: 600px;
	background: navy;
}

