body {
	background: #9CA47F;
	color: #000000;
	text-align: center;
	font-size: 10px;
}

.container {
	background-color: #DDF2C8;
	padding: 4px;
	width: 776px;
	margin-left: auto;
	margin-right: auto;
}

.top {
	width: 745px;
	height: 225px;
	border-left: 31px solid #303030;
	border-top: 31px solid #303030;
	background-color: #A06F52;
}

.menufill {
	width: 31px;
	margin-left: 157px;
	line-height: 1px;
	font-size: 1px;
	background-color: #303030;
	float: right;
}

.banner {
	width: 740px;
	height: 31px;
	padding-right: 5px;
	border-left: 31px solid #303030;
	background-color: #303030;
	text-align: right;
}

.content {
	width: 600px;
	padding-left: 57px;
	padding-right: 57px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-left: 31px solid #303030;
	border-right: 31px solid #303030;
	background-color: #FFEED8;
	font-family: Arial;
	font-size: 11px;
	color: #303030;
	line-height: 19px;
	text-align: left;
}

.title {
	font-family: Georgia, 'Times New Roman';
	font-size: 16px;
	line-height: 22px;
	margin-top: 30px;
	margin-bottom: 12px;
	border-bottom: 1px dotted #A06F52;
	font-weight: bold;
	font-style: italic;
}

.gtitle {
	background-color: #CAB498;
	border: 1px solid #CAB498;
	padding: 3px;
	margin-top: 10px;
	width: 80%;
}

.gmsg {
	border: 1px solid #CAB498;
	padding: 3px;
	width: 80%;
}

.gtimestamp {
	float: right;
	margin-right: 3px;
	color: #9D8C76;
	font-style: italic;
}

.footer {
	width: 680px;
	margin-left: auto;
	margin-right: auto;
	padding: 17px;
	font-family: Georgia, 'Times New Roman';
	font-size: 10px;
	color: #000000;
	line-height: 17px;	
}

.footer a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.footer a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
}

.red {
	font-weight: bold;
	color: #FF0000;
}

p.copyright, p.copyright a {
	text-decoration: none;
	color: #78725f;
}

p.copyright:hover, p.copyright:hover a {
	color: #ffffff;
}

p.copyright a:hover {
	text-decoration: underline;
}