@charset "utf-8";
/* CSS Document */
* {
margin:0;
padding:0;
}
body {
	background: url(images/bg.gif);
	font-family:"Georgia", Times New Roman, Serif;
	font-size:12px;
	line-height: 18px;
}
a {
color: #bf9e82;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
#main {
	background: url(images/back.png) repeat-y;
	width:1010px;
	margin: 0 auto;
	padding-bottom:20px;
	min-height:600px;
}
#page {
	margin: 0 25px;
}
.header {
	background: url(images/head.jpg) no-repeat;
	width:990px;
	height:218px;
	margin:0 auto;
}
.header span {
	display:none;
}
#navigation {
	width:148px;
	margin:-50px 0 0 10px;
	float:left;
	font-size:14px;
	border-right: 2px solid #241a0e;
}
#navigation ul {
	list-style:none;
}
#navigation ul a{
	text-decoration:none;
	font-weight: bold;
	color: #9f6d41;
}
#navigation ul a:hover{
	color: #bf9e82;
}
#navigation ul li {
	padding:5px;
}
#content {
	width:800px;
	float:right;
	color: #bf9e82;
}
#content ul {
margin-bottom:25px;
font-size:12px;
}
#content ul li {
margin: 5px;
}
#content ul li b {
margin-right:5px;
}
#footer {
	background: url(images/footer.png) no-repeat;
	height:26px;
	width:1010px;
	margin: 0 auto;
}
#footer span {
	display:none;
}
.flash {
width:800px;
	float:right;
}

.clear {
clear:both;
}
h1, h2, h3, h4 {
color: #9f6d41;
}
p {
color: #bf9e82;
margin:15px;
}
ul {
list-style:none;
}