/*908044 = green (lighter)*/
/*98874B = green (medium) - headers*/
/*564D28 = green (darker)*/
/*670D1A = maroon*/
/*090909 = dark grey*/
/*FFD188 = creamy*/

html {border:0;}

body {
	background: #090909 url('images/bg.gif')  repeat-x scroll top left;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0px none transparent;
	display: block; /*This fixes the vertical spacing issue in IE*/
}

#saa_wrapper {
	background: url('images/wrapper_bg.jpg')  repeat-y top left;
	width: 850px;
	text-align: left;
	margin: 0 auto;
}

#saa_header {
	background: url('images/header_logo.jpg')  no-repeat scroll top left;
	width: 850px;
	height: 50px;
/*	text-align: left;*/
	margin: 0;
}

#saa_mast {
	width: 850px;
	height: 150px;
}

#saa_flash {
	background: url('images/flash.jpg')  no-repeat scroll top left;
	width: 650px;
	height: 150px;
	float: left;
	padding: 0;
	margin: 0;
	display: inline; /*fixes IE Doubled Float-Margin Bug*/
	/*IE GIVES ME GRIEF*/
}

#saa_login {
	width: 200px;
	height: 150px;
	float: left;
	padding: 0;
	margin: 0;
}

#saa_nav {
	background: url('images/nav_bg.jpg')  repeat-x scroll top left;
	width: 850px;
	height: 30px;
	margin: 0;
	padding: 0;
}

#join_header {
	background: url('images/join_header.jpg')  no-repeat scroll top left;
	width: 200px;
	height: 30px;
	float: right;
}


#saa_leftColumn {
background: url('images/left_bg.jpg')  repeat-y scroll top left;
	width: 650px;
	float: left;
	margin: 0;
}

#saa_contact {
/*	background: url('images/contact_info.jpg')  no-repeat scroll top left;*/
	width: 200px;
	height: 130px;
}



#saa_rightColumn {
	width: 200px;
	float: left;
}

#saa_content {
	width: 610px;
	margin:20px;
	text-align: left;
}

#saa_content p {
	text-align: justify;
}

#home #saa_content,
#home #saa_content p {
	text-align: center;
}


#content_bottom {
	background: url('images/content_bottom.jpg')  no-repeat scroll top left;
	height: 10px;
	width: 865px;
	margin: 0 0 0 85px;
/*	clear: both;*/
}

#wrapper_bottom {
	background: url('images/wrapper_bottom.jpg')  no-repeat scroll top left;
	width: 850px;
	height: 65px;
	clear: both;
}


#saa_footer {
	width: 850px;
	margin: 10px auto 0 auto;
	text-align: center;
}


#affiliates {
	background: url('images/affiliates.jpg')  no-repeat scroll top left;
	width: 200px;
	height: 150px;
}


/* ====================== */
/* = Inset styles Begin = */
/* ====================== */
#auction_inset {
	background: url('images/auction_bg.jpg')  no-repeat scroll top left;
	width: 200px;
/*	height: 215px;*/
}

#inset_join {
	width: 200px;
}


#join_body {
	background: url('images/join_bg.jpg')  no-repeat scroll top left;
	width: 200px;
/*	height: 300px;*/
}

#news_inset {
	width: 200px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#news_top {
	background: url('images/news_top.jpg')  no-repeat scroll top left;
	width: 200px;
	height: 30px;
}

#news_body {
/*	background: url('images/news_bg.jpg')  no-repeat scroll top left;*/
	width: 180px;
	margin: 10px auto;
	text-align: left;
/*	height: 250px;*/
/*	overflow: hidden;*/
}


.clearme {
	clear: both;
}

.auctionlist {
/*	width: 625px;*/
}

#logos p {
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	border-bottom: 1px solid #CCC;
}


#partners p {
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	border-bottom: 1px solid #CCC;
}

#partners img {
/*	float: left;*/
	display: inline;
	margin-bottom: 1em;
text-align: center;
}




/********* helpers *********/
.floatRight { float: right; }
.floatLeft  { float: left; }
img.floatRight { float: right; margin-left: 1em;}
img.floatLeft { float: left; margin-right: 1em;}
.right  { text-align: right; }
.left   { text-align: left; }
.center { text-align: center; }
.clear, .clearme { clear: both; }
.block  { display: block; }
