body {
	margin: 0px;
	padding: 0px;
	background: url(../_images/bg.gif);
}

img {
	border: none;
}

p img {
	border: 1px solid #dedede;
}

a:link, a:visited {
	color: #ca006c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	margin: 0px auto;
}

#central {
	position: relative;
	float: left;
	width: 980px;
	margin-bottom: 40px;
	background: #fff url(../_images/central-bg.gif) repeat-y;
}

#header {
	position: relative;
	width: 980px;
	height: 235px;
	background: url(../_images/header-bg.gif) no-repeat;
}

img#logo {
	position: absolute;
	top: 20px;
	left: 40px;
}

#header ul {
	position: absolute;
	right: 40px;
	bottom: 105px;
	margin: 0px;
	padding: 0px;
}

#header ul li {
	list-style: none;
	float: left;
	margin-left: 5px;
}

#header ul li a
{
	display: block;
	float: left;
	clear: none;
	background-color: #CA006C;
	color: white;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 100%;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	padding: 2px 10px 1px 10px;
	text-decoration: none;
}

#header ul li.join a,
#header ul li a:hover
{
	background-color: #7AC142;
}

#content {
	position: relative;
	float: left;
	width: 660px;
	min-height: 530px;
	margin: 0px 40px 40px 40px !important;
	margin: 0px 40px 40px 20px;
	z-index: 0;
}

#right {
	position: absolute;
	top: 235px;
	right: 40px;
	float: left; 
	width: 205px;
	padding-top: 40px;
	margin-bottom: 40px;
	z-index: 1;
}

#footer {
	position: relative;
	width: 980px;
	clear: both;
	background: url(../_images/footer-bg.gif) no-repeat top;
}

#footer p#copy {
	position: relative;
	top: 30px;
	left: 40px;
	color: #808080;
	font-size: 70%;
	margin: 0px;
}

#footer p#deets {
	position: relative;
	top: 10px;
	color: #808080;
	font-size: 70%;
	margin: 0px 40px 0px 0px;
	text-align: right;
}

p, ul, ol, form, table {
	font-family: "lucida grande", verdana, tahoma, sans-serif;
	font-size: 80%;
	line-height: 16pt;
}

h1, h2 {
	font-family: "lucida grande", arial, sans-serif;
	font-weight: normal;
}

h1 {
	background: url(../_images/h1-border.gif) no-repeat bottom;
	padding-bottom: 15px;
	margin-top: 0px;
	letter-spacing: -1px;
}

h2 {
	font-size: 120%;
}

img#bottom {
	display: block;
}

img.float {
	float: left;
}

fieldset {
	border: none;
	padding: 0px;
}

input {
	margin-bottom: 10px;
}

input, label.message, input#submit {
	display: block;
}

textarea#message {
	width: 450px;
	height: 150px;
}

tr#heading {
	font-weight: bold;
}

tr#heading td {
	background: #f2f2f2;
}

tr td {
	border-bottom: 1px solid #cccccc;
}

/* ---- Registration form --------------------------------- */

form
{

}

form fieldset
{

}

form fieldset label,
form fieldset input
{
	float: left;
}

form fieldset label
{
	padding: 0px 4px 0px 0px;
	width: 115px;
	text-align: right;
}

form fieldset input
{
	width: 200px;
}

form fieldset input.hidden
{
	display: none;
}

form fieldset input.submit
{
	width: auto;
	margin-left: 118px;
}

form fieldset br
{
	clear: both;
}

#sidebar
{
	background-color: #1B1B1B;
	-moz-border-radius: 4px;
	color: white;
	padding: 10px 8px 8px 8px;
	margin-bottom: 5px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 1.3em;
}

#sidebar div
{
	padding-bottom: 4px;
}

#sidebar form fieldset label
{
	margin: 0;
	padding: 0;
	width: auto;
}

#sidebar form fieldset input
{
	clear: both;
	width: 180px;
	margin: 0;
}

#sidebar form fieldset input.submit
{
	width: auto;
	margin: 8px 0px 4px 0px;
	float: right;
}

#sidebar p
{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#sidebar h2
{
	margin: 0px 0px 4px 0px;
	padding: 0px 0px 8px 2px;
	border-bottom: 2px solid #323232;
	font-size: 160%;
}

p.date
{
	float: left;
	width: auto;
	min-width: 60px;
	background-color: #EA3495;
	color: white;
	font-weight: bold;
	text-align: center;
	margin: 3px 12px 0px 0px;
	padding: 4px 0px;
	-moz-border-radius: 6px;
	font-size: 70%;
	line-height: 1.6em;
	border-right: 2px solid #AA276D;
	border-bottom: 2px solid #AA276D;
}

div.story
{
	border-bottom: 3px solid #ededed;
	padding-bottom: 8px;
}

a.forgot
{
	background-color: #ca006c;
	color: white;
	padding: 3px 5px;
	-moz-border-radius: 4px;
	text-decoration: none;
}

a.forgot:hover
{
	background-color: #b1005f;
}

a.twitter
{
	display: block;
	clear: both;
	-moz-border-radius: 4px;
	margin-bottom: 4px;
	background-color: #33ccff;
	padding: 7px 10px;
	text-align: center;
	color: white;
	font-weight: normal;
	font-family: Verdana;
	font-size: 80%;
	text-decoration: none;
}

a.twitter span
{
	display: inline;
	color: #167290;
	font-weight: bold;
}