/* start reset css */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, font, img, small, strike, strong, sub, sup, 
b, u, i, center, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end reset css */

a:link, a:visited	{color:#aaa57a;text-decoration:none;}
a:hover, a:active	{color:#f7ea90;text-decoration:underline;}

body {
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	background-color:#121505;
}

#container	{
	width:766px;
	height:600px;
	margin:0 auto;
	margin-top:10px;
	border:1px solid #56400a;
}

	#header {
		width:766px;
		height:210px;
	}

	#leftnav {
		float:left;
		width:220px;
	}
	
	#content {
		float:left;
		width:322px;
		height:317px;
		overflow-x:hidden;
		overflow-y:auto;
		background: #714c17 url(../images/bg_content.jpg) no-repeat;
		color:#f7ea90;
		font-size:14px;
		/*
		scrollbar-3dlight-color:#6F4B17;
		scrollbar-arrow-color:#121505;
		scrollbar-base-color:#6F4B17;
		scrollbar-darkshadow-color:#6F4B17;
		scrollbar-face-color:#6F4B17;
		scrollbar-highlight-color:#6F4B17;
		scrollbar-shadow-color:#6F4B17;
		*/
	}
	
	#rightnav {
		float:left;
		width:224px;
	}

	
.photo 	{ border:1px solid #56400a; }
.right	{ float:right;margin:0 0 2px 5px;}
.left 	{ float:left; margin:0 5px 2px 0;}

.headline	{font-size:16px;}

/* Lightbox Gallery CSS */
#gallery 				{ width:100%;overflow:auto;}
#gallery ul 			{ list-style: none; }
#gallery ul li 			{ display: inline; }
#gallery ul img 		{ border:2px solid #56400a; width:90px;  height:90px; }
#gallery ul a:hover img { border:2px solid #f7ea90; }
#gallery ul a:hover 	{ color: #fff; }
