body{ 	
	font-family: arial, helvetica, sans-serif; 
	color: #A1393B;
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	background-color: #ffffff;
}

#site{
	position:absolute;
	width: 900px;
	height: 660px;
    left: 50%; 
    top: 50%;
    margin-top: -330px;
    margin-left: -450px;
    background-color: #ffffff;
	text-align: left;
}

#header{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
}

#menu{
	position: absolute;
	margin-top: 154px;
	width: 170px;
	height: 248px;
	background: url('http://www.oldtimerland.nl/oldtimerland/img/menu.jpg') top left no-repeat;
}

.menu{
	color: #ffffff;
	font-size: 11px;
}

ul.menu {
	margin-top: 25px;
	margin-left: 15px;
	padding: 0px;
}

#menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-bottom: 9px;
}

#menu a{
	color: #ffffff;
	text-decoration: none;
	font-size: 14px;
}

#menu a:hover{
	color: #EAAE78;
}

#menu a.active{	
	font-weight: bold;
}

#teaser{
	position: absolute;
	margin-top: 402px;
	width: 170px;
	height: 249px;
	background: url('http://www.oldtimerland.nl/oldtimerland/img/teaser.jpg') top left no-repeat;
	color: #ffffff;
}

.teaser{
	margin: 20px 0px 0px 15px;
	width: 135px;
	font-size: 11px;
	line-height: 150%;
}

.teaser h2{
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}

.teaser h3{
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0px 0px 0.5em 0px;
	padding: 0px;
	line-height: 150%;
}

.teaser a{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.teaser a:hover{
	color: #EAB080;
}

#container{
	position: absolute;
	margin-top: 154px;
	margin-left: 170px;
	height: 505px;
	width: 730px;
}

#content{
	position: absolute;
	margin-top: 0px;
	margin-left: 0px;
	width: 365px;
	height: 450px;
	overflow: auto;
}

.content{
	width: 325px;
	margin-left: 15px;
	padding-top: 20px;
	font-size: 12px;
}

.content a{
	color: #9B2C2E;
}

.content a:hover{
	color: #EAB080;
}

.content p{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 12px;
}

.content h1{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
}

.content h2{
	margin: 0px 0px 1em 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

#images{
	position: absolute;
	margin-top: 0px;
	margin-left: 346px;
	height: 505px;
	width: 384px;
	overflow: auto;
}

#images img{
	float: right;
	clear: both;
}

#search{
	position: absolute;
	margin-top: 464px;
	margin-left: 61px;
	background: url('http://www.oldtimerland.nl/oldtimerland/img/searchbox.jpg') top left no-repeat;
	line-height: 27px;
}

#query{
	 position: relative;
	 top: -8px;
	 width: 135px; 
	 border: 0px solid #ff0000;
	 background-color: transparent;
	 margin-right: 12px;
	 left: 5px;
	 color: #FEE4CB;
}