/* --- GENERAL STYLES--- */
body { font-family: georgia, times, "times new roman", serif; }
a:link, a:visited { color: #994F21;	text-decoration:none; 
	border-bottom: 1px dotted #000  }

a:active
{
	color: #fff;
	background-color: #994F21;
	text-decoration:none; 
	border-bottom: 1px dotted #000 
}

blockquote
{
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #E8CDB9;
	background-color: #FAE3CC;
}

hr
{
	color: #BFBBB7;
	background-color: #BFBBB7;
	border: 0;
	height: 1px;
}

.floatright
{
	float: right;
	width: 150px;
	font-size: 80%;
	text-align: right;
}

.floatright img
{
	border: 1px solid #BFBBB7;
}

/* --- NAV STYLES--- */
#nav
{
	float: right;
	width: 190px;
	padding-left: 20px;
}

/* --- MENU STYLES--- */
#menu
{
	padding: 10px;

}

