/* CSS Document */
body {background-image:url(Images/flowers.jpg);
	  background-attachment:fixed;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: smaller;
	  color: #000000; }

div#menu { position: absolute;
	       top: 73px;
	       left: 8px;
	       width: 110px;
		   font-size: small; }
		   
div#menu a { display: block;
			 font-weight: bolder;
             text-align: center;
	         padding: 5px 3px 5px 3px; }

div#menu a:link{ background-color:#660099;
				 color: #00CC00;
	             font-weight: bolder;
	             text-decoration: none;
				 border-top: 1px black; 
				 border-right: 1px black;
				 border-bottom: 1px purple;
				 border-left: 1px purple;
				 border-style: outset; }
				 
div#menu a:visited { background-color:  #660099;
                     color:#CCCCCC;
	                 font-weight: bolder;
	                 text-decoration: none;
				     border-top: 1px black; 
				     border-right: 1px black;
				     border-bottom: 1px purple;
				     border-left: 1px purple;
				     border-style: outset; }

div#menu a:hover { color: #FFFFFF;
	               font-weight: lighter;
				   text-decoration: none;
				   border-top: 1px black; 
				   border-right: 1px black;
				   border-bottom: 1px purple;
				   border-left: 1px purple;
				   border-style:inset; }
				   
div#menu a:active { color: #000000;
	                font-weight: bold;
	                border-width: 1px;
	                border: #000000 1px; }

#banner {top:1px;
		 text-align:center; }
		  
#main {position:absolute;
	   margin:1px 2% 2px 110px;
	   padding:2px 2px 2px 2px; 
	   width:85%; }
	   
#one {background-color:#F0ECFF;
	  color:black;
	  position:absolute;
      top:0;
	  left:10px;
	  padding:6px 5px 4px 8px;
	  width:85%;
	  border:thin solid #000033;
	  border-style:outset; }
		  
#two {background-color:#F0ECFF;
	  color:black;
	  position:absolute;
	  top:325px;
	  left:10px;
	  padding:6px 5px 1px 8px;
	  width:85%;
	  border:thin solid #000033;
	  border-style:outset; }
		  
#footer  {
	position:absolute;
	margin-top:500px;
	margin-left:90px;
	font-size: smaller;
	width: 560px;
	left: 39px;

}
		  
h1 {color:#000033;
	text-align:center;
	font-family:Chiller, "Comic Sans MS", sans-serif;
	font-size:xx-large; }
			
p.main  {text-align:left; }

p.aligncenter {text-align:center;
			   margin:0;
			   padding:0 0 15px 0;
			   line-height:1em; }
			   
p.align3 {text-align:center;
		  margin:auto;
		  padding: 2px 10px 2px 10px;
		  width:85%; }
