body {
	text-align:center;
	background-color:#f8f8d9;
	}

#container {
	width:1000px;
	margin: 0 auto;
	text-align: left;
	background-image:url(images/bkg.gif);
	background-repeat:repeat-y;
	margin-top:20px;
	}

#sidebar {
	float:left;
	width:280px !important;
	width:300px;
	text-align:center;
	background-color:#800000;
	color:#ffcc00;
	padding:10px;
	font-size:16px;
}

a.foot:link {color:#333333; text-decoration:underline;}
a.foot:active {color: #333333; text-decoration:underline; }
a.foot:visited {color: #333333; text-decoration:underline; }
a.foot:hover {color: #ffcc00; text-decoration:underline; }

a.side:link {color:#ffcc00; text-decoration:underline; }
a.side:active {color: #ffcc00; text-decoration:underline; }
a.side:visited {color: #ffcc00; text-decoration:underline; }
a.side:hover {color: #ffffff; text-decoration:underline; }

#header {
	float: right;
	width:675px !important;
	width:695px;
	padding: 10px;
	text-align:center;
	border-bottom:#800000 solid 2px;
	}

li {
padding-bottom:8px;
}

#content {
	float: right;
	width:675px !important;
	width:695px;
	text-align:left;
	padding: 10px;
	color:#800000;
	}

#footer {
	clear:both;
	width:1000px;
	width:984px !important;
	background-color:#FFFFFF;
	color:#880000;
	padding:8px;
	text-align:center;
	font-size:10px;
	}
	
#copyright {
width:1000px;
height: 20px;
background-color:#f8f8d9;
clear:both;
padding-top:0px;
}
#copyrightL {
width:500px;
height: 20px;
float:left;
text-align:left;
font-size:10px;
background-color:#f8f8d9;
}
#copyrightR {
width:500px;
height: 20px;
float:right;
text-align:right;
font-size:10px;
background-color:#f8f8d9;
}
