@charset "utf-8";

body {
	background:#422D19 url(images/header_template4.gif) left top repeat; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4 {
color:#ffc166;
}



#container {
	width: 900px;
	border: 5px solid #a58645;
	margin: 0 auto;
	padding:0;
	overflow:auto;
}

#header {
	height:280px;
	background:url(images/header_template4.jpg) left top no-repeat;
	padding:10px;
}

#header img#logo {
	float:left;
	margin-right:5px;
}

#header h1 {
	color: #FADD9A;
	margin-bottom:0.25em;
	padding:0;
}

#header h3 {
	color: #ddd;
}

#nav {
	float: left;
	width: 900px;
	background:#090803;
}

#nav li {
	list-style-type: none;
	display:inline;
	width:110px;
	margin:0 2px;
}

#nav li a {
	font-weight: bold;
	font-size:0.9em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	display: inline-block;
	float: left;
	width: 110px;
	height:15px;
	text-align: center;
	padding: 2px 0 8px 0;
	background:url(images/tab4.png) left bottom no-repeat;
}

#nav a:hover {
	color: #806121;
	text-decoration: underline;
	background:url(images/tab4.png) left top no-repeat;
}

#nav #selected {
	color: #FFE6BF;
	background:url(images/tab4.png) left top;
}

#content {
	width:100%;
	color: #FFE6BF;
	background:#000;
	border-top:2px groove #666;
	float:left;
}

#main-content {
	float: left;
	overflow:auto;
	padding:20px 10px;
	width:870px;
}

#main-content a {
	color: #0cf;
	text-decoration: underline;
}

#box-content1, #box-content2 {
width:400px;
height:160px;
margin:10px;
border:5px double #fff;
color:#FFF;
background:#DAC494;
}

#box-content1 {
float: left;
}

#box-content1 a, #box-content2 a {
color: #4A2500;
}

#box-content1 p.more, #box-content2 p.more {
padding-top:10px;
text-align:left;
}

#box-content1 h3, #box-content2 h3 {
color: #4A2500;
border-bottom:medium dotted #4A2500;
margin-bottom:10px;
}

#box-content1 li {
list-style-image: url(images/bullet.png);
color: #4A2500;
font-family:Georgia, "Times New Roman", Times, serif;
}

#box-content2 {
float:right;
}

#box-content2 p.more {
margin-top:0;
padding-top:0;
}

#box-content2 img {
height:60px;
}

#box-content2 a {
color: #4A2500;
}

.thumbnail img {
border:2px solid #fff;
}

.thumbnail img:hover {
border:2px solid #0cf;
}

#footer {
	text-align: center;
	color: #FFFFFF;
	background:#492E14;
	clear: both;
}

#footer li {
	list-style-type: none;
	display: inline;
	padding:0 30px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#copyright p {
text-align: center;
color: #DCE4E7;
clear: both;
overflow: auto;
}

#copyright p a {
color: #DCE4E7;
}

#frontAlbumGroup {
border:1px solid #333;
}

	.frontAlbumGroupHeading {
	background:#333;
	}

