/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Ben Rinehart
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000;
	color: #CCC;
	font: 12px Times, "Times New Roman", georgia, serif;
	}

/* START CONTAINER */
#container{
	width: 900px;
	\width: 920px;
	w\idth: 900px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 0;
		}
	
	#header h1{
		float: right;
		width: 266px;
		height: 123px;
		padding: 0;
		margin: 0;
		background: url(../images/logo.gif) center center no-repeat;
		text-indent: -9000px;
		}
	
	#header h1 a{
		width: 266px;
		height: 123px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
	
	#header h2{
		width: 634px;
		height: 123px;
		margin: 0;
		padding: 0;
		background: url(../images/tagline.gif) center center no-repeat;
		text-indent: -9000px;
		}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation{
		font: 16px Times, "Times New Roman", georgia, serif;
		letter-spacing: 2px;
		background: #300;
		text-align: center;
		}
	
		#global{
			margin: 0;
			padding: 5px;
			}
		
			#global li{
				list-style-type: none;
				display: inline;
				padding: 5px 10px;
				}
		
				#global li a:link, #global li a:visited{
					color: #fff;
					text-decoration: none;
					}

				#global li a:hover, #global li a:active{
					}

		a:link, a:visited{
			color: #fff;
			}
		
		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 0;
		}
	
		img{
			margin: 0;
			padding: 0;
			display: block;
			}
		
		#page_body h1{
			font: 24px Times, "Times New Roman", Georgia, Serif;
			border-bottom: 1px solid #6D1212;
			letter-spacing: 4px;
			}
		
		p{
			font: 12px/18px Times, "Times New Roman", Georgia, Serif;
			text-indent: 20px;
			}
		
		#content{
			height: 420px;
			overflow: auto;
			padding: 15px 2em;
			}/* END PAGE BODY */

	/* START INFO PAGES */	
	#spotlight{
		float: left;
		border-right: 1px solid #fff;
		}
	
	#resources{
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
		#resources li{
			list-style-type: none;
			padding: 5px 0;
			}/* END INFO PAGES */
	
	/* START GALLERIES */
		#slideshow {
			width: 900px;
			height: 450px;
			}
	
		#enlarge{
			width: 775px;
			height: 450px;
			margin: 0 0 2px 125px;
			}
			
			#enlarge img{
				display: block;
				margin: 0 auto;
				border: 1px solid #fff;
				}
		
		#thumbnails{
			margin: 0;
			padding: 0;
			width: 125px;
			float: left;
			}
			
			#thumbnails ul{
				margin: 0;
				padding: 0;
				}
				
				#thumbnails ul li{
					display: block;
					float: left;
					}
				
					#thumbnails ul li a{
						display: block;
						width: 50px;
						height: 50px;
						overflow: hidden;
						border: 1px solid #fff;
						margin: 2px 2px;
						}
		
		#thumbnails img{
			border: none;
			}/* END GALLERIES */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 10px;
		text-align: center;
		letter-spacing: 2px;
		}
		
		#footer .vcard div{
			display: inline;
			}/* END FOOTER */
