*{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
}

html, body{
	text-align: center;
	background-color: #000000;
}

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

a:hover{
	text-decoration: underline;
}

a:active, a:focus{
	outline: 0;
}

img{
	border-width: 0px;
}

.alignRight{
	text-align: right;
	
}

div#wrapper{
	width: 944px;
	text-align: left;
	margin: 50px auto 10px auto;
}

img#logo{
	float: right;
	width: 171px;
	height: 69px;
	margin: 0px 30px 15px 0px;
}

div#main{
	float: left;
	width: 900px;
	height: 380px;
	padding: 10px 20px;
	border: 2px solid #ffffff;
}

ul#topNav{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	padding-bottom: 6px;
	border-bottom: 2px solid #575757;
	list-style: none;
	font-weight: bold;
}

ul#topNav li{
	float: left;
	margin-right: 40px;
}

ul#topNav li a{
	font-size: 12px;
	color: #ffffff;
}

ul#topNav li a:hover, ul#topNav li.active a, ul#topNav li.active ul li a:hover{
	color: #575757;
	text-decoration: none;
}

div#content{
	float: left;
	width: 694px;
	height: 274px;
	background-color: #575757;
	padding: 8px;
	overflow: hidden;
	color: #ffffff;
}

div#content p, div#content h1{
	margin-bottom: 10px;
}

div#content h1{
	font-size: 14px;
}

div#content img.image{
	float: left;
}

div#content div.text{
	float: right;
	width: 335px;
	height: 274px;
	padding-right: 8px;
	overflow: hidden;
}

div#contact{
	float: right;
	width: 175px;
	height: 290px;
	color: #ffffff;
}

div#contact *{
	font-size: 10px;
}

div#contact h1{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

div#contact p{
	margin-bottom: 30px;
}

div#contact table{
	width: 100%;
	border-width: 0;
}

div#contact table tr td{
	padding: 2px 0px;
	vertical-align: top;
}

div#contact input, div#contact textarea{
	width: 95px;
	line-height: 16px;
	padding: 2px 0px;
	border: none;
	background-color: #575757;
	color: #000000;
	font-size: 12px;
}

div#contact textarea{
	height: 50px;
	overflow: auto;
	color: #000000;
}

div#contact input.button{
	color: #ffffff;
}

div#line{
	float: left;
	width: 100%;
	height: 2px;
	margin-top: 20px;
	background-color: #575757;
	font-size: 0px;
}

div#footer{
	clear: both;
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px;
	color: #ffffff;
}

div#footer div.left{
	width: 39%;
	text-align: left;
	font-size: 13px;
	float: left;
	margin-top: -2px;
}

div#footer div.right{
	width: 59%;
	text-align: right;
	font-size: 11px;
	float: right;
}

div#footer div.right a{
	color: #ffffff;
	font-size: 11px;
}

div#footer div.left a{
	color: #ffffff;
	font-size: 14px;
}

div.gallery{
	width: 343px;
	height: 274px;
	float: left;
}
