


a, a:link, a:visited {
	color:#0000FF;
	text-decoration: none;
}

#content a:hover { text-decoration: underline; }



img { border:none}

h1{
 font-family: Arial,sans-serif;
 font-size: 130%;
 color: #000;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 115%;
 color: #000;
}

p{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000;
}



/***********************************************/
/* Layout Divs                                 */
/***********************************************/

body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-color:#AB8115;
}

#wrap{
width: 730px;
 margin-left: auto ;
margin-right: auto ;
background-color:#AB9F15;
margin-top: 5px;
margin-bottom: 5px;
}


#sep{

background-color:#000;
height:15px;
}

#amz{
text-align:center
}

#embed_ad{
float:right;
padding:2px;
}

#header{

	width: 100%;
	text-align:center;
	border-bottom:1px solid #333;
	background-color:#AB9F15;
}





#menu{
  float:left;
	width: 25%;
	margin:0;
	border:1px solid #333333;
	border-top:none;
	background-color:#AB9F15;


}

#menu ol { list-style-type:none; }

#menu ol li { border:1px solid #000 }


#menu a{
font: bold 14px Verdana;
padding: 2px;
display: block;
width: 95%;
color: 006699;
text-decoration: none;
border-top:1px solid #333;
}

#menu a:hover{ background-color:#90A214; color:#000000 }

#scraper { padding: 0 3px }



#content{
	float: left;
  width: 74%;
  padding-left:5px;
background-color:#90A214;
}

/************* #siteInfo styles ***************/

#footer{
	clear: both;
	font-size: 75%;
	color: #000;
	text-align:center;
	border-top: 1px solid #333;
}



