* {
	margin: 0px;
	padding: 0px;
}
html, body {
	width: 100%
}
nav, header, footer, article, section {
	display: block;
	margin: 0px auto;
}
body {
	color: #000;
	background: #F9F7F2;
	font: 8pt "Trebuchet MS";
	text-align: justify;
	line-height: 16pt;
}
p {
	margin: 15px 0px;
}
a {
	text-decoration: none;
	color: #9282A6;
	font-weight: bold;
}
a:hover {
	color: #945657;
}
nav {
	margin: 0px auto;
	width: 100%;
	height: 31px;
	background: #E9F4E3;
}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px auto;
	width: 500px;
}
nav ul li {
	width: 100px;
	float: left;
	text-align: center;
	padding: 5px 3px;
	margin: 0px;
}
nav ul li a {
	font-family: 'Yanone Kaffeesatz', arial, serif;
	text-transform: uppercase;
	color: #9282A6;
	font-size: 21px;
	display: block;
	font-style: normal;
	font-weight: normal;
}
nav ul li:hover {
	background: #C8E0BC;
	color: #C56779;
}
nav ul li.active a {
	color: #D87770;
}
nav ul li a:hover {
	color: #945657;
}
header {
	background: #000000 url(header.jpg) left top no-repeat;
	height: 290px;
	background-position: center;
}
header h1 {
	padding: 235px 0px 0px 220px; 
	font-family: 'Love Ya Like A Sister', Arial;
	font-size: 48px;
}
.orange {
	color: #FF7C00;
}
.deeporange {
	color: #E14E00;
}
section {
	clear: both;
	width: 600px;
	margin: 0px auto;
}
section ul li {
	list-style-image: url('li.gif');
	margin-left: 20px;
}
section h1, section h2, section h3, section h4, section h5, section h6, section h7 {
	font-family: 'Montserrat', Sans-serif;
	color: #BB4E54;
	font-size: 30px;
	margin: 15px 0px 15px -10px;
}
section h2 {
	font-size: 20px;
}
input,select {
	border: 0px;
	font: 8pt "Trebuchet MS";
	padding: 5px;
	background: #EDFAFF;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #5A94AA;
}
.show_join_name_field, .show_join_email_field, .show_join_url_field, .show_join_comments_field, .show_update_name_field, .show_update_email_field, .show_update_url_field, .show_update_old_email_field, .show_update_current_password_field, .show_lostpass_email_field {
	width: 295px;
}
.show_join_country_field, .show_update_country_field, .show_update_submit_button, .show_lostpass_submit_button {
	width: 306px;
}
.show_join_password_field, .show_update_password_field {
	width: 141px;
}
.show_join_submit_button, .show_join_reset_button {
	width: 306px;
}
.join-required, .update-required {
	font-weight: bold;
	color: red;
}
table td {
	font: 8pt "Trebuchet MS";
	padding: 5px;
}
table.fan-details {
	border-bottom: 1px #FF7C00 solid;
}
table.fan-details a {
	font: 8pt "Trebuchet MS";
	font-weight: bold;
}
table.fan-details a:hover {
	color: #E14E00;
}

section blockquote {
	width: 450px;
	font: 7pt Tahoma;
	padding: 5px;
	line-height: 8pt;
	margin: 0px auto;
	background: #EDFAFF;
	line-height: 8pt;
	border-width: 0px 1px 1px 0px ;
	border-color: #5A94AA;
	border-style: solid;
}
section blockquote a {
	font: 7pt Tahoma;
}
section ul li {
	list-style-image: url('li.gif');
}
section #codes-link {
	text-align: center;
	font: 7pt "Trebuchet MS";
	font-weight: bold;
	text-transform: uppercase;
	background: #EDFAFF;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: #5A94AA;
	display: block;
	width: 250px;
	margin: 20px auto;
	padding: 10px 20px;
}

em {
	color: #97634D;
	font: 8pt Georgia;
	font-style: italic;
}
strong {
	color: #6B9297;
	font-weight: bold;
}
i {
	color: #E4BE91;
}