﻿body
{
	background: #bbb;
	color: #444;
	font: 14px Trebuchet MS;
	text-align: center;
}

#Main
{
	width: 900px;
	background: #eee;
	border: black 1px solid;
	margin: 0px auto;
}

#Ads
{
	margin: 20px auto;
}

/* Moet class zijn, aangezien Header een runat=server element heeft, 
	waardoor de ID moeilijk te achterhalen is */
.Header
{
	width: 100%;
	height: 120px;
	margin: 0px;
	background-image: url(images/Header1.jpg);
	vertical-align: bottom;
	text-align: center;
	background-position: center center;
	background-attachment: scroll;
	background-repeat: no-repeat;
}
#HeaderText
{
	width: 100%;
	margin: 0px;
	padding-top:40px;
	font-size: 48px;
	font-weight: normal;
}

#Content
{
	padding-top:1px;
}

.MenuSide
{
	width: 200px;
	margin: 3px 2px;
	float:left;
	clear:left;
	font-size: 14px;
	font-family: Verdana;
}

a.MenuItem
{
	display: block;
	width: 188px;
	text-decoration: none;
	font-weight: bold;
	color: #222;
	margin: 2px 6px;
}

a.MenuItem:hover
{
	
}

#OneStatTag
{
	width: 96px; 
	margin: 0px auto;
}

#Body
{
	margin: 3px 1px 3px 210px;
	width: 682px;
	clear: none;
	text-align: left;
	background: #eee;
}

.foto
{
	display: inline;
	border-width: 1px;
	border-color: #555;
	padding: 3px;
	margin: 4px;
	height: 240px;
}
