/* Created by TopStyle Trial - www.topstyle4.com */
@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	background: black  url(images/bg2.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #FFF;
}

#bgExtra {
	background-image: url(images/99bg.png);
	background-repeat:no-repeat;
	position: absolute;
	width: 973px;
	height: 543px;
	top: -110px;
	left: -100px;
	z-index: -10;
}

/*						*/
/*		CONTAINER		*/
/*						*/

#container {
	margin: 0 auto;
	width: 745px;
	margin-top: 100px;
	position: relative;
}

#subContainer1, #subContainer2 {
	width: 705px;
	background: #000;
	padding: 20px;
	margin-bottom: 10px;
}

#subContainer2 {
	margin-bottom: 50px;
}

/*					*/
/*		HEADER		*/
/*					*/

#header {
	margin-bottom: 20px;
	position: relative;
}

#header h1 {
	background-image: url(images/header2.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 95px;
}

#header h1 span {
	position: absolute;
	top: -10000px;
}

#headerButton {
	background-image: url(images/headerButton3.png);
	position: absolute;
	width: 92px;
	height: 92px;
	top: -40px;
	left: 660px;
}

/*					*/
/*		CONTENT		*/
/*					*/

#tenteen, #tenttwee, #info, #friends, #poster, #sponsors {
	width: 215px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#feestweekend {
	width: 350px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 185px;
	position: absolute;
}

#friends #divider, #poster #divider, #sponsors #divider {
	height: 150px;
}

#dummy {
	clear: both;	
}

#divider {
	width: 220px;
	border-right: 1px solid #2e1f1e;
}

#info #divider, #sponsors #divider {
	border-right: none;
}

img {
	border: none;
}

/*					*/
/*	CONTENT TITLE	*/
/*					*/

h2 {
	font-size: 18px;
	color: #FFF;
	padding: 5px;
	width: 195px;
}

#tenteen h2, #tenttwee h2, #info h2 {
	background-color: #ffdf00;
	color: #000;
}

#tenteen p {
	width: 400px;
	
}

h2 span {
	font-size: 13px;
}

#poster a:hover {	
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-color: #d42c11;
}


/*							*/
/*		CONTENT TEXT		*/
/*							*/

p {
	line-height: 18px;
}

p span.red {
	color: #F00;
}

p.grey1 {
	color: #3c3c3c;
}

p.grey2 {
	color: #282828;
}

p.grey3 {
	color: #191919;
}

/*					*/
/*		LINKS		*/
/*					*/

#subContainer1 a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}

#subContainer1 a:hover {
	background-color: #ffdf00;
	color: black;
}