@charset "utf-8";
/*
	Date: Augustus 2009
	Version: 1.0
	Author: HJ Blokland
*/


/* Imports */
@import url('reset.css');
@import url('superfish.css');


/***** Global *****/
body {
	background: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #7B7B7B;
}

h1 {
	color: #80614B;
	font-size: 18px;
	font-weight: lighter;
	margin: 0 0 15px 0;
}

a:link, a:visited {
	color: #7B7B7B;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}



.clear {
	clear: both;
}



#placeholder {
	width: 848px;
	border: 1px solid #FFF;
	margin:30px auto 0 auto;
	background: #FFF url(../images/layout/sitebg.gif) repeat-y;
}
#left {
	float: left;
	width: 279px;
	background: #80614B;
}
#right {
	width: 569px;
	float: left;
}
	#navigation {
		height: 23px;
		background: #80614B;
		padding: 47px 0 0 25px;
	}
	#main {
		width: 509px;
		padding: 30px;
	}
	#main UL UL {
		padding-left: 15px;
	}
	

#footer {
	width: 850px;
	margin: 0 auto 30px auto;
	padding: 5px 0;
	text-align: right;
}
#footer ul li {
	display: inline;
	padding: 0 5px;
}
#footer ul li a:link, #footer ul li a:visited {
	text-decoration: none;
}
#footer ul li a:hover {
	color: #FFF;
}

