*{
	margin:0px;
	padding:0px;
}
body{
	font-size:medium;
	font-family:georgia, times, serif;
	background-color:#231405;
	color:#FFFFFF;
}
h1, h2, h3, h4, h5, h6{
	font-size:100%;
}
a{
	outline:none;
}
li{
	list-style:none;	
}
hr{
	display:none;
}
img{
	border:none;
}
.hidden{
	display:none;
}
.clearer{
	clear:both;	
}
.centeredContent{
	width:760px;
	margin:0 auto;
}
/*--------------------top row/header area-----------------------*/
#topRow{
	height:402px;
	background:#b39360 url(../images/topRowBg02.jpg) no-repeat top center;
	min-width:760px;
}
	#flashHeader{
		width:747px;
		height:305px;
		background:transparent url(../images/header_still.gif) no-repeat top center;
		margin-top:-187px;
		margin-left:4px;
	}
	#mainBranding{
		width:266px;
		height:205px;
		text-indent:-30000em;
		background:transparent url(../images/mainBranding.png) no-repeat top left;
		position:relative;
		top:172px;
		left:-10px;
		z-index:3;
	}
/*--------------------------------------------------------------*/
/*-------------------bottom row/footer area---------------------*/
#bottomRow{
	background:#231405 url(../images/btmRowTile.gif) repeat-x top left;
}
	#footer{
		width:723px;
		background:#b39360 url(../images/footerBg.gif) no-repeat bottom center;
		margin:0 auto;
		padding:8px 18px 20px 18px;
		font-size:90%;
		font-family:times, georgia, serif;
	}
	#footer a{
		color:#fff;
	}
	#footer a:hover{
		color:#b39360;
		background-color:#fff;	
	}
	#footer .contactInfo{
		float:left;	
	}
	#footer li{
		margin:2px 0 2px 0;
	}
	#siteCredit{
		float:right;
		text-align:right;	
	}
/*---------------------------------------------------------------*/
/*----------------------middle row/content area-----------------------------*/
#middleRow{
	background:#efe8dd url(../images/middleRowTile.jpg) repeat-y top center;
	min-width:760px;
}
	#pageTitle{
		position:relative;
		top:-43px;
		font-size:30px;
		font-variant:small-caps;
		font-weight:normal;
		text-indent:-43px;
		text-align:center;
		color:#fff;
	}
	#mainContent{
		width:450px;
		color:#5a4b32;
		float:right;
		padding:0 40px 40px 0;
		margin-top:-30px;
		margin-bottom:20px;
		background:transparent url(../images/mainContentBtmCap.gif) no-repeat bottom left;
	}
	/*---------------main navigation----------------*/
	#mainNav{
		width:266px;
		background:transparent url(../images/mainNavBg.png) no-repeat bottom left;
		padding:10px 0 30px 0;
		float:left;
		position:relative;
		top:-25px;
		left:-10px;
		z-index:2;
	}
		#mainNav li a{
			display:block;
			text-decoration:none;
			font-variant:small-caps;
			color:#fff;
			font-size:160%;
			padding:10px 0 10px 30px;
			margin-left:28px;
			width:170px;
			border-bottom:1px solid #d0bd9d;
			background:transparent url(../images/listStyleNormal.gif) no-repeat 0 50%;
		}
		#mainNav li a:hover, #mainNav .here{
			color:#602e0a;
			border-color:#602e0a;
			background-image:url(../images/listStyleActive.gif);
		}
	/*--------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*----------------content styling-----------------------------------------*/
#mainContent h3{
	color:#602e0a;
	font-size:130%;
	font-variant:small-caps;
	letter-spacing:0.1em;
	border-bottom:1px solid #602e0a;
	padding-top:10px;
}

#mainContent .textLink{
	color:#602e0a;
}
	#mainContent .textLink:hover{
		color:#fff;
		background-color:#602e0a;	
	}

.contentList{
	padding:0 0 0 20px;
}
	.contentList li{
		margin:5px 0 15px 0;
		list-style-image:url(../images/smallListStyle.gif);
	}
	.contentList em{
		font-size:70%;
		font-style:normal;
		font-family:arial, verdana, sans-serif;
	}
/*-------------welcome home----------*/
#welcomeHome li{
	font-size:100%;
	padding:15px 0 15px 10px;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
}
	#welcomeHome li.headline{
		text-align:center;
		font-size:110%;
		padding:15px 0 15px 0;
		margin:10px 0 10px 0;
		border-bottom:1px solid #ccc;
		border-top:1px dotted #ccc;
		background:#e9e6e3 url(../images/smallBgTile.gif) repeat top left;
	}
	#welcomeHome li.subline{
		font-size:110%;
		text-align:center;
		padding-top:15px;
		margin-top:10px;
		border-top:1px solid #ccc;
		background:#e9e6e3 url(../images/smallBgTile.gif) repeat top left;
	}
	#welcomeHome li span{
		text-indent:-3000em;
		display:block;
		height:40px;
		width:61px;
		background:#fff url(../images/text_home.gif) no-repeat top left;
		float:left;
		margin:-8px 4px 0 0;
	}
/*-----------------------------------*/
/*------------------bio--------------*/
.bio{
	padding-top:10px;	
}
	img.bio{
		padding:2px;
		border:1px solid #ccc;
		float:right;
		margin:14px 0 25px 10px;
	}
	p.bio{
		font-size:90%;
		line-height:1.4em;
		margin-bottom:20px;
	}
#ownerName{
	position:relative;
	top:328px;
	left:274px;
	font-weight:bold;
	color:#fff;
	background-color:#602e0a;
	width:176px;
	text-align:center;
	display:block;
	margin-top:-19px;
	margin-bottom:5px;
	border-top:2px solid #b39360;
	padding:2px 0 2px 0;
}
/*----------------------------------*/
/*-----------gallery-----------*/
.galleryThumbs{
	padding:8px 0 10px 0;
	border-bottom:1px dotted #ccc;
	margin-bottom:20px;
	width:100%;
	float:left;
}
	.galleryThumbs li{
		display:inline;
		float:left;
		border:1px solid #602e0a;
		margin:4px;
	}
	.galleryThumbs li a{
		display:block;
		float:left;
		width:50px;
		height:50px;
		overflow:hidden;
		margin:2px;
	}
	.galleryThumbs li:hover{
		border:1px solid #ccc;
	}
.categoryImg {
	margin:8px 0 0px 2px;
	display:block;
}
	.categoryImg img{
		border:1px solid #602e0a;
		padding:2px;	
	}
	.categoryImg:hover img{
		border:1px solid #ccc;
	}
/*----------------------------*/
/*--------contact info--------*/
#mainContent .contactInfo{
	padding:5px 5px 10px 5px;
	margin-top:5px;
	border:1px solid #ccc;
	background:#e9e6e3 url(../images/smallBgTile.gif) repeat top left;
}
	#mainContent .contactInfo li{
		padding:3px 0 3px 0;
	}
/*-------contact form---------*/
fieldset{
	border:1px solid #ccc;
	padding:15px;
	margin:5px 0 25px 0;
}
	label{
		display:block;
		padding:5px 0 8px 0;
		margin-top:12px;	
	}
	input, textarea{
		padding:6px;
		border:1px solid #a7a7a7;
		outline:2px solid #dadada;
		width:275px;
		font-size:90%;
		color:#535353;
	}
	textarea{
		width:350px;
		font-weight:normal;
		font-family:arial, verdana, sans-serif;
	}
	input:focus, textarea:focus{
		font-weight:bold;
		background-color:#f8f1e6;
		outline-color:#c9c9c9;	
	}
	#submitBtn{
		color:#fff;
		font-family:georgia, times, serif;
		font-variant:small-caps;
		font-size:110%;
		font-weight:bold;
		width:100px;
		height:42px;
		cursor:pointer;
		margin-top:25px;
		border:none;
		outline:none;
		background:#8e744c url(../images/btn_submit.gif) no-repeat top left;
	}
	.formNote{
		font-size:80%;
		font-family:arial, verdana, sans-serif;
		text-align:right;
		padding:10px 0 10px 0;	
	}
	.feedback{
		font-size:80%;
		font-family:arial, verdana, sans-serif;
		font-weight:bold;
		color:#000;
		background-color:#f8f5b1;	
	}
	.warning{
		font-size:90%;
		font-family:arial, verdana, sans-serif;
		font-weight:bold;
		padding:15px 0 0 60px;
		color:#000;
		border:4px solid #f8f5b1;
		height:30px;
		background:#fff url(../images/icon_warning.gif) no-repeat 3%;
		margin:5px 0 10px 0;
	}
	.confirm{
		font-size:90%;
		font-family:arial, verdana, sans-serif;
		font-weight:bold;
		padding:15px 0 0 65px;
		color:#000;
		border:4px solid #049700;
		height:35px;
		background:#fff url(../images/icon_check.gif) no-repeat 3%;
		margin:5px 0 10px 0;
	}
/*-------------------------------------------------------------------*/