/* fixedwidthcentered2cols480.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;
	margin-bottom: auto;
}

#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;
	margin: 3px;
	text-align: center;
	float: left;
}

#left {
    background-color: #000000;
    background-image: url("rightbackground.jpg");
	width: 280px;
	height: 470px;
	border-style: groove;
	border-color: #d7cab5;
	padding: 3px;
	float: left;
	overflow: auto;	
}

#center {
 	background-color: #6b7176;
	width: 640px;
	height: 470px;
	margin: 3px;
	border-style: groove;
	border-color: #d7cab5;
	padding: 3px;
	float: left;
}

#footer {
	width: 940px;
	height: 200px;
	margin: 0px;
	border: 0px;
	border-color: #f8f2e6;
	padding: 3px;
	text-align: center;
}
