@charset "utf-8";
#wrapper {
	margin: auto;
	width: 600px;
}
#left {
	float: left;
	width: 350px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5e626c;
	background-color: #000000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 100px;
}


#wrapper #header {
	text-align: center;
	width: 100%;
}
#wrapper #title h1 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-weight: normal;
}
#wrapper #title {
	padding-left: 118px;
}
#wrapper #info {
	width: 311px;
	height: 32px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-image: url(images/background_info.jpg);
	padding-top: 17px;
	text-align: center;
	font-weight: bold;
	color: #000000;
}
#wrapper #extras {
	text-align: center;
	padding-top: 30px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
#wrapper #contact {
	text-align: center;
	padding-top: 40px;
}
a.mail {
	color: #009ddc;
	text-decoration: none;
}
a.mail:hover {
	color: #009ddc;
	text-decoration: underline;
}
#wrapper #extras a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper #extras a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#right {
	float: right;
	padding-top: 70px;
	width: 250px;
}
.clear {
	clear: both;
}
#wrapper .last {
	padding-top: 30px;
}
#wrapper .last a {
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper .last a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

