body{
	text-align: center;
	margin:0;
	font-family: lucida, arial;
	background: url(images/bg.gif) repeat;
}
#container{
	margin:10px auto 10px auto;
	background: url(images/centerbg.gif) repeat-y;
	width: 620px;
	overflow:hidden;
}
#top{
	width: 620px;
	height: 170px;
	margin: 0 auto;
	background: url(images/top.jpg) no-repeat;
}
#top h1{
	width: 250px;
	float:right;
	color: #fff;
	margin-top: 50px;
}
#content{
	float:right;
	width: 390px;
	margin: 10px 35px 0 0;
	text-align: left;
}
#content h1{
	color:#4F6783;

	font-size: 22px;
}
#content h1 a{
	color:#4F6783;
	text-decoration: none;
	font-size: 22px;
}
#sidebar {
	width:167px;
	float:left;
	margin:0px 0 0 11px;
}

#sidebar ul {
	margin:0 0 10px 0;
	padding:0;
}

#sidebar ul li {
	margin:0;
	padding:0;
	border-bottom:1px solid #4A4A4A;
	list-style-type:none;
}

#sidebar ul li a {
	display:block;
	width:156px;
	
	line-height:1.5em;
	font-weight: bold;
	padding:2px 2px 2px 10px;
	background:#B3A891;
	color:#000;
	font-size:12pt;
	text-decoration:none;
}

#sidebar ul li a:hover {
	color:#fff;
	background:#B01E11;
}
#search_query{
	
}
.image{
	float:left;
	padding: 5px;
}
#footer{
	width:598px;
	clear: both;
	margin: 0 auto;
	background: #4F6783;
	border: 3px solid #fff;
	line-height: 1.5em;
	color: #fff;
}
#footer a{
	color: #fff;
}
.searchbutton{
	margin-top: 5px;
}
#search_query{
	width: 130px;
}