/* CSS Document*/


body {
 	background:url(images/background-green.jpg) top center repeat-x;
	background-color: #285102;
	font-family: Arial, Helvetica, sans-serif;  
	text-align:center;
	}
	
#topContent{
	background:url(images/wellness-banner.jpg);
	height:150px;
	width:800px;
	border-top-color: #000000;
	border-top-style: double;
	border-top-width: thin;
	border-left-color: #000000;
	border-left-style: double;
	border-left-width: thin;
	border-right-color: #000000;
	border-right-style: double;
	border-right-width: thin;
	}
	
#flashHolder{
	height:150px;
	width: 800px;
	border-left-color: #000000;
	border-left-style: double;
	border-left-width: thin;
	border-right-color: #000000;
	border-right-style: double;
	border-right-width: thin;
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 18pt;
	}
	
#nav{
	background:url(images/navigation-bar.jpg);
	height: 65px;
	width: 800px;
	border-bottom-color: #000000;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: double;
	border-left-width: thin;
	border-right-color: #000000;
	border-right-style: double;
	border-right-width: thin;
	}

#middleContent{
	background-color:#FFFFFF;
	height:auto;
	width:800px;
	padding: 0px;
	text-align: center;
	border-bottom-color: #000000;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: double;
	border-left-width: thin;
	border-right-color: #000000;
	border-right-style: double;
	border-right-width: thin;
	}
	
#middleLeft{
	background-color:#FFFFFF;
	height:auto;
	width:565px;
	text-align: center;
	border-right-color: #000000;
	border-right-style: solid;
	border-right-width: thin;
	}
	
#middleRight{
	background-color:#FFFFFF;
	height:auto;
	width:233px;
	text-align: center;
	}
	
#footer{
	background:url(images/footer.jpg);
	height: 50px;
	width: 800px;
	border-bottom-color: #000000;
	border-bottom-style: double;
	border-bottom-width: thin;
	border-left-color: #000000;
	border-left-style: double;
	border-left-width: thin;
	border-right-color: #000000;
	border-right-style: double;
	border-right-width: thin;
	}
	
#e2creations{
	height:auto;
	text-align:center;
	}

td{
	vertical-align:top;
	}
	
h1{
	color:#ffffff;
	text-align: center;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
h2{
	color:#000000;
	text-align: center;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	}

h3{
	color:#000000;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	}

h4{
	color:#ffffff;
	font-size:20px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:link {color: #0000FF;}
a:hover {
	color: #000;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

	


	
