body{
	font: 100% "Helvetica Neue", "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	padding: 20px;
	width: 1000px;
}
 ul {
	list-style: none;
}

div {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	font-size: inherit;
	color: #000000;
}

/*Current link in left nav*/

li a.current {
	font-weight: bold;
}


/*Left column styles*/

	div#navigation {
		width: 180px;
		float: left;
	}
		div#logo {
			height: 90px;
			font-weight: normal;
			font-size: 24px;
		}
		
		ul.menuLeft {
			margin: 0 0 2em 0;
		}
		
		ul.menuLeft li {
			margin: 0 0 .333em 0;
			
		}
		
		
/*Basic content area dimensions	*/
	div#content {
		width: 770px;
		float: left;
	}
	
		div.first_column {
			width: 580px;
			float: left;
			padding-right: 10px;
		}
				
		div.second_column {
			width: 180px;
			float: left;
		}
		
		
		
		
		
		/*Page Content Styes*/
		div.page_content {
			font-size: 12px;
		}
		

		
		
		/*Gallery  Styles*/
			/*grid styles*/
			
			div.grid_wrapper{
				width: 188px;
				height: 200px;
				overflow:hidden;
					
			}
			
			div.grids {
				width: 188px;
				height: 200px;
				overflow:hidden;
			}
		
			table.grid {
				padding: 0;
				margin: 0;
				width: 188px;
				height: 188px;
				border-collapse: separate;
				border-spacing: 3px 0px;
			}
			
			table.grid tr {
				padding: 0;
				margin: 0;
			}
			

			/*STYLES FOR CURRENT THUMB */
			table.grid a img{
				border: 1px solid #fff;
			}
			
			table.grid a.current img {
				border: 1px solid #666;
			}
			
			a.next {
				width: 180px;
				display: block;
				text-align: right;
			}
			
			/*content styles*/
			div.gallery_content_pane{
				text-align: center;
			}
			
			/*info styles*/
			div.info_pane {
				margin: 20px 0 ;
			}
			
			div.info_pane * {
				margin: 0 0 10px 0;
				
			}
			
			div.info_pane h3 {
				font-size: 1em;
				font-weight: bold;
			}
			
			
			
			/*Section Styes*/
			div.section_copy {
				font-size: 12px;
				margin: 0 0 20px 0;
			}
			
			ul.subsection_links a {
				font-size: 12px;
				font-weight: bold;
			}
			
			div.subsection_item {
				margin: 0 0 16px 0;
			}
			
			
			
			