/* susan ring ccs style sheet */

a:link {
	color: #DFAC3C;
	text-decoration:none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #DFAC3C;
	text-decoration: none;
}
.nav:visited {
	color: #000000;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}
.nav:link {
	color: #000000;
	background-color: transparent;
	font-size: 11px;
	text-decoration: none;
}
.nav:hover {
	color: #FFFFFF;
	background-color: #66164A;
	font-size: 11px;
	text-decoration: none;
}
.menu_current:visited {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.menu_current:link {
	color: #000000;
	background-color: transparent;
	text-decoration: none;
}
.menu_current:hover {
	color: #FFFFFF;
	background-color: #66164A;
	text-decoration: none;
}
body {
	background-color: #520518;  /* gray  #676666; | red #520518; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #DFAC3C;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: #DFAC3C;
}

.heading {
	font-family: Arial, Helvetica, sans-serif;
	color: #DFAC3C;
}

.main-img {
	float: left;
	margin: 20px 10px 0px 0px;
}

.note {
	font-size: 10px;
}