@charset "utf-8";
/* CSS Document */

/* Begin CSS Reset */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}	
/* End CSS Reset */

body {
	background: #B3945F url(images/body-bg.jpg) top left repeat-x;
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
}

#conash3D0 {
	display:none;
}

h1 {
	font: 22px Georgia, "Times New Roman", Times, serif;
	line-height: 40px;
}

h2 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	line-height: 34px;
}

h3 {
	font: 16px Georgia, "Times New Roman", Times, serif;
	line-height: 30px;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

#page {	
	margin: 0 auto;
	width: 946px;
}

/* Begin Header */
#header {
	background: url(images/header.png) top left no-repeat;
	height: 360px;
}

#nav {
	padding: 8px 0 8px 0;
}

#nav ul {
	list-style: none;
}

#nav ul li {
	float: left;
	list-style: none;	
	margin: 0 10px 0 10px;
	background: #DDC57C;
	border: solid 1px #D59F88;
	/*line-height: 22px;*/
	background: url(images/nav-bg.png) top left repeat-x;
	height: 22px;
}

#nav ul li a {
	/*line-height: 24px;*/
	text-align: center;
	padding: 0 10px 0 10px;
	font: 13px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #000;
	display: block;
	line-height: 22px;
}

#nav ul li a:hover {
	text-decoration: underline;
}
/* End Header */

#content {
	background: url(images/page-bg.png) top left repeat-y;
	padding: 0 14px 0 14px;
}

/* Begin Main Content */
#main-content {
	float: left;
	width: 640px;
	padding: 15px;
	background: url(images/content-top-bg.jpg) top left no-repeat;
}
/* End Main Content */

/* Begin Sidebar */
#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul li {
	background: url(images/sidebar-nav-bg.jpg) top left no-repeat;
	height: 70px;
	line-height: 70px;
	margin-bottom: 12px;
}

#sidebar ul li a {
	margin-left: 10px;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}

#sidebar ul li a:hover {
	text-decoration: underline;
}
/* End Sidebar */

/* Begin Foorter */
#footer {
	background: #290000 url(images/footer-bg.jpg) top center no-repeat;
	text-align: center;
	padding: 80px 0 50px 0;
	color: #FFF;
}

#footer .nav a {
	padding: 0 10px 0 10px;
	color: #FFF;
	text-decoration: none;	
}

#footer .nav a:hover {
	text-decoration: underline;
}

#footer .db {
	color: #877070;
	font: 11px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#footer .db a {
	color:  #877070;
	text-decoration: none;
}

#footer .db a:hover {
	text-decoration: underline;
}
/* End Footer */



a {
	color:#6B0000;
	text-decoration:none;
	outline:none;
}
a:hover {
	text-decoration:underline;
}
.caption{ 
	font-style:italic;
	color:#000; 
	margin: 10px 0 10px 0; 
	/*line-height: 40px;*/
}
/*.demo{position:relative;margin-top:2em; border: solid 1px #000; }*/
/*.gallery_demo {width:702px;margin:0 auto;}*/
.gallery_demo li { 
	/*width:68px;
	height:50px;*/
	border:1px double #111;
	margin: 0 2px;
	background:#000;
}
/*.gallery_demo li div{left:240px}*/
.gallery_demo li div .caption{ 
	font:italic 0.7em/1.4 Georgia, "Times New Roman", Times, serif;
}

#main_image { 
	margin:0 auto 60px auto;
	/*height:438px;
	width:700px;*/
	background:black;
}
#main_image img { 
	margin-bottom:10px;
}

.nav {
	padding-top:15px;
	clear:both; 
	text-align: center;
}

/*.info {
	text-align:left;
	width:700px;
	margin:30px auto;
	border-top:1px dotted #221;
	padding-top:30px;
}
.info p { margin-top:1.6em; }*/

