@charset "utf-8";
/* CSS Document */

body{
	font-family: "myrad pro", "sans serif";
	background-color: #000;
	text-align: center;
	color: #CCC;
}

h1 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 10px;
	color: #FFF;
	background-image: url(img/degrade.jpg);
	background-repeat: no-repeat;
}

h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 10px;
	color: #FFF;
	background-repeat: no-repeat;
}

#wrapper {
	position:relative;
	left:auto;
	width:900px;
	height:600px;
	z-index:1;
	bottom: auto;
	right: auto;
	background-image: url(img/background2.jpg);
	margin: 0 auto;
	text-align: left;
}

#lowerWrapper {
	position: absolute;
	width: 900px;
	height: 445px;
	background-color: #000;
	z-index: 5;
	margin-top: 158px;
	background-image: url(img/BlackWood.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

#banner {
	width: 900px;
	position: absolute;
	height: 124px;
	background-color: #000;
}

#menu {
	top: 0px;
	width: 900px;
	position:absolute;
	height: 35px;
	padding-top: 1px;
	margin-top: 125px;
	background-image: url(img/menu.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	z-index: 2;
}

#menu ul{
	padding: 0px;
	margin: 0px;
	margin-top: 7px;
	list-style: none;
	margin-left: 200px;
	/*padding-right: auto; */
}

#menu li {
	padding: 0px;
	float: left;
	margin-right: auto;
	margin-left: auto;
}

#menu a, #menu a:visited{
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration:none;
}

#menu a:hover{
	background-image: url(img/menuover.jpg);
	background-repeat: repeat-x;
	background-color: transparent;
	font-weight: normal;
}

#links {
	width: 175px;
	height: auto;
	left: 5px;
	position: absolute;
	text-align: center;
	border-color: #FFF;
	border-style: solid;
	border: 1.5px;
	top: 10px;
	background-color: #CCC;
	z-index: 3;
	color: #000;
}

#links p {
	margin-top:0px;
	width: auto;
}

#Sponsors {
	position: absolute;
	bottom: 70px;
	width: 165px;
	height: 75px;
	left: 0px;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 0px;
	color: #FFF;
	font-weight: bold;
	z-index: 3;
}

#counter {
	position: absolute;
	bottom: 0px;
	left: 25px;
}

#tekst {
	position: absolute;
	width: 650px;
	height: 440px;
	margin-top: 0px;
	z-index: 2;
	overflow: auto;
	left: 245px;
}

.post {
	color: #000;
	position: static;
	width: 500px;
	text-align: left;
	margin-top: 25px;
	z-index: 3;
	background-color: #CCC;
	border-color: #FFF;
	border-style: solid;
	border-width: 1.5px;
	left: 10px;
}

#info {
	text-align: left;
	padding-left: 5px;
}

.post p {
	margin-left: 5px;
}

#tekst a, #tekst a:visited{
	padding-top: 8px;
	padding-bottom: 10px;
	margin: 0px;
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	text-decoration:underline;
}
h3 {
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	padding-left: 10px;
}
