@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
}
#wrapper #logo {
	height: 200px;
	margin: auto;
	float: left;
	background-color: #000;
}

#wrapper #navigation {
	height: 29px;
	background-color: #000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-width: thin;
	border-bottom-style: solid;
	clear: both;
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-right-style: none;
	border-left-style: none;
}
#wrapper #maincontent {
	float: none;
	width: 950px;
	background-color: #000;
	color: #FCCB56;
	font-family: Verdana, Geneva, sans-serif;
	border-top-width: thin;
	border-top-style: none;
	border-top-color: #F6BA4A;
	border-right-color: #F6BA4A;
	border-bottom-color: #F6BA4A;
	border-left-color: #F6BA4A;
	text-align: justify;
	border-bottom-width: thin;
	border-bottom-style: none;
	margin: 10px;
	padding: 10px;
}
#wrapper #mainImg {
	float: left;
	width: 980px;
	padding-left: 20px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #F6BA4A;
	border-right-color: #F6BA4A;
	border-bottom-color: #F6BA4A;
	border-left-color: #F6BA4A;
	padding-top: 10px;
	background-color: #000;
	border-right-style: none;
	border-left-style: none;
}
body {
}
#wrapper #footer {
	clear: both;
	height: auto;
	width: 950px;
	font-size: 16px;
	color: #999;
	text-align: center;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #000;
}
#wrapper #topright {
	height: 175px;
	width: 400px;
	float: right;
	color: #FCCB56;
	text-align: right;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	font-size: 18px;
	text-transform: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #EDBF51;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
