body {
	background-color: #EDE1CA;
	color: #000;
	margin:0; padding:0;	
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 140%;
}

a {
	color: #000000;
	font-weight: bold;
}

a:link, a:active {
	text-decoration: none;

}

a:visited, a:hover {
	color: #000000;
	text-decoration: underline
}




#page {
width: 591px;
margin: 0 auto;
text-align : left;
background-color : transparent;
border-left: 5px solid #000;
border-right: 5px solid #000;
}

#header {
background-repeat : no-repeat;
background-position : center 0px;
height : 343px;

}
#menu {
background-color: #BA0000;
color: #E34848;
border-top: 5px solid #000;
padding: 7px;
text-align: center;
}


#main-content {
background-color: #BA0000;
color: #EDE1CA;


}

#content {
	width: 435px;
	margin-left: 50px;
	padding: 30px;

}

#sidebar {
		background-color : #EDE1CA;
		border-right: 5px solid #D2C8B5;
		float:left; width: 120px;
		margin-left: 5px;		
	  	color: #000;
		text-align: left;
		padding: 5px 2px 5px 5px;
		font-size: 10px;
		line-height: 120%;

}

#footer {
	background-color: #BA0000;
	color: #FE7C7C;
	padding: 10px;
	font-size: 11px;
	text-align: center;

}

#sidebar a{
	color: #BA0000;
}

#sidebar a:visited, #sidebar a:hover {
	color: #8B3838;
	
}

h1 {

}

p {
	margin-bottom: 20px;
}

.listing {
	font-weight: bold;
	margin-bottom: 40px;
	clear: both;

}

.listing img {
	float: left;
	padding-right: 12px;
	padding-bottom: 12px;
	margin-bottom: 20px;

}


