@charset "utf-8";
* {
	margin: 0px;
}
body {
	background-color: #000000;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrapper {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	text-align: center;
	vertical-align: middle;
	width: 955px;
	height: 80px;
	padding-top: 20px;
}
#wrapper #navigation {
	text-align: center;
	color: #666666;
	font-family: "Century Gothic";
	font-size: 20px;
	text-decoration: none;
}
#wrapper #navigation a {
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 20px;
	color: #929292;
}
#wrapper #navigation a:hover {
	text-decoration: none;
	font-family: "Century Gothic";
	font-size: 20px;
	color: #7C3034;
}



#wrapper #main_content {
	padding-top: 25px;


}

#wrapper #main_content img {
	padding: 25px;
}

#wrapper #footer {
	padding-top: 20px;
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	text-align: center;
}

#wrapper .contact .email {
	text-decoration: none;
	color: #929292;
}

#wrapper .contact {
	font-family: "Century Gothic";
	font-size: 18px;
	color: #929292;
	text-decoration: none;
	text-align: center;
}

