@charset "UTF-8";

/* @group Body */

body { 
	font: 11px Verdana, Arial, Helvetica, sans-serif; 
	margin: 0; 	padding: 0; 
	text-align: center; 	color: #fff; 
	background: #000 url(../photos/bg_header.png) repeat-x;
	}

#container { 
	width: 960px; 	background: #000; 
	margin: 0 auto; 	text-align: left;  
	}

/* @end */

/* @group Header */

#header { 
	height: 86px;
	background: #000 url(../photos/bg_header.png) repeat-x;
	padding: 0 10px 0 20px; 
	}

#header h1 { 
	width: 300px;
	float: left;
	font-size: 22px;
	margin: 0 0 0 20px;	padding: 10px 0; 
	color: #f2b950;
	}
	
#header h1 a:link, #header h1 a:visited { 
	 color: #f2b950;
	 text-decoration: none;
	}	
	
#header h1 a:hover, #header h1 a:active { 
	 color: #fcc054;
	 text-decoration: none;
	}		
	
#contact_info { 
	padding-top: -50px;
	padding-left: 20px;
	float: right;
	}
	
#contact_info li { 
	float: left;
	color: #f2b950; 
	}	
	
#contact_info a:link, #contact_info a:visited { 
	color: #f2b950;
	text-decoration: none;
	}		
	
#contact_info a:hover, #contact_info a:active { 
	color: #f2b950;
	text-decoration: underline;
	}		
	
#photo_types a:link, #photo_types a:visited { 
	color: #f2b950;
	text-decoration: none;
	}		
	
#photo_types a:hover, #photo_types a:active { 
	color: #f2b950;
	text-decoration: underline;
	}		
	
	
#contact_info #env { 
	float: right;
	margin-right: 40px; 
	}	
	
.horz_list li { 
	float: right; 
	padding-right: 30px;
	}	
	
.horz_list ul a { 
	display: block; 
	}	

/* @end */

/* @group Main Body */

#top_border { 
	width: 880px;
	height: 17px;
	background: url(../photos/bg_top_border.png); 
	margin-left: 40px; 
	}	

#mainContent { 
	float: left;
	width: 650px;  
	background: url(../photos/bg_mainPhoto.png) no-repeat; 
	margin-left: 30px; 	padding:0; 
	}
	
#mainContent img { 
	margin: 30px 0 30px 35px; 
	}

/* @end */

/* @group Sidebar */

#sidebar1 { 
	float: right; 
	width: 245px; 
	height: 457px;
	margin-right: 30px;
	background: url(../photos/bg_sideBar.png) no-repeat;
	}
	
#sidebar1 h2 { 
	size: 12px;
	margin-top: 20px;
	font-weight: normal;
	text-align: center; 
	}	
	
#sidebar1 p.first { 
	 margin: 60px 30px 0 30px;
	}
	
#sidebar1 p { 
	 margin: 10px 30px 0 30px;
	}	
	
#sidebar1 ul#photo_types { 
	padding: 10px 40px 10px 30px;
	color: #f2b950; 
	}	
	
p.view_more a:link, p.view_more a:visited { 
	margin-top: 10px;
	float: right;
	font-size: 12px;
	font-style: italic;
	color: #f2b950;
	text-decoration: none; 
	}		
	
p.view_more a:hover, p.view_more a:active { 
	text-decoration: underline; 
	}	

/* @end */

/* @group Footer */
#footer { 
	width: 880px;
	height: 60px;
	margin-left: 40px; 	background: url(../photos/bg_footer.png) repeat-x; 
	}

#footer p { 
	margin: 0;	padding: 10px 0; 
	color: #f2b950;
	}
	
.footer_nav { 
	float: left; 
	}	
	
.footer_nav li { 
	 margin-top: 24px;
	 float: left;
	 padding-right: 30px;
	}
	
.footer_nav li a { 
	display: block; 
	}	
	
#footer a:link, #footer a:visited, .footer_nav a:link, .footer_nav a:visited { 
	color: #f2b950;
	text-decoration: none; 
	}	
	
#footer a:hover, #footer a:active, .footer_nav a:hover, .footer_nav a:active { 
	color: #f2b950;
	text-decoration: underline; 
	}	
	
p#copyright { 
	float: left;
	clear: both;
	margin: 5px 0 0 40px; 
	width: 600px;
	}
	
span.copyright_ext { 
	color: #666; 
	}	
	
p#credit { 
	float: right;
	margin: 20px; 
	}	
	
p#credit, #credit a:link, #credit a:visited { 
	color: #4a0520; 
	font-weight: lighter;
	}	

/* @end */	
	
/* @group Styling */
	
img { 
	border: none; 
	}		
	
li { 
	list-style-position: outside; 
	list-style-type: none; 
	}

.float_rt { 	float: right; 
	margin-left: 8px; 
	}

.fltlft { 	float: left; 
	margin-right: 8px; 
	}

.clearfloat { 	clear: both; 
	height: 0; 
	font-size: 1px; 
	line-height: 0px; 
	}

/* @end */
	
	