* {
	margin:0;
	padding:0;
	}
body {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#efefef;
	background-color:#A6512A;
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	}
a {
	color:#E7DE3A;
	font-weight:bold;
	text-decoration:none;
	}
a:hover {
	color: White;
}

p {
	margin-bottom:20px;
	line-height:20px;
	}

/* Structure */

#wrapper {
	width:760px;
	margin:0 auto;
	background-image:url(images/background-wrapper.jpg);
	background-repeat:no-repeat;
	}
#header {
	height:130px;
	line-height:130px;
	margin-bottom:5px;
	padding-left:10px;
	}
.desc
{
	position: absolute;
	top: 30px;
	left: 198px;
}	
#body {
	
	}
#sidebar {
	float:left;
	width:170px;
	padding:5px 10px;
	}		
#content {
	padding:5px 10px;
	text-align:justify;
	min-height:500px;
	margin-left:180px;
	}
	
#content img {
	margin-left: 10px;
	border: none;
}
	
#footer {
	text-align:center;
	}

/* Sidebar */

#sidebar ul {
	list-style-type:none;
	margin-bottom:20px;
	}


/* Headings */

h1 {
	font-size:24px;
	color:#f9f9f9;
	letter-spacing:-1px;
	}
h1 a {
	color:#E7DE3A;
	text-decoration:none;
	font-weight:normal;
	}
h1 a:hover {
	color:#ECE45E;
	}

h2 {
	font-size: 14px;
	color: White;
	font-weight: normal;
	text-decoration: none;
}

h3 {
	font-size:38px;
	color:#f9f9f9;
	letter-spacing:-2px;
	}
h3 a {
	color:#E7DE3A;
	text-decoration:none;
	font-weight:normal;
	}
h3 a:hover {
	color:#ECE45E;
	}

/* Extra's */

#footer a {
	color:#E7DE3A;
	text-decoration:none;
	}
#footer a:hover {
	color:#ECE45E;
	}







