/*
 * Cascading Style Sheet Document
 * 
 * Emiel Klein Ovink - http://www.kleinovink.net
 * Copyright © 2007
 */




* {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;	
	text-align: center;
	font-size: 11px;
	background: #fff;
	background: url( ../img/bg.gif) repeat-x ;
}	

h2 {
	font-size: 12px;
}    

a {
	color: #000;
	font-style: normal;			
}

a:link, a:visited {
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: underline;
}


#container {
	padding: 30px 0 0 0;
	margin: 0 auto 0 auto;
	width: 720px;
	text-align: left;
}

#sitehead {
	width: 100%;
}

#title {
	position: relative;
	float: left;
	left: 0px;
	width: 213px;
	height: 33px;
	background: url( ../img/title.gif );
}

#adbox {
	position: relative;
	float: right;
	margin: -15px 30px 0 0;
	height: 60px;
	width: 234px;
	z-index: 10px;
}

#title h1 {
	display: none;
}			

#sitebody {
	padding: 100px 0 0 0;
}

#sitebody ul {
	list-style-type: none;
}

#footer {
	text-align: center;
	clear: both;
	padding: 30px 0 0 0;
}		

#footer p {
	line-height: 20px;
	font-size: 10px;
	color: #333;
}

div.columns {
	position: relative;
	float: left;
}

div.box {
	margin: 5px 15px 20px 15px;
	width: 200px;
	border: 1px solid #a81111;
	background: #fff;
	padding: 0 0 10px 0;
}

div.boxhead {
	background: #a81111;
	color: #fff;
}

div.boxhead, div.boxbody {
	padding: 1px 10px 3px 10px;
}		




