
body {
	background:#3398CC url('images/eros.gif') no-repeat fixed right bottom; font-family: verdana, helvetica, arial, sans-serif; 	
	color:#333333;
	font-size: 12px
	}
	
a:link { 
	font-weight: normal; 
	text-decoration: none;
	color: #3398CC;
	}
	
a:visited  { 
	font-weight: normal; 
	text-decoration: none;
	color: #0066CC;
	}
	
a:hover { 
	font-weight:normal;
	color: #000000;
	}
	
a:active  { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000000;
	}	

a:hover {
	color: #FDB415;
	background-color: none;
}

#navcontainer {
	margin: 0px 0px 0px 0px;
	padding: 6px 0px 0px 0px;
	list-style-type: none;
	color: #000000;
	background-color: #FDB415;
	font: bold 11px verdana, helvetica, arial, sans-serif;
	text-align: left;
	border-top: 1px solid #000000;
}

#navlist {
	margin: 0;
	padding: 0 0 20px 4px;
	border-bottom: 1px solid #000;
}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #000000;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#navlist a:hover { 
	color: #FFFFF0; 
}

#navlist a.on {
	color: #000;
	border-bottom: 4px solid #000;
	padding-bottom: 2px;
	background: transparent;
}

#navlist a.on:hover {
	color: #FFFFF0; 
}


#footer {
		
		height:2em;
		margin:0em 0em 0em 0em;	
		text-align: center;
		font-size: x-small;
		background-color:#FFFFF0;
		}