html, body{
	text-align:center;
	margin-top: 15px;
} 
 
#pagewidth{ 
 width:824px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#leftcol{
	width:194px;
	float:left;
	position:relative;
	padding-top: 12px;
  }
 
#twocols{
 width:630px; 
 float:right; 
 position:relative; 
  }
 
#rightcol{
	width:170px;
	float:right;
	position:relative;
	padding-top: 12px;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: left;
	display:inline;
	position: relative;
	width:458px;
	border: 1px solid #696c6e;
	padding: 0px;
	margin: 0px;
 }

 
#footer{
	height:20px;
	background-color:#FFFFFF;
	clear:both;
	margin-top: 15px;
 } 
 
 #contentcol {
	background-color: #b4d5f0;
	float: left;
	position: relative;
	width:419px;
	padding: 10px;
	margin: 0px;
	border-top-width: 10px;
	border-right-width: 2px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#rightcolcontent {
	width: 147px;
	padding-left: 20px;
}
.botlinks {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
}

a:link {
	color: #967348;
	text-decoration: underline;
	font-weight: bold;
}

a:visited, a:active {
	color: #967348;
	text-decoration: none;
	font-weight: bold;
}

a:hover {  color: #000000; text-decoration: none;}


p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

h1 {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{
	display:none;
} 
#twocols, #maincol{width:100%; float:none;}
}

.photosubcats {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding-left: 7px;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
}

HR {
	height:1px;
	width:100%;
	margin: 0px;
	background-color: #000000;
   }
.gallerynorm {

	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.topspacenavgall {
	padding-top: 10px;
}
