/* fixedwidthcentered3cols.css */

body { 
	background-color: #526074;
	background-image: url("diaglines.png");

}

#all {
 	background-color: #000000;
	background-image: url("allbg.jpg");	
	width: 960px;
	height: 1130px;
	padding: 3px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#header {
	background-color: #000000;
	width: 950px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	clear: both;
}

#navstrip {
	background-color: #000000;
	width: 950px;
	height: 35px;
	padding: 3px;
	text-align: center;
	float: center;
	clear: both;
}

#left {
 	background-color: #ffffff;
	width: 230px;
	height: 650px;
	border-width: 0px;
	border-color: #d7cab5;
	padding: 3px;
	float: left;
	overflow: auto;	
}

#center {
 	background-color: #6b7176;
	width: 480px;
	height: 650px;
	border-width: 0px;
	border-color: #d7cab5;
	padding: 3px;
	clear: none;
	float: left;
}

#right {
 	background-color: #000000;
	background-image: url("rightbackground.jpg");
	width: 230px;
	height: 650px;
	border-width: 0px;
	border-color: #d7cab5;
	padding: 3px;
	float: left;
	overflow: auto;
}

#footer {
 	background-color: #000000;
	background-image: url("footerbg.jpg");	
	width: 950px;
	height: 200px;
	border-width: 0px;
	border-color: #f8f2e6;
	padding: 3px;
	text-align: center;
	float: left;
	clear: both;
}
