/* #1D2534 = DARK BLUE */
/* #1F2C4B = BLUE */
/* #2D3A5A = MEDIUM BLUE */
/* #CED5E5 = LIGHT BLUE */
/* #BFFF66 = PSYCHADELIC GREEN */

body {
	background-color: black;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0px none transparent;
}

#burton_wrapper {
	background: #2D3A5A url('images/column3_bg.jpg') no-repeat top right;
	width: 1000px;
	text-align: left;
	margin: 0 auto;
/*	border: 1px solid white;*/
}

#left {
	background-color: #2D3A5A;
	width: 305px;
}

#right {
	background-color: #2D3A5A; 
	width: 638px;
}

.column {
	float: left;
}

#contact_info {
	background: url('images/contact_info.jpg') no-repeat top left;
	width: 638px;
	height: 60px;
}

#burton_logo {
	background: url('images/burton_logo.jpg') no-repeat top left;
	width: 305px;
	height: 140px;
}

#burton_content {
	background-color: #ced5e5;
	padding: 20px 10px;
}


#burton_footer {
	background: url('images/footer_bg.jpg') no-repeat top left;
	width: 638px;
}



#burton_flash {
	background: url('images/flash.jpg') no-repeat top left;
	width: 638px;
	height: 250px;
}



/* ===================== */
/* = INSET BEGINS HERE = */
/* ===================== */

#inset_auction {
	background: url('images/featured_bg.jpg') repeat-y top left;
}

#featured_head {
	background: url('images/featured_header.jpg') no-repeat top left;
	width: 305px;
	height: 35px;
}

#auction_body {
	height: 190px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #ffffff;
	text-align:center;
}


#featured_bottom {
	background: url('images/featured_bottom.jpg') no-repeat top left;
	height: 5px;
	width: 305px;
}



#inset_join {
	background-color: #2D3A5A;
	width: 305px;
}

#join_top {
	background: url('images/join_header.jpg') no-repeat top left;
	height: 25px;
	width: 305px;
/*	margin-bottom: 10px;*/
}

#join_body {
	background: url('images/signup_txt.jpg') no-repeat top left;
	width: 305px;
	height: 130px;
	padding-left: 140px;
	margin-bottom: 10px;
}

#info_txt {
	background: url('images/signup_txt2.jpg') no-repeat top left;
	width: 305px;
	height: 35px;
}

#checkboxes {
	text-align: center;
}

#checkboxes table {
	color: white;
	margin: 0 auto;
}

#join_bottom {
	height: 25px;
}

#aff_logo {
	background: url('images/affiliations.jpg') no-repeat top left;
	width: 305px;
	height: 55px;
	
}

.clearme {
	clear: both;
}

td.divider {
	background: url('images/dotty.gif') repeat-y top center;
	width: 1px;
}