@charset "utf-8";
/* CSS Document */

body {
	background-color:#656d7d;
	color:#fff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	line-height:1.5em;
	font-size:14px;
	}
#top {
	background-image:url(../images/header-bg.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:150px;
	}
.wrapper {
	width:800px;
	margin:0 auto;
	}
#head {
	height:150px;
	width:100%;
	float:left;
	}
#panorama {
	clear:both;
	background-image:url(../images/panoramic-image-06.jpg);
	width:100%;
	height:350px;
	float:left;
	}
#left-col {
	margin:30px 0 0 0;
	float:left;
	width:500px;
	}
#right-col {
	margin:30px 0 0 0;
	float:left;
	width:300px;
	}
h1 {
	font-size:24px;
	font-weight:bold;
	}
ul {
	list-style:square;
	}
li {
	margin-left:30px;
	}
#footer {
	float:left;
	width:100%;
	height:100px;
	text-align:center;
	padding-top:10px;
	margin-top:20px;
	background-color:#323947;
	font-size:12px;
	}
a {
	text-decoration:none;
	color:#FFFFFF;
	border-bottom:1px dotted #ffffff;
	font-weight:bold;
	}
a:hover {
	border-bottom-color:#FF9900;
	color:#FF9900;
	}
.sidebar {
	width:80%;
	border:1px dotted #FFFFFF;
	float:right;
	padding:10px;
	background-color:#323947;
	}
#bodygrad {
	background-image:url(../images/body-bg-grad.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:60%;
	float:left;
	}
#contact-form {
	background-color:#000000;
	}
#email-left {
	float:left;
	width:300px;
	}
#email-right {
	float:left;
	width:450px;
	padding-left:50px;
	}
#email-right ul {
	list-style:none;
	}
#email-right li {
	margin:0;
	padding:0;
	width:100%;
	display:block;
	margin-top:5px;
	}
#email-right label {
	float:left;
	display:block;
	width:100px;
	}
#email-right #name, #email, #message {
	width:300px;
	}
#email-right #submitbtn {
	margin-left:100px;
	width:100px;
	}
	