/* CSS Document */

html {
	height: 100%; 
	width: 100%;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #9A2F25;
	height: 100%;
	
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	color: #663300;
}





#maincontent {
	margin: 0 auto;
	padding: 0px;	
	width: 772px;
}

#innercontent {
	float: left;
	padding-left: 30px;
	width: 710px;	
}



#left {
	float: left;
	padding: 10px;	
	width: 460px;		
}


#right {
	float: left;
	padding: 10px;	
	width: 200px;
	border-left:1px dotted #FFCC66;
}






#header {
	width: 772px;
	height: 116px;
	background: url(images/header.png) no-repeat;	
}

#midwhite {
	width: 772px;
	background: url(images/middle.png) repeat-y;	
}

#footer {
	width: 772px;
	height: 71px;
	background: url(images/footer.png) no-repeat;
}

#footer p {
	font-size: .8em;	
	color: #7777BB;	
}


.spacer {
	width: 120px;
	height: 120px;
}

.clear {
	width: 100%;
	clear: both;
}




