body {
	background: #907f47 url(../../images/layout1/bg.gif) repeat-y center center;
}

/* Photobar */

div#photobar {
	background-color: #242424;
	border-bottom: 5px solid #fff;
}

	div#sitetitle {
		color: #fff;
	}

/* Content */

	div#content h1, div#content h2 {
		color: #333;
	}

	div#content h3, div#content h4, div#content h5 {
		color: #555;
	}
	
	div#content a, div#content a:link, div#content a:active, div#content a:visited {
		color: #6a0809;
		border-bottom: 1px dotted #6a0809;
	}

	div#content a:hover {
		color: #907f47;
		border-bottom: 1px solid #907f47;
	}

	/* Horizontal Navigation */

			div#navigation ul li a {
				display: block;
	                        background-color: #f3f3f3;
				float: left;
				color: #333;
	                        font-family: bold "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
				text-transform: uppercase;
				padding: 8px 8px;
                                margin: 0;
				border-bottom: none;
				border-top: 3px solid #907f47;
				font-weight: bold;
			}

			div#navigation ul li a:hover {
				border-bottom: none;
				border-top: 3px solid #fff;
				text-decoration: none;	                        
				background-color: #f3f3f3;
			}


/* Menu */

			div#nav ul li a {
				color: #333;
			}

			div#nav ul li a:hover {
				color: #6a0809;
			}

/* right features */

div#content div#feature {
	background-color: #fff;
}

div#content div#feature h1 {
	color: #666;
}

div#content div#feature h2 {
	color: #666;
	border-bottom: 1px solid #666;
}	

div#content div#feature h3 {
	color: #333;
}

div#content div#feature img {
	border: 3px solid #d8d1c5;
}	

div#content div#feature img.thumb {
 		border: 3px solid #d8d1c5;
}

div#content div#feature ul, div#content div#feature ol {
	color: #5f5e55;
}
