/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Ben Rinehart
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #F79920 url(../images/background.jpg) fixed;
	color: #976825;
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	}

/* START CONTAINER */
#container{
	width: 700px;
	\width: 720px;
	w\idth: 700px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 0;
		}
	
	#logo{
		width: 250px;
		height: 62px;
		padding: 0;
		margin: 5px 0;
		background: url(../images/logo.gif) center center no-repeat;
		text-indent: -9000px;
		text-align: left;
		}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation{
		
		}
	
		#global{
			margin: 0;
			padding: 0;
			text-align: right;
			font-weight: bold;
			}
		
			#global li{
				list-style-type: none;
				display: inline;
				padding: 0 0 0 20px;
				}
		
				#global li a:link, #global li a:visited{
					text-decoration: none;
					}

				#global li a:hover, #global li a:active{
					}

		a:link, a:visited{
			color: #fff;
			}
		
		a:hover, a:active{
			text-decoration: none;
			}
		
		#local{
			float: left;
			width: 250px;
			margin-right: 20px;
			background: url(../images/local.jpg);
			border: 2px solid #fff;
			padding: 0;
			}
			
			#local li{
				list-style-type: none;
				}
				
				#local li a:link, #local li a:visited{
					display: block;
					color: #1C1C1C;
					font-weight: bold;
					padding: 5px 5px 10px 5px;
					text-decoration: none;
					border-top: 1px solid transparent;
					border-bottom: 1px solid transparent;
					}
				
				#local li a:hover, #local li a:active{
					background: url(../images/rollover.jpg) center center repeat-x;
					padding-left: 25px;
					color: #FFF;
					border-color: #fff;
					}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#info #page_body, #portraits #page_body, #sports #page_body{
		background: #1C1C1C;
		color: #fff;
		min-height: 450px;
		padding: 20px;
		border: 2px solid #fff;
		}
		
		#portraits #page_body{
			background: #1C1C1C url(../images/portraits_page.jpg) top right no-repeat;
			}
		
		#sports #page_body{
			background: #1C1C1C url(../images/sports_page.jpg) top right no-repeat;
			}
	
		h1{
			font: bold 24px tahoma, verdana, arial, helvetica, sans-serif;
			margin: 5px;
			text-align: center;
			color: #F79920;
			}
			
			h1 .return{
				font-size: 10px;
				}
		
		.features{
			margin-left: 250px;
			}
		
		#home{
			border: 5px solid #000;
			}
		
		#products{
			display: block;
			margin: 0 auto;
			}
		
		#associations{
			float: right;
			}
		
			#associations img{
				margin: 5px 5px;
				}/* END PAGE BODY */
	
	/* START GALLERIES */
	.instructions{
		text-align: center;
		text-indent: 0;
		font-style: italic;
		font-size: 12px;
		}
	
		#enlarge{
			width: 375px;
			height: 375px;
			}
			
			#enlarge img{
				border: 5px solid #F79920;
				}
		
		.thumbnails td a{
			display: block;
			width: 45px;
			height: 45px;
			overflow: hidden;
			margin: 5px 10px;
			border: 1px solid #fff;
			}
		
		.thumbnails img{
		
			}/* END GALLERIES */
	
	#resources{
		margin-left: 250px;
		}
	
	#resources li{
		list-style-type: none;
		text-align: center;
		padding: 3px 0;
		}
	
	
	/* START FORMS */
	form table{
		margin: 0 auto;
		}
		
		input{
			margin: 2px;
			}
		
		input[type="text"], textarea{
			width: 300px;
			}
		
		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}
	
	#map{
		display: block;
		margin: 5px auto;
		}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 0;
		font-size: 10px;
		}/* END FOOTER */
