@charset "utf-8";
/* CSS Document */
#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 900px;
	background-image: url(pics/body.gif);
	background-repeat: no-repeat;
}


#headNav {
	padding-top: 30px;
	padding-left: 225px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
#headNav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#headNav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#headNav a:hover {
	color: #000066;
}

#side-a {
	float: left;
	width: 60px;
}

#side-b {
	float: right;
	width: 250px;
}
#side-b a:link {
	color: #FF0000;
	text-decoration: none;
}
#side-b a:visited {
	color: #FF0000;
	text-decoration: none;
}
#side-b a:hover {
	color: #000066;
	text-decoration: underline;
}
#featured {
	float: left;
	width: 200;
	padding-left: 35px;
}
#elist {
	width:200px;
	float:left;
}

#content { 
	float: left;
	width: 65%;
}
#contentcontainer {
	margin: 0px;
	padding: 0px;
	border:0;
	width: 100%;
	background-image: url("pics/body.gif");
	background-repeat: repeat;
}
#footer {
	clear: both;
	background-image: url("pics/foot.gif");
	height: 70px;
	width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 30px;
	background-repeat: no-repeat;
}
#footer a:link {
	color: #FF0000;
	text-decoration: none;
}
#footer a:visited {
	color: #FF0000;
	text-decoration: none;
}
#footer a:hover {
	color: #000066;
	text-decoration: underline;
}
html {
	background-image: url(pics/water_back.jpg);
	background-repeat: repeat;
	
}
body {
	
	margin: 0px;
	padding: 0px;
}
#bottom {
	background-image: url(pics/web_flip.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 200px;
	width:500px;
	left: 0px;
	bottom: 0px;
}
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	color: #FF0000;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #0066FF;
	color: #FF0000;
}
