*{
	margin:0;
	padding:0;
}
body {
	background:#cc9;
	font-family:"Palatino Linotype";
}
.bodystandard{
	background:#fff;
	border:1px solid black;
	margin:0 auto 0 auto; 
	width:960px;
}
p{
	text-indent:10px;
}
/*******************
*     Header
*/
#header{
	border-bottom:0;
	height:161px;
	margin:10px auto 0 auto;
}
#colorbar{
	background:#600;
	border-bottom:0;
	border-top:0;
	height:10px;
}
#logo{
	position:relative;
	
}


/*******************
*     NAV BAR
*/
#navbar{
	border-bottom:0;
	border-top:0;
	padding:0 600px 600px 0;
}

#navbar ul{
	list-style-type:none;
	text-align:center;
	z-index:200;
}
	#navbar ul li{
		background:#cc9;
		border:1px solid black;
		border-top:0;
		cursor:pointer;
		float:left;	
		min-height:40px;
		margin-left:5px;
		vertical-align:middle;
		width:129px;
	}
	.lotsatxt{
		font-size:.8em;
	}
	
	#navbar ul li:hover{
		background:#999;
		color:#fff;	
	}
		#navbar ul li ul{
			position:relative;
			margin:-1000000px 0 0 0;
		}
			#navbar ul li ul li{
				height:20px;
			}
			#navbar ul li:hover ul{
				margin:0 0 0 0;
				color:#000;
				float:left;
			}


/*******************
*     Content
*/
#content{
	border-bottom:0;
	border-top:0;
	min-height:400px;
	padding:15px 15px 5px 15px;
	width:930px;
}



/*******************
*     Footer
*/
#footer{
	border-top:0;
	min-height:400px;
}
