@charset "utf-8";

* {
	margin: 0;
	border: none;
	padding: 0;
}

body {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #404040;
	background: #cdd481 url(images/bg_top.png) repeat-x;
}

p {
	padding-bottom: 7px;
}

h1 {
  color: #66B1e2;
	padding-bottom: 8px;
}

h2 {
  color: #66B1e2;
	padding-bottom: 5px;
}

h3 {
  color: #66B1e2;
}

h4 {
  color: #61a9d1;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #8e9359;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 5px 0 0 20px;
}

li {
	margin: 0 0 10px 0;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#header {
	position: relative;
	width: 940px;
	height: 180px;
	background: url(images/bg_header.png) no-repeat;
}

#main {
	width: 940px;
	position: relative;
	background: url(images/bg_w_sidebar.png) repeat-y;
}

#left_edge {
	float: left;
	width: 24px;
	height: 120px;
	background: url(images/left_edge_top.png);
}

#right_edge {
	float: left;
	width: 24px;
	height: 120px;
	background: url(images/right_edge_top.png);
}

#content {
	float: left;
	width: 892px;
}

#sidebar {
	float: left;
	padding: 20px 15px 10px 15px;
	width: 145px;
	font-size: 12px;
	line-height: 140%;
}

#sidebar h4 {
	padding: 10px 0 10px 0;
	font-size: 13px;
	font-weight: normal;
  color: #478cb2;
}

#list_logo {
	width: 100%;
	clear: both;
	text-align: center;
}

#copy {
	float: left;
	padding: 20px 30px 20px 30px;
	width: 650px;
}

#footer {
	width: 940px;
	height: 35px;
	background: url(images/bg_footer.png) no-repeat;
}

#footer_text {
	padding-top: 20px;
	font-size: 11px;
	line-height: 140%;
	color: #303030;
	text-align: center;
}

#footer_text a {
	text-decoration: none;
	font-weight: bold;
	color: #336480;
}

#menu {
	position: absolute;
	margin: 0;
	left: 132px;
	top: 145px;
	list-style: none;
}

.button_menu {
	float: left;
	margin-right: 5px;
}

.button_menu a {
	float: left;
	width: 120px;
	height: 31px;
}

.btn_home {
	background: url(images/btn_home.png);
}

.btn_forum {
	background: url(images/btn_forum.png);
}

.btn_links {
	background: url(images/btn_links.png);
}

.btn_contact {
	background: url(images/btn_contact.png);
}

.selected,
.btn_home:hover,
.btn_forum:hover,
.btn_links:hover,
.btn_contact:hover {
	background-position: right top;
}

.selected {
	cursor: default;
}

.button_sidebar {
	height: 25px;
	width: 90px;
}

.button_sidebar a {
	display: block;
	padding-left: 10px;
	width: 80px;
	height: 25px;
	font-size: 13px;
	line-height: 25px;
	color: #385947;
	text-decoration: none;
	background: url(images/button_sidebar.png) left top no-repeat;
}

.button_sidebar a:hover {
	color: #3b6d8a;
	background: url(images/button_sidebar.png) right top no-repeat;
}

#fanclub_sidebar {
	text-align: center;
}

#fanclub_sidebar a {
	font-size: 13px;
	font-weight: normal;
  color: #478cb2;
}

.bottom_link {
	text-align: center;
}

.quote {
	margin: 2px 0 6px 0;
	padding: 8px 30px 10px 30px;
	font-style: italic;
	background-color: #f5f4da;
}

.edit {
	border: 1px solid #cdd481;
}

.radio {
	margin-right: 4px;
}

.clear {
	clear: both;
}