body{
font-family: Tahoma, Arial, Helvetica, sans-serif;
background-color:#636776;
font-size:12px;
margin:0;
padding:0;
}
p {text-align:justify;}
a{
	text-decoration:none;
}

h1 a{color:#9e7e55;}

a:hover{color:#999;}

#page {
	width:844px;
	margin:0;
	padding:0;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/wrapback.gif);
}
#pagewrap{
	background:#636776 url(../img/pageback.gif) repeat-y center;
}
#wrapbottom{
	width:900px;
	height:24px;
	margin:0;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	background:url(../img/wrapbottom.gif) no-repeat;
}
#header{
width:844px;
/*height:258px;*/
height:371px;
background:#000 url(../img/head.jpg) no-repeat;
margin:0;
}
#footer {clear:both;}
#menu {
	background: url(../img/menubg.jpg) no-repeat;
	width:250px;
	margin:0px 10px;
	float:right;
	color:#ccc;
	font-size:14px;
}
#menu li{
	list-style-type:none;
	font-weight:bold;
	margin:10px 0px;
	font-size:16px;
}
#menu ul li ul li{
	list-style-type:circle;
	font-weight:normal;
	font-size:14px;
	margin:1px 0px;
}
#menu a { color:#ccc;}
#menu hr { margin-right:25px;}


#content {
	position:relative;
	top:-105px;
	width:505px;
	padding:0px 10px;	
}
#flashMessage {
	color:#666;
	border:1px solid #999;
	background:#eee;
	margin:10px;
	padding:4px;
}
