@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background-color:#000000;
	background-image:url(images/bg.png);
	color:#7f472d;
	line-height:1.5;
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	width:595px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}
#header {
	height:290px;
}
#border {
	width:28px;
	float:left;
}
#content {
	width:420px;
	padding-top:0;
	float:left;
}
#navigation {
	width:120px;
	float:left;
	padding:15px;
	margin-right:10px;
	padding-top:0px;
	padding-bottom:10px;
}
#ff-fix {
	line-height:1px;
	clear:both;
}
p {
	margin-bottom:15px;
}
li {
	list-style-type:none;
	margin-bottom:5px;
}
h1 {
	background-color:#d2996e;
	color:#7f472d;
	font-size:14px;
	text-decoration:none;
	letter-spacing:1px;
	padding:3px;
	text-align:center;
	margin-bottom:10px;
}
.member {
	background-color:#fce4eb;
	padding:3px;
	margin-bottom:10px;
	color:#e57f63;
}
a, a:link, a:active {
	color:#7f472d;
	text-decoration:underline;
	font-weight:bold;
}
b, span {
	color:#572511;
	font-weight:bold;
}
a:hover {
	color:#572511;
}
#navigation a {
	color:#7f472d;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	display:block;
	border-left:8px solid #7f472d;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:5px;
	padding:3px;
	padding-left:8px;
	border-bottom:0;
}
#navigation a:hover {
	color:#572511;
	border-left:8px solid #572511;
}
input, textarea, select {
	background-color:#E0AC87;
	border:1px dotted #7f472d;
	color:#7f472d;
}

