.outerSite{
	width:780px;
	margin:auto;
	background-color:#;
}

.displayOpts{
	float:right;
}

.header{
	height:150px;
	width:780px;
	margin-top:10px;
	background-image:url('');
	background-position:top left;
	background-repeat:no-repeat;
}

.menuTop{
	min-height:30px;
	width:780px;
	margin-top:10px;
}   	   

.content{
	float:left;
	margin-top:10px;
  	min-height:300px;
	width:780px;
	background-image:url('');
	background-position:bottom right;
	background-repeat:no-repeat;
}   

* html .content{
	height:300px;	      
}

.footer{
	margin-top:10px;
	width:780px;
	height:30px;
	background-color:#;
	text-align:;
}

.clear {
	clear:both;
	overflow:none;
}