@charset "utf-8";
/* CSS Document */

body {
	/*background-image:url(../../images/backgrounds/bg06.png);*/
	background-color:#000;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	background-image:url(images/bkgd02.png);
 	background-repeat:repeat-x;
}

#header {
	height: 60px;
	width: 1000px;
	text-align: left;
	margin: 0px auto;
	clear:both;
}

#header_left {
	float: left;
	width: 245px;
	padding-left: 10px;
	height: 90px;
	padding-top: 22px;
}

#header_right {
	float: right;
	width: 728px;
	padding-right: 10px;
}

#header_top_box {
	height: 25px;	
	padding-top: 5px;
}

#leaderboard {
	height: 105px;
	width: 728px;
	padding-top: 10px;
}

#menu {
	height: 40px;
	background-color:#7e7500
	/*background-image: url(../../images/backgrounds/menu_bar.jpg);
	background-repeat: repeat-x;*/
	
}
#menu_bar {
	text-align: left;
	width: 990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 18px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-size:14px;
	font-weight: bold;
	color: #FFF;
	padding-left: 20px;
}

a.menu_bar_links {
	text-decoration:none;
	color:#E2E2E2;
}
a.menu_bar_links:hover {
		text-decoration:underline;
		color:#E2E2E2;
}
a.menu_bar_links:visited {
		text-decoration:none;
		color:#E2E2E2;
}
a.menu_bar_links:active {
		text-decoration:none;
		color:#E2E2E2;
}

/* */

#content {
	text-align:left;
	margin: 0px auto;
	width: 990px;
	height: 1100px;
	clear: both;
	padding: 5px;
	/*background-image: url(../../images/backgrounds/bg-tile_1200.jpg);*/
	background-image: url(../../images/backgrounds/bg-tile_1200b.jpg);	
	background-repeat: repeat-y;
}

#content_left {
	float: left;
	width: 680px;
}

#content_right {
	float: right;
	width: 300px;
}

#mediumrect {
	width: 300px;
	height: 260px;
}

#advertise_with_us {
	background-color: #FFF;
	width: 280px;
	font-size: 16px;
	color: #000;
	border: 1px solid #666;
	padding: 10px;
}

a.link {
	color: #000;
	text-decoration:underline;
}

.tenpxbr {
	height: 10px;	
}

#carousel_container {
	background:#FFF;
	height: 790px;
	padding: 10px;
	width: 660px;
}

#carousel {
	height: 800px;
}

#content_middle {
	clear: both;	
}

#content_middle_left {
	float: left;
	width: 200px;	
	padding: 5px;
	background:#FFF;
	font-size:12px;
}

#content_middle_right {
	float: right;
	width: 440px;
	padding: 5px;
	background:#FFF;
}

#content_video_container {
	clear: both;	
	height: 110px;
}

#content_video_img {
	float: left;
	width: 120px;
	height: 100px;
}

#content_video_desc {
	float: right;	
	width: 280px;
	font-size: 10px;
}

#steamboatbox {
	width: 300px;
	font-weight:bold;
	background: #FFF;
}

.membersbox {
	background:#FFF;
	padding: 10px;
	font-size: 12px;
}

#registration {
	float: left;
	margin-right: 5px;
	width: 640px;
	height: 500px;
	background-color: #FFF;
	margin-left: 15px;
	padding: 10px;
	font-size: 14px;
	line-height: 2.2em;
}
.registration_formbox {
	width:235px;
	height:18px;
	font-size:9pt;
	font-family: Verdana, Geneva, sans-serif;
	margin:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color:#FFF;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
