body
{
	font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background-color: #fff;
	width: 900px;
	margin: 16px auto;
	text-align: left;
}
#header
{
	width: 100%;
	height: 80px;
	background-color: #4d4d4d;
	font-size: 7pt;
}
#title
{
	padding: 20px 0 0 75px;
	float: left;
	margin: 0;
	font-weight: bold;
	font-size: 30px;
	color: #90FF00;
	background: url(../images/corner_tl.png) no-repeat top left;
}
#topmenu
{
	float: right;
	margin: 0;
	background: url(../images/corner_tr.png) no-repeat top right;
}
#topmenu a
{
	float: left;
	width: 90px;
	padding: 5px 10px 5px 10px;
	margin: 0;
	font-size: 7pt;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #90ff00;
	background: transparent;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}
#topmenu a:hover
{
	color: #000;
	background-color: #fff;
	border-bottom: 2px solid #fff;
	border-left: 2px solid #fff;
}

#page
{
	float: left;
	width: 100%;
	padding: 0 0 16px 0;
	color: #FFF;
	background-color: #777;
}
#page a
{
	text-decoration: none;
	color: #90ff00;
	border-bottom: 1px solid #aaa;
}
#page a:hover
{
	color: #ddd;
	background-color: #888;
	border-bottom: 1px solid #eee;
}
#page a.button
{
	border: none;
}
.centeralignbox
{
	text-align: center;
}
#page a.biglink
{
	margin: 0 auto 16px;
	font-weight: bold;
	font-size: 1.4em;
	border: none;
	display:block;
}
#sidebarbox
{
	position: static;
	overflow-x: hidden;
	float: right;
	width: 200px;
	background: #888 url(../images/corner_sub_tl.png) no-repeat top left;
	margin: 16px 0 0 0;
}
#sidebar
{
	margin: 0.96em 0.96em 0 0.96em;
}
#sidebar a
{
	border: none;
}
#sidebarend
{
	background: url(../images/corner_sub_bl.png) no-repeat bottom left;
	height: 10px;
}
#contentbox
{
	margin: 0;
	float: left;
	width: 686px;
	margin: 16px 0 0 0;
	background: #888 url(../images/corner_sub_tr.png) no-repeat top right;
	font-size: 1em;
}
#content
{
	margin: 0.96em 0.96em 0 0.96em;	
}
h1
{
	font-weight: bold;
	font-size: 0.9em;
	text-transform: lowercase;
	color: #90ff00;
	border-bottom: 1px solid #aaa;
	margin-top: 0;
}
.linklist
{
	text-align: left;
	padding: 8px 0 16px;
}
.linklist li
{
	list-style: none;
	margin: auto;
	padding: 0 32px 24px;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

.imagelist
{
	text-align: center;
}
.imagelist li
{
	list-style: none;
	margin: auto;
	padding: 0 32px;
	display: inline;
}
.videobox
{
	text-align: center;
}
#contentend
{
	background: url(../images/corner_sub_br.png) no-repeat bottom right;
	height: 10px;
}
#footer
{
	width: 100%;
	float: left;
	font-size: 7pt;
	text-transform: lowercase;
	line-height: 2.6em;
	color: #aaa;
	background: #4d4d4d;
}
#footerleft
{
	float: left;
	width: 60%;
	padding-left: 16px;
	text-align: left;
	background: url(../images/corner_bl.png) no-repeat bottom left;
}
#footerright
{
	float: right;
	width: 35%;
	text-align: right;
	padding-right: 16px;
	background: url(../images/corner_br.png) no-repeat bottom right;
}
#footer a
{
	color: #4a3509;
}
#footer a:hover
{
	color: #666;
}
.clearer
{
	clear:both;
}
