html, body {
	background: #804a26 url(../images/bg.gif);
	font-family: Georgia, Times, serif;
	color:#111;
	margin: 0;
	padding: 0;
	height:auto;
	min-height:100%;
	font-size: .9em;
}

#wrapper {
	position:relative;
	margin:24px auto 5px;
	padding:3px 6px 6px 6px;
	min-width: 760px;
	max-width: 900px;
	width: auto !important;
	width: 820px;
	height:auto;
	min-height:100%;
	background:transparent url(../images/shadow.png);
}

#header {
	background: white;
	position:relative;
	margin:0;
	padding:0;
	width:100%;
	height:206px;
}
#header a.topLogo {
	display:block;
	width:600px;
	margin:0 auto 0 40px;
}

#header a.topLogo img{
	border:0;
	width:600px;
	height:206px
}

#content {
	position:relative;
	margin:0;
	padding:0 2% 10px;
	width:96%;
	height:auto;
	min-height:100%;
	background:white;
}
#topNavigation {
	margin:0;
	padding:0;
	width:200px;
	float:left;
	border-bottom:1px solid #333;	
	border-right:1px solid #333;	
}
#topNavigation a{
	width:190px;
	display:block;
/*	background:#58331A; */
	background: #E1BDA8;
	height:39px;
	line-height:33px;
	color:#111;
	font-size:19px;
	font-weight:bold;
	padding:1px 0 1px 10px;
}
#topNavigation a:hover, #topNavigation a:active {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	padding:0 0 0 10px;
	text-decoration:none;
	background:#F1CDB8;
}
#topNavigation a.current, #topNavigation a.current:hover, #topNavigation a.current:active {
	text-decoration:underline;
}

#topLine {
	margin:0;
	padding:0;
	width:100%;
	height:2px;
	background:#27824B;
	border-bottom:1px solid #333;
}
#footer {
	margin:10px auto 0;
	width:auto;
	text-align:center;
}
p {
	margin-bottom:1em;
}

h1 {
	text-align:center;
	padding:0;
	margin:0 0 4px;
}

form {
	display: inline;
}

a:link, a:visited, a:hover, a:active {
	color:#005;
	background:transparent;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

div.dashes {
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	padding: 2px 0;
	margin: 2px 0;
}
ul.dashes {
	list-style:none;
	margin:0 0 1em;
	padding:0;
}
ul.dashes li {
	background: transparent url(/images/listDash.png) no-repeat 2px -1px;
	height:auto;
	padding: 0 0 0 15px;
	margin:0;
}

.underline, a.underline, a.underline:link, a.underline:visited, a.underline:active {
	text-decoration:underline;
}

a.photoCategory {
	float:left;
	width:190px;
	margin:5px;
	padding:3px;
	height:170px;
	display:block;
	text-align:center;
	cursor:pointer !important;
	cursor:hand;
}
a.photoCategory h2 {
	color:black !important;
	word-spacing:-1px;
	font-size:16px;
	margin:0;
	padding:1px 0;
}
a.photoCategory .imgWrapper {
	max-height:100px;
	overflow:hidden;
}
a.photoCategory img {
	border:1px solid black;
	margin:1px;
}
a.photoCategory:hover, a.photoCategory:active {
	background:#FFECDF;
	border:1px solid #58331A;	
	padding:2px;
}

a.photoCategory:hover h2, a.photoCategory:active h2 {
	color:black !important;
}
div.clearer {
	line-height:1px;
	height:1px;
	clear:both;
}

/*core drop shadow rules*/
.wrap1, .wrap2, .wrap3 {
	display:inline-table;
	/* \*/display:block;/**/} 
.wrap1 {
	float:left;
	background:url(../images/shadow.gif) right bottom no-repeat;}
.wrap2 {background:url(../images/corner_bl.gif) left bottom no-repeat;}
.wrap3 {
	padding:0 6px 6px 0;
	background:url(../images/corner_tr.gif) right top no-repeat;}
.wrap3 img {
	display:block;
	border:0px solid #ccc;
	border-color:#efefef #ccc #ccc #efefef;
}

#navbar {
	position:absolute;
	top:-24px;
	height:24px;
	font-size:14px;
	overflow: hidden;
	list-style:none;
	padding:0;
	margin:0 0 0 150px;
}
#navbar li {
	float:left;
	padding: 0 19px 0 13px;
	margin-right: 5px;
	background: url(/images/diamond-black.gif) 100% 45% no-repeat;
	}
#navbar li a {
	display: block;
	padding: 0.15em 0 0.25em;
  	text-transform: uppercase;
	color: #ddd;
}
#navbar .right {
	background:none;
}
#navbar a.current {
	text-decoration:underline;
}
#navbar a:hover {
	background: url(/images/navbarlinkbg.gif) -40px 0 repeat-x;
	color: #eee;
}
#navbar a:active {
	outline: none;
}
#navbar a:focus {
	-moz-outline-style: none;
}

#frontBox {
	margin:4px 1px;
	float:right;
	padding:1px 3px;
	background:#CFAD9B;
	border:1px solid black;
	width:340px;
	overflow:hidden;
	height:640px;
	position:relative;
}
#frontBox p {
	position:absolute;
	cursor:default;
	padding:0;
	margin:0;
	top:0px;
	right:5px;
	text-align:right;
	z-index:9;
	font-weight:bold;
	font-size:16px;
}
#frontBox img {
	border:1px solid black;
}
#frontBox a.front-1 {
	z-index:5;
	display:block;
	position:absolute;
	top:80px;
	left:5px;
}
#frontBox a.front-2 {
	z-index:4;
	position:absolute;
	left:100px;
	top:240px;
	display:block;
}
#frontBox a.front-3 {
	z-index:3;
	position:absolute;
	left:5px;
	top:380px;
	display:block;
}
#frontBox a.front-1:hover,
#frontBox a.front-2:hover,
#frontBox a.front-3:hover {
	z-index:20;
}
#frontBox a.bottom {
	position:absolute;
	bottom:3px;
	right:3px;
	z-index:21;
	font-weight:bold;
	color:#333;
}
