* {
	border:0px;
	margin:0px;
	padding:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:14px 0px 0px 0px;
	background:#000;
	color:#fff;
}

#wrapper {
	width:740px;
	margin:0px auto;
}

#logo {
	margin:0px 35px 0px 0px;
	float:left;
}

#navigation {
	
}

#navigation a {
	display:block;
	float:left;
	height:106px;
}

#navigation a:hover {
	background-position:0px -106px;
}

#navigation a span {
	display:none;
}

h2 {
	text-align:center;
	margin:10px 0px 10px 0px;
}

h3 {
	text-align:center;
	margin:20px 0px 10px 0px;
}

p {
	
	margin:10px auto 10px auto;
	width:450px;
	text-align:center;
	line-height:18px;
}

#footer {
	color:#fff;
	text-align:center;
	font-family:"Lucida Sans Unicode";
	font-size:10px;
	margin:25px 0px 0px 0px;
}

/*
#footer a {
	color:#fff;
	text-decoration:none;
	margin:0px 10px 0px 10px;
	text-transform:uppercase;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}
*/

#footer .copyright {
	color:#e2da94;
	display:block;
	margin:20px 0px 0px 0px;
}
