@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	font: 12px arial, sans-serif;
	color: #989898;
}
a {
	color: #FF7F00;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FFA405;
	text-decoration: underline;
}

#wrapper {
	background-color: #333;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-right-color: #333;
	border-left-color: #333;
	border-left-style: solid;
}
#wrapper #logo {
	width: 800px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	width: 800px;
	text-align: center;
}
#wrapper #headerImg {
	height: auto;
	width: 762px;
	background-color: #1E1E1E;
	padding: 19px;
}

#wrapper #bodyArea #left {
	height: 180px;
	width: 530px;
	background-color: #000;
	float: left;
	background-image: url(../images/red_bg.jpg);
	padding: 10px;
}
#wrapper #bodyArea #left #left box {
	height: 200px;
}

#wrapper #bodyArea #right {
	width: 230px;
	float: right;
	background-color: #000;
	background-image: url(../images/red_bg.jpg);
	padding: 10px;
}
#wrapper #bodyArea #right #right box {
	border: 10px inset #670001;
}

#wrapper #bodyArea #footer {
	text-align: center;
	width: 800px;
}
