body{
	color: #FFC;
	margin:0;
	padding:0;
	background: #600030;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	line-height: 2em;
	text-align: justify;
	}

a, a:visited {
	color: #83B62D;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

a:hover, a:active {
	color: #54AFBC;
	border-top: 1px #83B62D solid;
	border-bottom: 1px #83B62D solid;
	text-transform: uppercase;
	letter-spacing: 2px;
	}

img a:hover, img a:active {
	border: 0px !important;
	}

ul, .ul {
	list-style-image: url(images/heart01f.gif);
	}

/* ---------- MAIN CONTAINER ---------- */

#maincontainer {
	width: 800px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	}

/* ---------- TOP SECTION ---------- */

#topsection {
	height: 340px; /*Height of top section*/
	width: 800px;
	padding: 10px 0;
	}

#topsection h1 {
	margin: 0;
	padding-top: 15px;
	}

#topsection a, #topsection a:hover, #topsection a:active, #topsection a:visited {
	text-decoration: none;
	border: 0px;
	}

/* ---------- CONTENT ---------- */

#contentwrapper {
	float: left;
	width: 100%;
	height: 100%;
	}

#contentcolumn {
	background: #781830;
	margin-left: 150px; /*Set left margin to LeftColumnWidth*/
	padding: 5px;
	height: 100%;
	border-left: 5px #3E0020 solid;
	}

#contentcolumn strong, #contentcolumn b {
	color: #54AFBC;
	}

#contentcolumn em, #contentcolumn i {
	color: #54AFBC;
	}

#contentcolumn h1, #contentcolumn h2, #contentcolumn h3 {
	padding-bottom: 5px;
	border-bottom: 2px #76B94A solid;
	color: #76B94A;
	font-family: Georgia;
	font-weight: normal;
	letter-spacing: 2px;
	text-indent: 10px;
	text-align: right;
	}

/* ---------- LEFT COLUMN ---------- */

#leftcolumn {
	float: left;
	width: 150px; /*Width of left column*/
	margin-left: -850px; /*Set left margin to -(MainContainerWidth)*/
	line-height: 2em;
	text-align: right;
}

#leftcolumn ul {
	list-style: none outside none;
	}

/* ---------- FOOTER ---------- */

#footer {
	clear: both;
	width: 100%;
	text-align: right;
	padding: 10px 0;
	}

/* ---------- INNERTUBE ---------- */

.innertube {
	margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	}

/* ---------- MISCELLANEOUS ---------- */

input, select, textarea {
	color: #907860;
	background: #F0F0A8;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 5px solid #907860;
	padding: 2px;
	font: 12px Courier New;
	line-height: 4em;
	}

.show_join_intro_required {
	color: #54AFBC;
	font-weight: bold;
	text-align: center;
	}

.show_update_intro_link_to_join, .show_sort_form {
	text-align:center;
	}

.show_members_showing_what, .show_members_pagination {
	text-align: right;
	text-transform: uppercase;
	font-weight; bold;
	}

.show_join_form, .show_update_form, .show_lostpass_form {
	margin: 0 0 0 50px;
	}

blockquote {
	padding: 0 5px;
	border: 3px #3E0020 double;
	}
