@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 874px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background: #000;
	margin: 0px;
	color: #F0C96B;
}
h2{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

h3{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	margin:0 auto 40px;
}
img {
	border-width: 0px;
}

.oddClip {
	width: 370px;
	float: left;
}
a {
	color: #F8E4B8;
	text-decoration: none;
}
a:hover {
	color: #ddd;
}
