body {
	background-image:url("../Images/bg_flowers.gif");
	background-position: bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color:#410101;
	height:100%;
	vertical-align:bottom;
}

h1 {
	color:#fef2f2;
	background-color:transparent;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 25px;
	line-height: 22px;
		}
		
a:link, a:visited {
	color:#fef2f2 ;
	text-decoration: none;
	font-weight:bold;
		}

a:hover {
	color: #610000;
	text-decoration: underline;
		font-weight:bold;
	

}


.bottom_link {
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fef2f2;
	}

#Header {
	background:url("../Images/header.gif");
	background-repeat:no-repeat;
	background-position:top left;
	height:200px;
	width:800px;
	margin:0px;
	z-index:-1;
	
}

#Menu{
width:450px;
margin-left:200px;
z-index:1;
background-color:#FFFFFF;
height:20px;
margin-bottom:20px;
}

#content{
width:450px;
padding-left:200px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;
}


#Footer{
padding-left:200px;
height:15px;
text-align: left;
width:450px;
color:#fef2f2;
padding-top:100px;
}



/*menu*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0;
padding: 0;
}

#underlinemenu ul{
margin: 0;
margin-bottom: 1em;
padding-left: 0;
float: left;
font-weight: bold;
width: 100%;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: gray;
font-weight: bold;
padding: 2px 10px 4px 8px;
text-decoration: none;

}

#underlinemenu ul li a:hover{
color:#610000;
background-color: #fef2f2;
border-bottom: 4px solid #610000;
padding-bottom: 0;
}