body{
	font-family: tahoma, arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background: #FC8C8C url('http://www.maturewebcams.nl/static/layout/background.jpg') repeat-x;
}

.header{
	width: 920px;
	height: 214px;
	margin: 0 auto;
	background: url('http://www.maturewebcams.nl/static/layout/header.jpg') no-repeat;
	
}

h1{
	text-indent: -9999px;
}

h1 a{
	display:block;
	width: 920px;
	height: 214px;
}

h2{
	font-size: 24px;
}
.content{
	position:relative;
	margin: 0 auto;
	background: #fcbea9;
	width: 900px;
	border: 3px solid #fff;
	border-top: 0px none;
	padding-top: 40px;
}

p.bookmark{
	position: absolute;
	top: -30px;
	left: 240px;
}

p.welcome, p.welcome a{
	font-family: georgia;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

ul.images{
	list-style: none;
	width: 880px;
	margin: 0 auto;
}

ul.images li{
	float: left;
	width: 220px;
	text-align: center;
}

ul.images li .name{
	color: #000;
	font-size: 10px;
	text-decoration: none;
	height: 20px;
	display: block;
	overflow: hidden;
}

ul.images li img{
	border: 1px solid #000;
}
ul.linkpartners{
	list-style: none;
	margin: 0 10px;
}

ul.linkpartners li{
	float: left;
	width: 175px;
}

ul.linkpartners li a{
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

.footer{
	margin: 0 auto;
	background: #75282e;
	width: 900px;
	border: 3px solid #fff;
	border-top: 0px none;
	color: #fff;
	font-size: 11px;
	text-align: center;
	padding: 5px 0;
}

.footer a{
	color: #fff;
}

table{
	margin: 10px;
}

.img{
	border: 1px solid #75282e;
	padding: 5px;
	background: #ffe8e0;
}

.center{ text-align: center;}
.margin{ margin: 10px;}
.margin-right{ margin-right: 10px;}
.clear{ clear: both;}
.float-left{ float: left;}
