body {
	color:#000;
	background-color:black;
	text-align:center;
	font-size:0.9em;
	font-family: "Century Gothic", "Verdana", "Arial";
	line-height:0.5;
}

img {
	border:0px;
}

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

a:hover {
	text-decoration:underline;
}

.red {
	color:red;
}

.bold {
	font-weight:bold;
}


div.box {
	background-color:#f3f3f3;
	margin:0% 20%;
	padding:2%;
}

div#wrapper {
	background-color:white;
	margin-left:auto;
	margin-right:auto;
	border:1pt #000 solid;
	width:70%;
	max-width:700px;
}

div#header {
	width:100%;
	margin:auto;
	background-color:black;
	height:135px;
}

div#footer {
	font-weight:bold;
	color:#cbcbcb;
	font-size:60%;
	margin-bottom:5px;
}

div#specialTeaser {
	margin-top:20px;
	padding-top:7px;
	font-weight:bold;
	background-color:#f9cc3f;
	height:15px;
	font-size:80%;
}

div#specialTeaser a {
	color:#000;
	text-decoration:none;
}

div#specialTeaser a:hover {
	text-decoration:underline;
}

div#headerImage {
	background: #000 url(../images/logo.jpg) left no-repeat;
	height:inherit;
	margin-bottom:5px;
	width:112px;
	float:left;
	_height:135px;
}

div#headerText {
	text-align:right;
	padding-top:118px;
	color:#505050;
	font-size:120%;
}

div#content {
	text-align:center;
	padding: 10% 2% 0%;
	font-size:90%;
}