/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: url(images/bg.gif) 50% 0%;
	background-repeat: fixed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 160%;
	}

 #wrap {
	width: 770px;
	height: 570px;
	margin: 0px auto;
	padding: 0;
	text-align: left;
	
	}
	
#header {
	height: 111px;
	width: inherit;
	margin-top: 0px;
	text-align: center;
	background-image: url(images/top.jpg);
	background-repeat: repeat-x;
	color: #2e4b5b;
	font-size: 110%;
	padding: 0px 0px 0px 0px;
	clear: both;
	
}

#menu {
	font-size: 135%;
	font-weight: lighter;
	float: left;
	color: #2e4b5b;
	padding: 16px 14px 18px 22px;
	margin-top: 0px;
	width: 130px;
	height: 600px;
}

.normal {
	height: 600px;
}

.tall {
	height: 800px;
}

#line {

}


#content {
	float: left;
	margin-top: 16px;
	margin-bottom: 15px;
	margin-left: 8px;
	margin-right: 10px;
	text-align: center;
	width: 450px;
}

#footer {
	clear: both;
	background-image: url(images/flowers3.jpg);
	background-repeat: no-repeat;
	padding: 0;
	margin-bottom: 0;
	text-align: left;
	height: 108px;
	width: 770px;
	} 

	
a {
	color: #2e4b5b;
	text-decoration: underline;
}

a:hover {
	color: #c96776;
	text-decoration: underline;
}
h1 {
	color:#c96776;
	font-size: 190%;
	border-bottom-color: #c96776; 
	border-bottom-style: solid; 
	border-bottom-width: thin;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
h2 {
	color:#2e4b5b;
	font-size: 125%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	line-height: 160%;
}
h3 {
	color:#2e4b5b; 
	font-size: small;
	font-weight:lighter;  
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h4 {
	color:#c96776; 
	font-size:medium; 
	border-bottom-color:#7d80a9; 
	border-bottom-style:solid; 
	border-bottom-width:thin; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#menu a {
	color: #2e4b5b;
	text-decoration:none;
}
#menu a:hover {
	color: #c96776;
	text-decoration:none;
}	


