/*
	_________________________________________________

		Project date: 1-12-2008

		SANDER
			Sander Roy van Veen

		info@sandermedia.nl
		Leliestraat 1
		7943 AV Meppel
		The Netherlands
		Timezone GMT +1
	_________________________________________________
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #e08300 url("/ext/img/bg_span.jpg") repeat-x;
	font: 11px "Helvetica", "Verdana", "Tahoma", sans-serif;
	color: #fff;
}

a {
	text-decoration: none;
	color: #fff;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 7px;
	font-weight: normal;
}

img, img a {
	border: none;
}

p {
	margin-bottom: 20px;
}

/* ID */

#container {
	width: 850px;
	margin: 0 auto;
}

#logo {
	text-align: center;
	margin-top: 20px;
}

#navigation {
	margin-top: 20px;
	text-align: center;
}
	#navigation li {
		display: inline;
		list-style-type: none;
		padding-right: 49px;
	}

	#navigation .lastli {
		padding-right: 0px;
	}

#content {
	margin: 0 auto;
	padding-top: 20px;
	width: 630px;
}
	#content ul {
		margin-left: 20px;
	}

	#content table td {
		vertical-align: top;
		width: 50%;
	}

#banner {
	position: absolute;
	width: 143px;
	height: 162px;
	margin-top: -20px;
	margin-left: 630px;
}


#movie {
	position: absolute;
	margin-left: 486px;
}

#left {
	float: left;
	width: 530px;
}

#right {
	float: left;
}

#right2 {
	position: absolute;
	margin-left: 466px;
}

#footer {
	width: 627px;
	background: #000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	bottom: 10px;
	text-align: center;
	position: relative;
}

#scroll {
}
