body {
	background-repeat: repeat-x;
	background-color: rgb(172,178,150);
	background-image: url(../images/background.jpg);
	font-family: Verdana,Arial,Helvetica,sans-serif; 
	font-size: 11px; 
	color:#000000; 
	text-align: left;
}

#body-border {
	border-color: black;
	border-width: 1px;
	border-style: solid;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
	width: 902px;
	float: left;
}

#header {
	padding-bottom: 10px;
	width: 216px;
	float:left;
}
#header-right {
	font-family: Verdana, sans-serif, "Trebuchet MS";
	text-transform: uppercase;
	color: #797D68;
	font-size: 11px;
	padding-top:95px;
	padding-bottom: 7px;
	padding-left: 25px;
	width: 681px;
	text-align: left;
	float:right;
}
#header-right a,visited {
text-decoration: none;
color: #797D68;
}
#header-right a:hover {
text-decoration: underline;
color: #000000;
}

#canvas {
	text-align: center;
	width: 922px;
	height: auto;
	margin:0 auto;
}
#footer {
	padding-top: 20px;
	width: 902px;
	float:left;
	margin:0 auto;
}
