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

body {
	background:url(../images/background.png) repeat;
	margin:0;
	padding:0;
	}

#wrapper {
	width:960px;
	height:700px;
	margin:-16px auto;
	padding:0;
	}
	
#wrapper img {
	position:relative;
	}
		
#navBG {
	width:960px;
	height:150px;
	background:url(../images/headerbg.png) repeat;
	z-index:10;
	color:#555555;
	}	
	
#logodiv {
	margin: auto;
	width:960px;
	border-top:solid 2px #FFFFFF;
	border-bottom:solid 2px #FFFFFF;
	}
	
#logo {
	margin:25px 350px 10px 100px;
	float:left;
	}
	
#addy {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	font-size:23px;
	text-transform:uppercase;
	margin:10px;
	color:#CCCCCC;
	}
	
.navigation {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	text-align:right;
	position:relative;
	top:22px;
	}
	
.navigation li {
	list-style:none;
	display:inline;
	margin:5px;
	font-size:23px;
	text-decoration:none;
	}	
	
.navigation a {
	text-decoration:none;
	color:#FFFFFF;
	}	
	
.navigation li a:selected {
	color:#999999;
	}	
	
.navigation li a:hover {
	color:#999999;
	}
	
.scroll {
	margin:25px auto 0;
	width:770px;
	height:430px;
	overflow:hidden;
	clear:both;
	}
	
.scrollContainer {
	height:450px;
	}	
	
.scrollContainer div.panel {
	width:750px;
	height:410px;
	margin:0 5px;
	background:url(../images/sliderbg.png) repeat;
	border:1px solid #000000;
	padding:10px 0 10px 10px;
	float:left;
	overflow-y:auto;
	}

p, h1, h2, h3, h4, h5, h6 {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	}	
	
h1, h2, h3, h4, h5, h6 {
	text-transform:uppercase;
	}	
	
	
#slider {
  width: 960px;
  position: relative;
}

#panelhead {
	width:210px;
	margin-top:20px;
	height:auto;
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	color:#FFFFFF;
	text-shadow:0px -1px 0px #000000;
	background: rgb(102, 50, 61);
	padding:5px;
	float:right;
	font-size:24px;
	}
	
.sidecolumn {
	width:205px;
	height:auto;
	padding:5px;
	margin-top:5px;
	float:right;
	}
	
.maincolumn {
	width:500px;
	float:left;
	}	
	
#gallery img {
	margin:10px;	
	}
	
#hometext {
	font-family:"Helvetica Neue", Helvetica, sans-serif;
	font-size:180px;
	color:rgba(255,255,255,.8);
	position:absolute;
	bottom:0;
	right:0;
	}
	
#homeimg {
	position:relative;
	top:280px;
	right:-200px;
	}
