@charset "utf-8";
/* CSS Document */

* {
padding:0;
margin:0;
}

body {
	background-color:#000000;
background-image:url(images/bg.png);
color:#9b4841;
font-weight:bold;
font-size:12px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width:610px;
	/*position:absolute;
	right:0px;*/
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/contentbg.png);
	padding-bottom:15px;
}
	

#content {
	width:580px;
	padding:15px;
}

#header {
	height:295px;
	width:610px;
}

#menu {
	padding:10px;
	text-align:center;
}

#menu a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration:none;
	font-size:16px;
	margin-left:25px;
	margin-right:25px;
	color:#572322;
	}
	
	#menu a:hover {
		color:#391211;
	}

#content {
margin-bottom:15px;
padding-bottom:0;
}

p {
margin-bottom:15px;
line-height:1.5;
padding-left:30px;
padding-right:30px;
}

li {
list-style-type:square;
margin-left:50px;
margin-bottom:5px;
}

h1 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#0d0100;
	padding:3px;
	padding-right:10px;
	font-style:italic;
	text-decoration:none;
	font-size:16px;
	color:#572322;
	text-align:right;
	margin-bottom:10px;
}

input,textarea,select {
background-color:#0d0100;
border:1px solid #572322;
font-weight:bold;
color:#572322;
}

.member {
color:#e57d94;
border:2px solid #c8b8ef;
background-color:#FAFFB1;
background-image:url(images/memberbg.png);
background-repeat:repeat-y;
text-align:center;
margin-left:25px;
margin-right:25px;
margin-bottom:10px;
font-weight:bold;
padding:5px;
}

a,a:link,a:active {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style:italic;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	color:#572322;
}

b,span {
color:#572322;
font-weight:bold;
}

a:hover {
		color:#391211;
}

#ff-fix {
line-height:1;
clear:both;
}
