
body {
	background-color:#272420;
	font-family: Arial, Helvetica, sans-serif;
	color: #f3f2f1;
	font-size: 0.7em;
}

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

a:hover {
	color: #D26900;
}

img {
	border: 0px;
}

h1 {
	margin-top: 0px;
	/*color: #D26900;*/
	color: #eeede3;
	font-weight: normal;
}

input, select {
	font-size: 0.8em;
}



#wrapper {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

#header {
	background-color:#3E3832;
	height: 80px;
	border-bottom: 1px dotted #151515;
}

#top_menu {
	background-color:#3E3832;
	height: 40px;
	font-weight: bold;
	font-size: 12px;
	color:#EEEDE3;
	line-height: 40px;
	text-transform: uppercase;
}

#top_menu a {
	color:#EEEDE3;
}

#top_menu a:hover {
	color:#D26900;
}

#main {
	background-color: #fff;
	/*height: 285px;*/
	border-bottom: 2px solid #e1e0df;
	background-color: #332E2A;
}

#content {
	padding: 20px 10px 20px 20px;
}

#bottom_menu {
	background-color:#332E2A;
	height: 180px;
	font-weight: bold;
	font-size: 12px;
	color:#EEEDE3;
	line-height: 40px;
}

#bottom_menu .affiliate {
	/*margin-right: 10px;*/
	margin-right: 2px;
	margin-left: 0px;
	padding: 0px;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

#footer {
	background-color:#3E3832;
	height: 40px;
	font-size: 11px;
	color:#7A7672;
	line-height: 40px;
	z-index: 2;
	position: relative;
}

#footer2 {
	background-color: #272420;
	height: 40px;
	font-size: 11px;
	color:#7A7672;
	line-height: 40px;
	z-index: 2;
	position: relative;
}

.orange {
	color: #D26900;
}
