html{
	overflow:hidden;}
body {
	font-family:Verdana, Geneva, sans-serif;
	margin:0 auto;
	padding: 0;
	height: 100%;
	width:1000px;
	min-height: 100%;
	background-color:#C00;}
		
	#container{	
		margin:0 auto;
		
		}
		
		#header{
			top:0px;
			width:100%;
			height:120px;
			background:url(../images/header.jpg) no-repeat;}
			
		#wrapper{
			position:absolute;
			top:120px;
			width:1000px;
			height:100%;}
		
			#nav{
				float:left;				
				background: url(../images/menubg.jpg) no-repeat top #FFF;
				width:150px;
				height:100%;}
				
				#nav table{
					margin-top:10px;
					width:100%;
					}
					
				#nav a{
					font:tahoma;
					font-size: 12px;
					font-weight:300;
					text-decoration:none;
					margin-left:10px;
					color:#000;}
					
				#nav a:hover{
					color: #F00;}
					
				#nav td{
					border-bottom:#FFF thin solid;
					height:30px;
					color: #F00;}
					
				#nav td:hover{
					border-bottom: #F00 thin solid;
					height:30px;
					color: #F00;}
					
				#nav td:active{
					background-color:#CCC;
					border-bottom: #F00 thin solid;
					height:30px;
					color: #F00;}
					
					
					
				
			
			#content{
				background: url(../images/contentbg.jpg) center top no-repeat #CCCCCC;
				float:left;
				margin:auto;
				width:850px;
				height:100%;
				text-align:center;
				vertical-align:middle;}
						
				#maincontent{
					width:840px;
					height:74%;
					padding:5px;}
				
				.clear {
					clear: both;}
				
			
			#footer{
			
				position: absolute;
				bottom: 0px;
				width: 1000px;
				background: #333;
				height:20px;
				font-size:10px;
				border:0px;
				text-align: center;}

			
	
			
	