@charset "utf-8";
* {
	margin: 0px;
}
html, body {
	min-height:101%;
	color: #ECE9D8;
	background-color: #000000;
}

#wrapper {
	background-color: #000000;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: none;
	border-left-style: none;
	background-image: none;
	background-repeat: repeat-y;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding-right: 20px;
	padding-left: 20px;
	background-position: left;
}
#wrapper #logo {
	height: 75px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
	padding: 0px;
	width: 600px;
	background-color: #000000;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #000000;
}
#wrapper #Navigation {
	height: 75px;
	width: 600px;
	background-image: url(../Logo/testlogo.gif);
	background-repeat: repeat-y;
	background-position: right;
}
#wrapper #headerImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000000;
	background-image: url(../images/Skyline3.jpg);
	width: 600px;
	padding: 0px;
	height: 100px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-top-width: thin;
}
#wrapper #bodyArea #left {
	float: left;
	font-size: 12px;
	color: #333333;
	width: 175px;
	height: 200px;
	background-color: #000000;
	background-image: none;
	background-repeat: repeat-y;
	padding-right: 5px;
	margin-right: 0px;
	padding-left: 5px;
	background-position: center center;
	clear: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #00FF00;
	border-right-color: #00FF00;
	border-bottom-color: #00FF00;
	border-left-color: #00FF00;
	padding-bottom: 10px;
	vertical-align: middle;
}
#wrapper #bodyArea #right {
	width: 400px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	background-color: #000000;
	padding-right: 5px;
	background-image: none;
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 5px;
	height: auto;
	padding-bottom: 10px;
}
#wrapper #bodyArea #footer {
	height: 25px;
	clear: both;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 600px;
	padding-right: 0px;
	padding-left: 0px;
	background-repeat: repeat-y;
	background-position: left;
	background-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	padding: 20px;
}

