img {
	border:0;
	margin:0;
	padding:0;
	}
	
body {
	margin:0;
	padding:0;
	background-color:#ccc;
	font-family: 'Lucida Grande', 'Trebuchet MS', Tahoma, sans-serif;
	font-size: 11px;
	color: #444;
	}

a {
	text-decoration:none;
	font-weight:bold;
	color:#992100;
	}

a:link {
	font-weight:bold;
	text-decoration:none;
	color:#992100;
	}

a:visited {
	text-decoration: none;
	color:#666;
	}

a:hover {
	text-decoration: underline;
	}

a:active {
	position: relative;
	top: 1px;
	}
	
.hover {
	opacity: 0.8;
	}
		
h1 {
	font-size:150%;
	font-weight:bold;
	color: #000;
	}
	
h2 {
	font-size:125%;
	font-weight:bold;
	color: #333;
	}



#page {
	width: 100%;
	height: 720px;
	margin:0;
	padding:0;
	background: url('../images/vertical-bg.png') top left repeat-x;	
	}

#title_bar {
	height: 76px;
	padding:0;
	margin:0;
	}

.title_bar {
	padding-left: 834px;
	}

#main_photo {
	margin-top: -76px;
	float: left;
	width: 834px;
	}

.ztop {
	z-index: 1000;
	}
	
#content {
	width: 480px;
	padding:10px;
	line-height:1.2em;
	position: absolute;
	left:840px;
	}

#content_header {
	width: 480px;
	margin: 10px 0;
	}
	
#content_header .viewport {
	width: 450px;
	height: 150px;
	overflow: hidden;
	position: relative;
	}
	
#content_header .overview {
	list-style: none;
	position: absolute;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	}
	
#content_header .scrollbar{
	background: transparent url(../images/bg-scrollbar-track-y.png) no-repeat 0 0;
	position: relative;
	background-position: 0 0;
	float: right;
	width: 15px;
	}
	
#content_header .track {
	background: transparent url(../images/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
	height: 100%;
	width:13px;
	position: relative;
	padding: 0 1px;
	}
	
#content_header .thumb { 
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 25px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -5px;
	}
	
#content_header .thumb .end { background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	 overflow: hidden;
	 height: 5px;
	 width: 25px;
	 }
	 
#content_header .disable {
	display: none;
	}

#lower_section_headers {
	width: 442px;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 6px 20px;
	margin: 25px 0 15px;
	}
	
.lt {
	position: relative;
	left: 0;
	}
	
.rt {
	position: absolute;
	right: 35px;
	}		
	
#rotating {
	width: 240px;
	min-height: 350px;
	float: left;
	margin: 10px 0;
	text-align: center;
	margin-top: -30px;
	font-size: 10px;
	font-weight: bolder;
	color: #333;
	line-height: 0.8em;
	}

#rotating_content ul {
	list-style-type: none;
	padding: 0;
	margin: 0px auto;
	}
	
#rotating_content li {
	text-align: center;
	height: 380px;
	width: 220px;
	padding-left: 20px;
	}

img.last {
	padding-bottom:15px;
	}

#album_links {
	padding-left: 20px;
	}
		
#album_links img {
	float: left;
	margin: 2px;
	}


#rotating .next,#rotating .prev {
	position:absolute;
	top: 350px;
	left:9px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#rotating .next {
	left:250px;
}


#main_links {
	width: 200px;
	text-align: center;
	float: right;
	padding-top: 25px;
	}

#main_links img {
	padding: 5px 0px;
	}

#main_links a.button {
	padding: 8px 12px;
	color: #fff;
	font-size: 14px;
	background: #721900;
	border: 2px #ddd solid;
	border-radius: 13px;
  	box-shadow: 2px 2px 4px 0px #aaa;
}    

#main_links a {
	text-decoration: none;
	}

#main_links p {
	margin: 40px auto;
	}
					
#footer {
	clear: both;
	width: 80%;
	max-width:1280px;
	}

#contact_info {
	width:100%;
	margin:20px auto;
	text-align:center;
	color: #666;
	}

#contact_info a {
	color: #666;
	}	

#contact_info a:hover {
	color: #992100;
	}
	
#links {
	background: url('../images/bg-bottom.png') top left repeat-x;
	width:100%;
	min-height: 200px;
	margin-top: 30px;
	line-height: 1.5em;
	}

#links ul {
	list-style: none;
	margin-right: 40px;
	float:left;
	margin-top: 2px;
	}

#links li, a {
	font-size: 11px;
	color: #666;
	}

#links a:hover {
	color: #444;
	text-decoration: none;
	}
			
#links li.nav-hd {
	font-size: 12px;
	font-weight: bold;
	color: #444;
	margin-bottom: 5px;
	}
		
