@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(images/orange-background-image.jpg);
	background-repeat: no-repeat;
	background-color: #0c0401;
	background-position: center center;
}

#top {
	height: 60px;
	margin-bottom: 10px;
}

#bottom {
	
}

#header {
	height: 60px;
	margin: auto;
	text-align:left;
	width: 1000px;
}

#content {
	width: 1000px;
	text-align:left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	/*background-color:#ebe9b6;*/
	height: 600px;
}	

.left{
   float: left;
   margin-right: 20px;
   width: 200px;
   background:#FFF;
   font-size:12px;
}
.middle{
   float: left;
   margin-right: 20px;
   width: 460px;
   background:#FFF;   
}
.right{
   float: right;
   width: 300px;
   background:#FFF;   
}

.left_headers {
	width: 110px;
	background:#4f2020;
	color: #FFF;
	height: 20px;
	font-size:31px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.middle_headers {
	width: 200px;
	background:#4f2020;
	color: #FFF;
	height: 20px;
	font-size:31px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.right_headers {
	width: 140px;
	background:#4f2020;
	color: #FFF;
	height: 20px;
	font-size:31px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.text_box {
	font-size:12px;
	color:#000;	
}

.main_text_box {
	font-size:12px;
	color:#000;	
	padding: 5px;
}

.separator {
	height: 3px;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background:#C96;
}

.tenpxbr {
	height: 10px;	
}

.notreg_forgot {
	font-size: 10px;	
}

.secondary_left {
	width: 670px;	
	float: left;
}

.secondary_right {
	width: 300px;
	background:#FFF;
	float:right;
}

.memberspagebox {
	padding: 5px;
	background: #FFF;
	border: 1px solid #999;
	width: 660px;
}

.roundedcornr_box_894797 {
   background: #ffffff;
}
.roundedcornr_top_894797 div {
	background-image: url(images/roundedcorners/tl.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.roundedcornr_top_894797 {
   background: url(images/roundedcorners/tr.png) no-repeat top right;
}
.roundedcornr_bottom_894797 div {
   background: url(images/roundedcorners/bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_894797 {
   background: url(images/roundedcorners/br.png) no-repeat bottom right;
}

.roundedcornr_top_894797 div, .roundedcornr_top_894797, 
.roundedcornr_bottom_894797 div, .roundedcornr_bottom_894797 {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content_894797 { margin: 0 10px; }

.right_box {
	padding: 5px;
	font-size: 12px;
}

.fivepx {
	height: 5px;
}

.threepx {
	height: 3px;	
}

.browsemenu {
	font-size: 10px;	
}

a.rightbox_menu {
	color: #000;
}

a.rightbox_menu:hover {
	color: #000;
}

.soldout {
	color:#900;
	font-weight:bold;
}

#footer {
	height: 50px;
	margin-top: 10px;	
	text-align:left;
	width: 1000px;
}
