/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : Woodland Studios
Author : Ben Rinehart
URL : woodlandphotos.com

Description : 3rd party site; adding on Marathon updatable galleries.

Created : 2/01/2007
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #000;
	color: #fff;
	}
	
	/* START NAVIGATION */
		a:link, a:visited{
			color: #FFF000;
			}
		
		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 0;
		background: url(../images/background.jpg);
		}
		
		#page_body table{
			border-collapse: collapse;
			}/* END PAGE BODY */

	/* START INFO PAGES */	
	#resources{
		text-align: center;
		margin: 0;
		padding: 0;
		}
	
		#resources li{
			list-style-type: none;
			padding: 5px 0;
			}/* END INFO PAGES */
	
	/* START GALLERIES */
	
		#enlarge{
			float: left;
			width: 365px;
			height: 465px;
			}
			
			#enlarge img{
				display: block;
				margin: 0 auto;
				border: 1px solid #000;
				}
		
		#thumbnails{
			float: left;
			width: 120px;
			}
		
		#thumbnails ul{
			margin: 0;
			padding: 0;
			}
		
		#thumbnails li{
			display: inline;
			}
		
		#thumbnails li a{
			display: block;
			float: left;
			width: 50px;
			height: 50px;
			overflow: hidden;
			border: 1px solid #000;
			margin: 3px;
			}
		
		#thumbnails li a img{
			border: none;
			}/* END GALLERIES */
