body	{
	font: normal 13px Arial, Trebuchet MS, Arial, sans-serif;
	background-color:#000;
	background-position: top left;
	background-image: url(img/skybg.jpg);	
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

div {
	margin: 0px;
	padding: 0px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
}

a:active {
	color: #FFF;
}

a:hover {
	color: #FFEDA7;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	display: block;
}

p {
	line-height: 20px;
	text-align: left;
}

div#bg2 {
	width: 1280px; 
	height: 1024px;
	background-image: url(img/skybg2.jpg);	
	background-repeat: no-repeat;
	background-position: top left;
}

div#container {
	width: 950px;
}

div#header {
	width:950px;
	height: 100px;
}

div#content {
	width: 950px;
}

div#footer {
	width: 950px;
	clear: both;
	text-align: center;
	color: #626F80;
	padding-top: 50px;
}

div.leftside {
	width: 450px;
	float: right;
}

div.rightside {
	width: 460px;
	float: left;
	margin-left: 20px;
}

div.homeintro {
	margin-top: 80px;
}

ul {
    margin:0;
    padding:0;
    list-style:none;
	text-align: center;
}

ul.nav {
	padding-top: 30px;
}

ul.nav li{
    display:inline;
    margin:0;
    padding:10px 54px;
	text-transform: uppercase;
	font-size: 12px;
}

p.intro {
	padding: 0px 50px;
	text-align: center;
	font-size: 14px;
	line-height: 22px;
	margin: 20px 0px;
}

a.logo img {
	margin: 50px 20px 30px 20px;
}

/* ------------------ buttons ----------*/

a#b_about {
	background:url(img/b_about.gif) left -30px no-repeat;
}
a#b_detail {
	background:url(img/b_detail.gif) left -30px no-repeat;
}
a#b_360 {
	background:url(img/b_360.gif) left -30px no-repeat;
}

a#b_viewopen {
	background:url(img/b_viewopen.gif) left -30px no-repeat;
}

a#b_viewclosed {
	background:url(img/b_viewclosed.gif) left -30px no-repeat;
}

a#b_contact {
	background:url(img/b_contact.gif) left -30px no-repeat;
}

a#b_about, a#b_detail, #b_360, #b_viewopen, #b_viewclosed, #b_contact {
	display:block;
	height:30px;
	width: 142px;
	float: left;
	margin: 20px 6px;
}

a#b_about:hover, a#b_detail:hover, #b_360:hover, #b_viewopen:hover, #b_viewclosed:hover, #b_contact:hover {
	background-position:left 0px;
}

/* ------------------ forms ----------*/

form {
	padding-left: 20px;
}

label {
	display: block;
	width: 180px;
	margin: 3px;
	float:left;
}

input, textarea, select {
	margin: 3px;
	border: solid 1px #91B0CF;
}