/*---//    RUST BOOK HOMEPAGE STYLE SHEET   //---*/



/*------------------------------------------------------------------//    HOMEPAGE GENERAL STYLES    // ---*/

html, body {
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;	
	}
	
#clear {
	clear: both;
	}
	
#homewrapper {
	background-image: url(images/homewrapperbg.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0px;
	width: 760px;
	text-align: left;
	min-height: 100%
	}
	
	
#banner {
	background-color:#FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
	
	
	

/*------------------------------------------------------------------//    HOMEPAGE RUST BOOK STYLES    // ---*/

#rustwrapper {
	float: left;
	position: relative;
	width: 378px;
	background-color: #f4f0d6;
	padding-bottom: 20px;
	}
	
#rustmasthead {
	background: url(images/rustbookbg.gif) repeat;
	width: 378px;
	height: 243px;
	}
	
#rusttopbar {
	background-color: #521b1e;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f4f0d6;
	padding: 3px 0 3px 13px;
	margin: 0;
	}
	
#rustbottombar {
	background-color: #c5b368;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #521b1e;
	padding: 3px 0 3px 13px;
	margin-top: 1px;
	}
	
#rustbottombar a {
	color: #521b1e;
	text-decoration: none;
	}
	
#rustbottombar a:hover {
	color: #f4f0d6;
	text-decoration: none;
	}
	
#rustbottombar a.active {
	color: #f4f0d6;
	text-decoration: none;
	}
	
#rustcontent {
	margin: 13px;
	}
	
#rustcontent #leftcolumn {
	float: left;
	position: relative;
	width: 164px;
	margin-right: 10px;
	}
#rustcontent #rightcolumn {
	float: right;
	position: relative;
	width: 178px;
	}

#rustcontent #rightcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #521b1e;
	}





/*------------------------------------------------------------//    HOMEPAGE WHAT'S IT WORTH STYLES    //---*/


#whatswrapper {
	float: right;
	position: relative;
	width: 378px;
	background-color: #d1e8ef;
	padding-bottom: 20px;
	}
	
#whatsmasthead {
	background-color: #1d96c6;
	width: 378px;
	height: 243px;
	}
	
#whatstopbar {
	background-color: #14698b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #d1e8ef;
	padding: 3px 0 3px 13px;
	margin: 0;
	}
	
#whatsbottombar {
	background-color: #8cc6d6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #14698b;
	padding: 3px 0 3px 13px;
	margin-top: 1px;
	}
	
#whatsbottombar a {
	color: #1f698b;
	text-decoration: none;
	}
	
#whatsbottombar a:hover {
	color: #d1e8ef;
	text-decoration: none;
	}
	
#whatsbottombar a.active {
	color: #d1e8ef;
	text-decoration: none;
	}
	
#whatscontent {
	margin: 13px;
	}
	
#whatscontent #leftcolumn {
	float: left;
	position: relative;
	width: 164px;
	margin-right: 10px;
	}
#whatscontent #rightcolumn {
	float: right;
	position: relative;
	width: 178px;
	}

#whatscontent #rightcolumn p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #0b4158;
	}


/*------------------------------------------------------------//    HOMEPAGE WHAT'S IT WORTH STYLES    //---*/

