* {
	padding: 0;
	margin: 0;
}
html, body { 
	height: 100%; 
	margin: 0; 
	padding: 0; 
}
body {
	background: #333 url(../_img/bg_orange_subtle.gif) center;
	font: normal 14px/19px Arial, Helvetica, sans-serif;
	color: #ccc;
	text-align: center;
}
#container  {
	width: 990px;
	margin: 0 auto;
	background: #000;
	position: relative;
	text-align: left;
}


/* banner and nav */
#banner_nav h1 {
	background: url(../_img/logo_new_white.gif) no-repeat;
	text-indent: -3333px;
	width: 459px;
	height: 80px;
	background-position: 25px 0;
}
#banner_nav ul {
	list-style: none;
	position: absolute;
	left: 521px;	top: 0px;
}
#banner_nav ul li {
	float: left;
	height: 80px;
	overflow: hidden;
}
#banner_nav ul li a {
	display: block;
	padding-top: 80px;	
	text-decoration: none;
	outline: none;
}

#banner_nav ul li#gn-home a {
	background-image: url(../_img/nav/home.gif); 
	width: 49px;
}
#banner_nav ul li#gn-gallery a {
	background-image: url(../_img/nav/gallery.gif); 
	width: 70px;
}
#banner_nav ul li#gn-contact a {
	background-image: url(../_img/nav/contact.gif); 
	width: 71px;
}
#banner_nav ul li#gn-faq a {
	background-image: url(../_img/nav/faq.gif); 
	width: 58px;
}
#banner_nav ul li#gn-links a {
	background-image: url(../_img/nav/links.gif); 
	width: 58px;
}
/* active navs */
#homepage #banner_nav ul li#gn-home a,
#gallerypage #banner_nav ul li#gn-gallery a,
#faqpage #banner_nav ul li#gn-faq a,
#linkspage #banner_nav ul li#gn-links a,
#contactpage #banner_nav ul li#gn-contact a,
#banner_nav ul li a:hover {
	background-position: 0 -80px;
}


/* INFO PAGES LAYOUT */
.infopage #content {
	clear: both;
	padding-top: 20px;
}
#content h2 {
	font-size: 21px;
	color: #F8981D;
	font-weight: normal;
	letter-spacing: 1px;
}
.infopage #photo_column {
	width: 459px;
	float: left;
}
.infopage #photo_column .main_image {
	margin: 3px 0 0 23px;
	padding: 0;
	border: 1px solid #444;
	width: 434px;
}
.infopage #photo_column #take_another_shot {
	margin-top: 8px;
	height: 83px;
	overflow: hidden;
}
.infopage #photo_column #take_another_shot a {
	display: block;
	width: 459px;
	height: 83px;
	padding-top: 83px;
	background: url(../_img/take_another_shot_lc.gif);
}
.infopage #photo_column #take_another_shot a:hover {
	background-position: 0 -83px;
}
.infopage #text_column {
	width: 459px;
	float: left;
	padding-left: 62px;
}
.infopage #text_column p {
	padding-bottom: 25px;
	padding-right: 20px;
	text-align: justify;
}
.infopage #text_column .floatimage {
	float: left;
	padding-right: 14px;
	padding-bottom: 4px
}
.infopage #text_column p a,
.infopage #text_holder p a {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #fff;
}
.infopage #text_column p a:hover,
.infopage #text_holder p a:hover {
	color: #F8981D;
	border-bottom: 2px solid #F8981D;
}
.infopage #text_column p strong,
.infopage #text_holder p strong {
	font-weight: bold;
	color: #F8981D;
}
#text_holder {
	padding: 25px 0 0 25px;
}
#text_holder p {
	padding-bottom: 25px;
	text-align: justify;
}

#faqpage a {
	outline: none;
}
#linkspage #content {

}
#linkspage #photo_column {
	width: 459px;
	width: 490px;
	float: left;
	
}
#linkspage #text_column {
	width: 459px;
	float: left;
	padding-left: 31px;
}
#linkspage #text_holder {
	padding: 0px 30px 0 25px;
	margin-top: 25px;
	border-right: 1px solid #2E2E2E;
}
#linkspage #text_holder p {
	padding-bottom: 25px;
	text-align: justify;
}


/* GALLERY PAGE LAYOUT */
.gallerypage #content {
	clear: both;
	padding-top: 0px;
}
.gallerypage #text_column {
	width: 459px;
	float: left;
	padding-left: 521px;
}
.gallerypage #text_column p {
	padding-bottom: 45px;
}


/* GALLERY FLASH */
#gallery_flash {
	clear: both;
}
#break {
	border-top: 8px solid #333;
	clear: both;
	margin: 0 25px;
}


/* FOOTER */
.infopage #footer {
	border-top: 8px solid #333;
	margin-top: 40px;
}
#footer {
	clear: both;
	font-size: 10px;
	padding: 10px 0;
	margin: 0 25px;

}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
	border-bottom: 2px solid #333;
}
#footer #tandc {
	float: left;
	width: 414px;
	padding-left: 20px;
}
#footer #footernav {
	float: left;
	width: 445px;
	padding-right: 0px;
	padding-left: 37px;
}
#footer #footernav b {
	font-weight: normal;
	padding: 0 4px;
}
#footernav #fn-copyright {
	float: right;
}

.clr {
	clear:both;
}