body {
	background:#fff url("../images/images/bodybg.jpg") no-repeat fixed bottom right;
	font-family: arial, helvetica, sans-serif;
	font-size:11px;
	color:#fff;
}

a, a:visited {
	color:#d6150e;
}

a:hover {
	color:#fff;
}

h1 a, h1 a:visited {
	color:#fff;
}

img {
	border:0px;
}

#wrapper {
	margin:0px auto;
	width:860px;
	background:#0f0f0f;
}

#logo {
	background: #000 url("../images/images/logo.gif");
	height:95px;
	width:314px;
	float:left;
	margin:0px;
}


#header_r {
	background: #000 url("../images/images/headera_r.gif");
	height:95px;
	width:430px;
	float:right;
	margin:0px;
}

#navbg {
	background: #000 url("../images/images/headerb_bg.gif") repeat-x;
	height:54px;
	width:860px;
	text-align:center;
	margin:0px;
	border-bottom:3px solid #bc1a15;
}

	#navbg ul {
		margin:0px 0px 0px 30px;
		padding:0px;
	}

		#navbg ul li {
			display:inline;
			width:91px;
			height:48px;
		}

			#navbg ul li a {
				text-align:center;
				background-image:url("../images/images/button.gif");
				font-weight:bold;
				font-size:13px;
				text-decoration:none;
				display:block;
				float:left;
				color:#ccc;
				width:91px;
				height:31px;
				padding-top:17px;
				margin-top:6px;
				margin-right:1px;
			}

			#navbg ul li a:hover {
				background-image:url("../images/images/button_h.gif");
				color:#fff;
			}
			
			

#butbg {
	margin:0px;
	padding:0px;
	list-style:none;
}

	#butbg li {
		display:block;
		width:247px;
		height:32px;
		margin:5px 0px 0px 0px;
	}

		#butbg li a {
			text-align:center;
			display:block;
			background-image:url("../images/images/regbut.gif");
			font-weight:bold;
			font-size:15px;
			text-decoration:none;
			color:#ccc;
			width:247px;
			height:25px;
			padding-top:7px;
		}

		#butbg li a:hover {
			background-image:url("../images/images/regbut_h.gif");
			color:#fff;
		}
		
		
#bigmenu {
	display:block;
	width:553px;
	margin:0px;
}

	#bigmenu #header {
		background-image:url("../images/images/bigmenu_header.gif");
		height:43px;
		width:543px;
		text-align:center;
		padding-left:10px;
	}

	#bigmenu #body {
		background:url("../images/images/bigmenu_bg.gif") repeat-y;
		padding: 5px 8px 0px 8px;
		text-align:left;
		color:#fff;
		width:538px;
	}

	#bigmenu #footer {
		background-image:url("../images/images/bigmenu_footer.gif");
		height:16px;
		width:533px;
	}
			

#advertiser {
	display:block;
	float:left;
	width:255px;
	margin:5px 0px 5px 0px;
}

	#advertiser #header {
		background-image:url("../images/images/advertiser.gif");
		height:43px;
		width:255px;
	}

	#advertiser #body {
		background:url("../images/images/menu_bg.gif") repeat-y;
		padding: 5px 8px 0px 8px;
		text-align:left;
		color:#fff;
		width:242px;
	}

	#advertiser #footer {
		background-image:url("../images/images/menu_footer.gif");
		height:13px;
		width:235px;
	}

#members {
	display:block;
	float:right;
	width:255px;
	margin:5px 0px 5px 0px;
}

	#members #header {
		background-image:url("../images/images/members.gif");
		height:43px;
		width:255px;
	}

	#members #body {
		background:url("../images/images/menu_bg.gif") repeat-y;
		padding: 5px 8px 0px 8px;
		text-align:left;
		color:#fff;
		width:242px;
	}

	#members #footer {
		background-image:url("../images/images/menu_footer.gif");
		height:13px;
		width:235px;
	}
	
#center {
	text-align:center;
	padding:23px;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;
	border:0px;
}
	

#leftcolumn {
	margin:0px;
	width:602px;
	
	min-height:627px;
	height: auto !important;
	height:627px;
	
	background: #0f0f0f url("../images/images/left_bg.gif") repeat-x top;
	display:block;
	float:left;
	color:#fff;
}

	#leftcolumn h1 {
		margin:5px 0px 5px 10px;
		font-size:20px;
		font-weight:bold;
		display:block;
		text-align:center;
	}
	
	#leftcolumn p {
		margin:0px 10px 5px 10px;
		font-size:11px;
	}

#rightcolumn {
	border-left:1px solid #bc1a15;
	border-right:1px solid #bc1a15;
	margin:0px;
	width:256px;
	
	min-height:627px;
	height: auto !important;
	height:627px;
	
	background: #222323 url("../images/images/right_bg.gif") no-repeat bottom;
	display:block;
	float:right;
}

	#rightcolumn h1 {
		margin:0px 0px 3px 0px;
		padding:3px;
		display:block;
		text-align:center;
		background:url("../images/images/righthead.jpg") repeat-x;
		font-weight:bold;
		font-size:16px;
		color:#fff;
	}

	#rightcolumn p {
		margin:0px;
		padding:3px;
		color:#fff;
	}
	
#memopt {
	padding:10px;
	text-align:center;
	background:#aaa url("../images/images/headerb_bg.gif") repeat-x;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

th {
	background-color:#bc1a15;
	font-weight:bold;
	padding:1px;
}

td {
	background-color:#333;
	padding:3px;
}

td a {
	color:#fff;
}

#footer {
	display:block;
	background:url("../images/images/footer.gif") repeat-x;
	width:840px;
	height:90px;
	text-align:center;
	color:#fff;
	padding:10px;
}