* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	background-color: #000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right-style: none;
	border-left-style: none;
	color: #CCC;
	border-top-style: none;
	border-bottom-style: none;
}
#wrapper #logo {
	height: 42px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	text-align: center;
}
body {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper #navigation {
	height: 35px;
	text-align: center;
	padding-top: 5px;
	color: #000;
	padding-bottom: 5px;
}
#wrapper #headerImg {
	height: 485px;
	background-image: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#wrapper #bodyArea #left {
	width: 800px;
	float: left;
	text-align: right;
}
#wrapper #bodyArea #right {
	width: 250px;
	float: right;
}
#wrapper #bodyArea #footer {
	clear: both;
	height: 40px;
	background-color: #000;
	color: #333;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCC;
	margin: 20px;
	font-size: medium;
	text-align: justify;
	letter-spacing: 1px;
	font-weight: normal;
	padding: 0px;
}
h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: medium;
	color: #e77c1c;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
#wrapper #bodyArea #left h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #147d8c;
	font-size: medium;
	text-align: left;
}
#wrapper #bodyArea #left #title img {
	text-align: center;
	float: none;
}

