body, html {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
 padding: 0; margin: 0;
/* background: #eef1ed;*/
	background: #fff;
	height: 100%;
}

#wrappertable {
	margin: 0 auto;
	height: 100%;
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	height: 100%;
	
	background-color: #FFFFCD;
}

#bgleft {
	width: 20px;
	margin: 0 auto;
	height: 100%;
	
	background-image: url(../img/shadow-left.png);
	background-repeat: repeat-y;
}

#bgright {
	width: 20px;
	margin: 0 auto;
	
	background-image: url(../img/shadow-right.png);
	background-repeat: repeat-y;
}

#masthead {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#topnav {
	width: 500px;
	height: 40px;
}

#topnav img.nav {
	border: 0px solid;
	padding-right: 10px;
}

#redbar {
	height: 15px;
	background: #7C0606;
}

.header {
	font-size: 26px;
	padding-left: 10px;
	text-align: center;
}

#content {
	color: #000;
}

#content p {
	padding-left: 10px;
}

#news .date {
	color: #000032;
	font-size: 20px;
}

#news .subject {
	color: #000032;
	font-size: 14px;
	padding-left: 5px;
}

#news .text {
/*	padding-left: 10px;*/
	margin-right: 50px;
}

#copyright {
	text-align: center;
	color: #7C0606;
}

#copyright a {
	color: #7C0606;
	text-decoration: none;
}

#copyright a:hover {
	color: #D20A0A;
}
