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


html, body {
	background-color: #000000;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFF;
	font-weight: 200;
	height: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}
/*text-align: center;*/
/*table {
	 
font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight: 200;
	height: 100%;
	border: 0;
	width: 100%;
}*/
.wrapper {
	width:1150px;
	margin-left:auto;
	margin-right:auto;
	/*margin-top:0px;*/
	/*margin-bottom:auto;*/
	position:relative;
	top:5%;
	bottom:auto;
	text-align: left;
}
h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: 100;
	color: #000;
	letter-spacing: 0.2em;
	line-height: 30px;
}
p {
	line-height: 18px;
	color: #58595B;
}
li {
	line-height: 18px;
	color: #58595B;
}


#header {
	background-color:#A7986F;
	width: 1150px;
	background-image: url(../images/logo.png);
	background-position: 35px 10px;
	background-repeat: no-repeat;
	background-attachment: scroll;
	height:95px;
	}
.nav {
	letter-spacing: 0.34em;
	float: right;
	margin-top: 70px;
	margin-bottom: 10px;
	font-size: 12px;
	padding-right: 35px;
}
.nav a{
	text-decoration:none;
	color:#FFF;	
}

.nav a:hover {
	text-decoration:none;
	color:#FFC40C;	
}	
	
#flashcontent {
	margin-top: 15px; 
	margin-bottom:15px; 
	padding: 0; 
	height: 550px; 
	width:1150px; 
	margin-left:auto; 
	margin-right:auto;		
}

#about {
	margin-top: 15px;
	margin-bottom:15px;
	padding: 0 0 0 0;
	height: 550px;
	width:1150px;
	background-color:#CBC1A8;
}
#glen {
	margin-top: 15px;
	margin-bottom:15px;
	padding: 0 0 0 0;
	height: 550px;
	width:1150px;
	background-color:#CBC1A8;
}
#contact {
	margin-top: 15px;
	margin-bottom:15px;
	padding: 0 0 0 0;
	height: 550px;
	width:1150px;
	background-color:#CBC1A8;
}
#footer {
	background-color: #dddddd;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	background-color:#A7986F;
	width:1150px;
	color: #FFF;
}
#footer a {
	text-decoration:none;
	color:#FFF;
}
#subFooter {
	background-color: #dddddd;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:35px;
	background-color:#000000;
	width:1150px;
	color: #FFF;
	font-size: 10px;
}

.address {
	background-color: #dddddd;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:35px;
	background-color:#A7986F;
	width:900px;
	color: #FFF;
}
