body {
	margin:0;
	padding:0;
	background-color: #210F01;
	font-family: Arial, Helvetica, sans-serif;
}

/* -- CONTAINERS -- */
#main {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	margin-top: 15px;
	border: 1px solid #7A5D3B;
	padding: 6px;
}
#content 
{
	width:800px;
	background: url(imgs/left_bg.gif) left top repeat-y;
}
#quote {
	width: 812px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 80px;
}
#description {
	float: right;
	background-color: #4F3514;
	width: 630px;
	font-size: 12px;
	color: #AF926E;
	padding-top: 6px;
	padding-left: 10px;	
}

h1 {font-size:16px;}

#description a:link, #description a:visited, #description a:active {color: #ffffff; text-decoration: underline;}
#description a:hover {color: #ffffff; text-decoration: none;}

/*
#photo_tile {
background-color: #d9c997; 
float: right;
width:640px;
height: 24px;
margin-left:27px;

}*/

#left-home {
	margin-right: 3px;
	float: left;
	width: 160px;
	background-color: #816036;
	height: 426px;
	/*height: 450px;*/
}
#left {
	/*margin-right: 3px;*/
	float: left;
	width: 153px;
	background-color: #816036;
	height: 100%;
}
#contact-botom {
	text-align: right;
	height: 20px;
	float: right;
	padding-top: 20px;
	font-family:Verdana;
	font-size: 11px;
	color:#fffff0;
}
#contact-botom a {
	font-family:Verdana;
	font-size: 11px;
	color:#ffffF0;
}

#footer {
	color: #816036;
	width: 810px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
	clear: both;
}
#footer div
{
	float:right;
	width:170px;
}
.clr {
	clear: both;
}

/* -- IMAGE STYLES -- */
#left-home img {
	float: left;
	overflow: hidden;
}
#photo {
	float: Right;
	height: 425px;
	width: 640px;
	position: relative;
	border: 0px solid #7A5D3B;
}
#thumbnails {
	float: right;
	width: 640px;
	background-color: #795930;
	text-align: center;
}


.thumb 
{
	border: solid 1px #FFFFFF;
	margin-right: 3px;
}

.leftright
{
	margin: 25px 0px auto 4px;
	float: left;
}

#thumbnails img
{
	cursor: pointer;
}

#scroller
{
	width: 580px;
	height: 74px;
	overflow: hidden;
	position: relative;
	float:left;
}

#image_wrapper
{
	height: 56px;
	position: absolute;
	top: 8px;
	left: 0px;
	white-space: nowrap;
}

#waitingImg
{
	padding-top: 200px;
	text-align: center;
	position: absolute;
	height: 225px;
	width: 638px;
}

.imgLarge
{
	position: absolute;
	-moz-opacity:0;
	-khtml-opacity:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

#imageArea
{
	border: 1px solid #7A5D3B;
	height: 425px;
	width: 638px;
}


/* -- TEXT STYLES -- */
#footer a {
	color: #816036;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
