/* CSS Document */


body {
	
	background-color: #FFFFEC;

}


#wrap {
        width: 817px;
        /*height: 300px; */
       
		
		
}


/*Header**************************************/


#header {

	width: 812px;
	height: 220px;
	background-image: url(../images/alt_head.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFEC;
	text-align: center;
	
	
	

}

#header a {
	
	font-family:  Verdana, Courier, Garamond, arial;
	font-size: 25px;
	color:  #003300;
	font-weight: bold;

}


#spacer {

	width: 10px;
	float: left;

}

/*Sidbar **************************************/

#sidebar {

	width: 175px;
	border: 1px solid #000; 
	float: left;
	text-align: left;
	margin-left: 5px;
	background-color: #FFFFEC;
	
	
}

#sidebar ul {

	list-style-type: none;
	

}

#sidebar a {

	font-family:  "Times New Roman", Courier, Garamond, arial, verdana;
	font-size: 16px;
	color:  #003300;
	font-weight: bold;
	
	

}

#sidebar a:hover {
		
	font-family:  "Times New Roman", Courier, Garamond, arial, verdana;
	font-size: 16px;
	color:  #666666;
	text-decoration: none;
	
}


/*Content**************************************/

#content {

	width: 615px;
	margin-left: 20x;
	padding-left 30px;
	float: right;
	border: 1px solid #000;
	font-family: "Times New Roman", Courier, Garamond, arial, verdana;
	background-color: #FFFFEC;
	text-align: left;
	
}


#content a {
	font-family:  "Times New Roman", Courier, Garamond, arial, verdana;
	font-size: 16px;
	color:  #333333;
	font-weight: bold;
}


#content a:hover {
	font-family:  "Times New Roman", Courier, Garamond, arial, verdana;
	font-size: 16px;
	color:  #c0c0c0;
	font-weight: bold;
	text-decoration: none;
}	



#content p {

	text-indent: 12px;
	font-family: "Times New Roman", Courier, Garamond, arial, verdana;
	font-size: 16px;
	margin: 10px;
}

#content blockquote {
	margin 0px;

}


#content h1, h2, h3, h4 {

	font-family: "Times New Roman", Courier, Garamond, arial, verdana;
	color: #333333;
	margin: 10px;
	
}

/*Footer **************************************/

#footer {

	width: 815px;
	height: 200px;
	
}


/*Listings **************************************/


#listings {

	width: 600px;
	border: 1px solid #000;
	background: #999999;
	padding-top: 20px;
	padding-left: 20px;
	font-family: Tahoma, Verdana;
	float: right;
	font-size: 10px;
}

#listings td {

	font-family: "Times New Roman", Courier, Garamond, arial, verdana;
	font-size: 16px;
}

#listings .box {
	
	width: 265px;
	height: 200px;
	border: 1px solid #000;
	padding: 10px;
	background: #FFFFFF;
	
	
}


#listing_detail {
	font-size: 12px;

}

#listing_detail p {
	
	font-size: 12px;

}



#left_detail {
	width: 455px;
	padding: 15px;
	float: left;
	border: 1px solid #000;
}

#left_detail p {
	
	font-family: Tahoma, Verdana;
	font-size: 11px;

}

#right_detail {
	width: 200px;
	padding: 10px;
	border: 1px solid #000;
}


