body {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 11px;
	background: #545454 url(../images/background.png) top center repeat-y;
	margin: 0; padding: 0;
}
button.login {
	width: 90px;
	height: 25px;
	background: white url(../images/login_button.png) no-repeat;
	border: 0px;
	margin: 3px;
}

/* Links */
a {
	color: #a08663;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


#container {
	width: 865px;
	margin: auto;
}
#top {
	background: url(../images/header.png) top center no-repeat;
	width: 865px;
	height: 208px;
}
#header {
	height: 160px;
}
#menu {
	height: 35px;
}
#menu li
{
	display: inline;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px 0px 15px;
}
#menu li a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 0px;
}
#menu li a:hover,#menu li .active
{
	text-decoration: underline;
}

#content
{
	width: 740px;
	margin: 15px auto 15px auto;
	
}
.left
{
	width: 510px;
	float: left;
	border: 1px solid gray;
	margin-right: 15px;
	background: white url(../images/fade.png) top left repeat-x;
	padding: 10px;
}
.left .padding h3
{
	color: #3a67c9;
}
.right
{
	width: 171px;
	padding: 10px;
	float: left;
	border: 1px solid gray;
	background: white url(../images/fade.png) top left repeat-x;
}
.right h2
{
	display: none;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
}
.right p
{
	padding-bottom: 0px;
}
.right h3
{
	padding-left: 10px;
	font-weight: bold;
	font-size: 14px;
}

#footer
{
	width: 740px;
	border: 1px solid gray;
	margin: 15px auto 15px auto;
	background: white url(../images/fade.png) top left repeat-x;
}
#footer .padding
{
	padding: 20px;
	text-align: center;
}



/* Classes */
.clear
{
	clear: both;
}
.img_right
{
	float: right;
	padding: 1px;
	border: 1px solid lightgray;
	margin: 5px;
}





#news {
	float: left;
	width: 230px;
	margin-right: 13px;
	padding: 5px;
	border: 1px solid #9E855F;
}
#start_picture {
	border: 3px double #9E855F;
	margin-left: 10px;
	width: 240px;
	height: 160px;
	float: right;
}
