@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	background-color:#000000;
	background-image:url(images/bg.png);
	color:#e57f63;
	line-height:1.5;
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
	background-image:url(images/contentbg.png);
	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:#fce4eb;
	color:#f19880;
	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:#d16346;
	text-decoration:underline;
	font-weight:bold;
}
b, span {
	color:#d16346;
	font-weight:bold;
}
a:hover {
	color:#a03f31;
}
#navigation a {
	color:#e57f63;
	text-decoration:none;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	display:block;
	background-color:#fce4eb;
	font-size:10px;
	text-transform:uppercase;
	margin-bottom:5px;
	padding:3px;
	border-bottom:0;
}
#navigation a:hover {
	background-color:#F3CBB5;
}
input, textarea, select {
	background-color:#fce4eb;
	border:1px dotted #e57f63;
	color:#e57f63;
}

