/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Ben Rinehart
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #200200 url(../images/bg.jpg) top center no-repeat;
	margin: 0;
	font-size: 12px;
	}

/* START CONTAINER */
#container{
	width: 844px;
	\width: 864px;
	w\idth: 844px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 10px 25px;
		margin-bottom: 0;
		}
	
	#header h1{
		width: 267px;
		height: 60px;
		padding: 0;
		margin: 0;
		background: url(../images/logo.gif) center center no-repeat;
		text-indent: -9000px;
		}
	
	#header h1 a{
		width: 267px;
		height: 60px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation{
		height: 65px;
		}
	
		#global{
			margin: 0 15px 0 0;
			padding: 0;
			float: right;
			width: 581px;
			}
		
			#global li{
				list-style-type: none;
				}
		
			#global li a{
				display: block;
				float: left;
				width: 180px;
				height: 55px;
				background: url(../images/menu.gif) bottom center no-repeat;
				text-indent: -9000px;
				}
				
				#global li#gallery a{
					background-position: 0 -65px;
					width: 188px;
					}
				
				#global li#info a{
					background-position: -188px -65px;
					width: 200px;
					}
				
				#global li#main a{
					background-position: -388px -65px;
					width: 193px;
					}
				
				#global li#gallery a:hover{
					background-position: 0 -3px;
					}
				
				#global li#info a:hover{
					background-position: -188px -3px;
					}
				
				#global li#main a:hover{
					background-position: -388px -3px;
					}

		a:link, a:visited{
			}
			
			#page_body a:link, #page_body a:visited{
				color: #200200;
				}
			
			#footer a:link, #footer a:visited{
				color: #CF9F51;
				}
		
		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 0;
		background: #CF9F51;
		color: #592500;
		height: 570px;
		}
		
		#content{
			float: left;
			width: 575px;
			height: 500px;
			overflow: auto;
			margin-left: 15px;
			padding: 5px 0;
			}
		
		h1{
			font: 28px Georgia, Times, "Times New Roman", Serif;
			color: #592500;
			}
		
		p{
			font: 12px/18px Georgia, Times, "Times New Roman", Serif;
			}
			
		#spotlight{
			float: left;
			margin: 5px 0 5px 15px;
			}
			
			#spotlight img{
				border: 2px solid #592500;
				}/* END PAGE BODY */

	/* START INFO PAGES */
	.figure-a, .figure-b, .figure-c{
		border: 2px solid #592500;
		}
	
	img.figure-a{
		display: block;
		margin: 0 auto;
		}
	
	img.figure-b{
		float: right;
		margin: 0 0 10px 10px;
		}
	
	img.figure-c{
		float: left;
		margin: 0 10px 10px 0;
		}
	
	#resources{
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
		#resources li{
			list-style-type: none;
			padding: 5px 0;
			}/* END INFO PAGES */
	
	/* START GALLERIES */
	#slideshow {
		width: 575px;
		height: 465px;
		}
	
		#enlarge{
			width: 600px;
			height: 510px;
			overflow: hidden;
			}
			
			#enlarge img{
				border: 2px solid #592500;
				display: block;
				margin: 20px auto;
				}
		
		#thumbnails{
			float: left;
			width: 200px;
			margin: 10px 0 0 20px;
			}
			
			#thumbnails ul{
				margin: 0;
				padding: 0;
				}
				
				#thumbnails ul li{
					display: block;
					float: left;
					}
					
					#thumbnails ul li a{
						display: block;
						width: 55px;
						height: 55px;
						margin: 5px;
						overflow: hidden;
						border: 2px solid #592500;
						}
		
		#thumbnails ul li a img{
			border: none;
			}/* END GALLERIES */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 0;
		font: 12px/18px Georgia, Times, "Times New Roman", Serif;
		text-align: center;
		color: #CF9F51;
		}
		
		#footer .vcard *{
			display: inline;
			}/* END FOOTER */
