@charset "utf-8";
/* CSS Document */
body {
	background: #000000;
	color : #595959;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
	
h1 {
	color: #5f5f5f;
	font:  italic small normal;
	width: 170px;
	text-align: center;
	}
	
h2 {
	margin-bottom: 10px;
	padding-bottom: 2px;
	color: #b9b9b9;
	font-size: 16px;
	border-bottom: 1px solid #b9b9b9;
	}
	
h3 {
	margin-bottom: 2px;
	padding-left: 8px;
	font-size: 13px;
	color: #000000;
	}
	
h4 {
color: #595959;
font-size: 11px;
}
	

	
a:link {text-decoration: none; color: #8e3400; font-weight:bold}
a:visited {text-decoration: none; color: #8e3400}
a:active {text-decoration: none; color: #8e3400;}
a:hover {
	text-decoration: underline;
	color: #8e3400;
	font-size: 11px;
	font-weight: normal;
}

#navlist a {
	display: block;
	padding: 9px 0 0 22px;
	width: 170px;
	height: 22px;
	background-color: #eeeedd;
	border-bottom: 1px solid #d1d1c2;
	font-size: 11px;
	}
	
	
#navlist a:link {text-decoration: none; font-weight:normal; color: #4b4842;}
#navlist a:visited {text-decoration: none; color: #4b4842; font-weight: normal;}
#navlist a:active {text-decoration: none; color: #4b4842; font-weight: normal;}
#navlist a:hover {text-decoration: none; color: #8e3400; background-color: #fafae6; font-size:11px; font-weight: normal;}	
	
#navlist {
	margin-bottom: 20px;
	list-style-type: none;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
	}	

#dropmenudiv {
	position: absolute;
	border: 1px solid #d1d1c2;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	margin-left: 190px;
	margin-top: -33px;
	}

#dropmenudiv a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #d1d1c2;
	text-decoration: none;
	background-color: #eeeedd;
	padding: 6px 0 0 0;
	height: 25px;
	text-indent: 22px;
	color: #4b4842;
	font-weight:normal;
	font-size:11px;
	}

#dropmenudiv a:hover { 
	background-color: #fafae6;
	color: #8e3400;
	}	

.content{
	padding: 22px ;
	width: 450px;
	float: left;
	}
	
.content_large{
	padding: 22px ;
	width: 685px;
	float: left;
	}
.rightnav {
	padding-top: 22px;
	width: 240px;
	float: left;
	}
	
.rightnav a:link {text-decoration: none; font-weight: bold; color: #8e3400;}
.rightnav a:visited {text-decoration: none; font-weight: bold; color: #8e3400;}
.rightnav a:active {text-decoration: none; font-weight: bold; color: #8e3400;}
.rightnav a:hover {text-decoration: underline; font-weight: bold; color: #8e3400;}
.rightnav_adopt a:link {text-decoration: none; font-weight: bold; color: #8e3400;}
.rightnav_adopt a:visited {text-decoration: none; font-weight: bold; color: #8e3400;}
.rightnav_adopt a:active {text-decoration: none; font-weight: bold; color: #8e3400;}
.rightnav_adopt a:hover {text-decoration: underline; font-weight: bold; color: #8e3400;}
#footer_sub {
	width: 900px;
	padding: 4px 0;
	margin: 0 auto;
	background: #000000;
	color: #eeeedd;
	font-size: 10px;
	}
	
#footer_sub a:link {text-decoration: none; color: #eeeedd;}
#footer_sub a:visited {text-decoration: none; color: #eeeedd;}
#footer_sub a:active {text-decoration: none; color: #eeeedd;}
#footer_sub a:hover {text-decoration: none; color: #eeeedd;}
a img {border: none; }

