a 		{ text-decoration: none; 
		  image-decoration: none;
		  color: #3366cc;
		  font-weight: bold;
		  font-family: monotype corsiva; 
		}

a:hover		{color: #94e5ff;}

body		{ background-color: #3366cc; 
		  background-image: url(blue004.jpg);
	  	  font-family:  garamond;
		}
img 		{border: none;}

table 		{border: none;}

table td	{vertical-align: top;}

h1 {
	text-align:center;
	font-family: "Monotype Corsiva";
	font-size:36px;
	color: #3366cc;
	
}

h2 {
	text-align:center;
	font-family: "Monotype Corsiva";
	font-size:26px;
	color: #6699ff;
	
}

h3 {
	text-align:left;
	font-family: "Monotype Corsiva";
	font-size:26px;
	color: #6699ff;
	
}
/* Page Container, Navigation Bar & Columns */
#container{
	width: 900px;
	background-color: #ffffff; 
	margin: 0 auto;
}

#navbar{
	float: left;
	width: 200 px;
	padding: 0;
	margin-left: 0;
	margin-right: auto;
	background: #ffffff;
	
}

#navbar li {
	list-style: none;
	margin-bottom: 20px;
	
}
#navbar li a{
	
	font-family: "Monotype Corsiva";
	font-size:24px;
	color: #6699ff;
	text-decoration:none;
	
}

#navbar li a:hover{
	color: #94e5ff;
	background: url("files/flower.jpg") no-repeat 0 0;
	
	
}	

#content {
	float: right;
	width: 700px;
	padding: 0;
	color: #6699ff;

}

#footer {
 	clear: both;
	width: 900px;
	height: 20px;
	margin: 0px auto;
	text-align: center;
  	background: #6699ff;
	color: #ffffff;
}

