body {
	background-color: #444444;
	width:800px;
	height:100%;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:0;
	color: #FFFFFF;
}

a:link	{
	color: #cc0000;
	text-decoration: none;
}

a:visited	{
	color: #cc0000;
	text-decoration: none;
}

a:active	{
	color: #ee0000;
	text-decoration: none;
	background-color: #dddddd;
}

a:hover	{
	color: #ee0000;
	text-decoration: none;
	background-color: #dddddd;
}

img	{
	background: none;
	border: 0px;
}

h1,h2,h3	{
	margin: 0px;
	padding: 0px;
}

#banner	{
	text-align: center;
	background-color: #d6cead;
	color: #660000;
	font-family: verdana, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #444444;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#imgbelt	{
	text-align: center;
	background-color: #d6cead;
	color: #660000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #444444;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.description	{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	text-transform: none;
}

#copyright	{
	clear: right;
	text-align: right;
	background-color: #d6cead;
	color: #660000;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #444444;
	margin-top: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
}

#container	{
	width:800px;
	height:100%;
	margin:0 auto 0 auto;
	padding-top: 0px;
	padding-bottom: 5px;
	text-align:left;
	background-color: #d6cead;
}

#rmenus	{
	background-color: #d6cead;
	float: right;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 260px;
}

#lmenus	{
	background-color: #d6cead;
	float: left;
	margin-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	width: 260px;
}

#cmenus	{
	background-color: #d6cead;
	float: clear;
	margin: 0px 265px 0px 265px;
	padding: 0px 5px 0px 5px;
}

div.menutitle	{
	text-align: center;
	background: #A9A9A9;
	border-bottom: none;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	color:#FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
}

div.menucenter	{
	text-align: center;
	background: #d6cead;
	border-bottom: none;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	color: #444444;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	line-height: 12px;
}

div.menuright	{
	text-align: right;
	background: #d6cead;
	border-bottom: none;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	color: #444444;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	line-height: 12px;
}

div.menuleft	{
	text-align: left;
	background: #d6cead;
	border-bottom: none;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	color: #444444;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	padding: 3px;
	line-height: 12px;
}

.menuclose	{
	background: #F5F5F5;
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	border-top: 1px solid #444444;
	color: #A9A9A9;
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	margin-bottom: 5px;
}

