@charset "utf-8";
/* EWS CSS Doc */


/*body copy -----------------------------------------------*/
body {
	background-color: #290102;
	margin:0px;
	padding:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DDCBB9;
	letter-spacing: .02em;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #DDCBB9;
}
strong {
	font-size: 13px;
	color: #FFFFFF;
}
a {
	text-decoration: underline;
	color: #E1BAB0;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	font-style: normal;
	text-decoration: none;
	color: #A95641;
}



/*page title ----------------------------------------------*/
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
}



/*location bar --------------------------------------------*/
.location {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #A95641;
}



/*items boarder --------------------------------------------*/
.items img {
	border: 1px solid #894512
}
.items img:hover {
	border: 1px solid #FFFFFF
}
.items img:visited {
	border: 1px solid #53290B
}



/*bottom footer --------------------------------------------*/
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #E6C6BD;
}