/************
Design+CSS by willrossiter
email me @ rossi_will@hotmail.com
************/

/******************
Main Body tags
******************/
body {
	color:#000;
	font-family: Verdana;
	margin: 20px 0;
	background-color: #580;
}
* {
margin: 0;
padding: 0;
}
/****************
top curvy bit
***************/   
#top {
	 height: 20px;
	  background: url(top.jpg) no-repeat top left;}
	
/****************
header picture
****************/
#header {
  height: 128px;
  background: url(daisy.gif) no-repeat top left;
  margin-left: 20px;
  }
#header h1 {
		 color: #dd1; 
		 font-size: 1.3em;
		 font-weight: normal;}

/***************
Main Content
***************/  
#content {
	 
	 background: #FFF;
	  background: url(middle.jpg) no-repeat top left;
	  background-repeat: repeat-y;}
	
#content h1 {
		 color: #dd1; 
		 padding: 10px 0 10px 0;
		 font-size: 1.3em;
		 font-weight: normal;}
		 
		 
#content h2 {
		 color: #dd1; 
		  padding: 10px 0 10px 0;
		 font-size: 1.1em;
		   margin-left: 10px;
		 font-weight: normal;}
		 
#content p {
		 width: 460px;
		 color: #000;
		 font-size: 0.7em;
		 margin-left: 20px;
		 font-weight: normal;} 

#content .green {
		 color: #dd1;}
		 
#content a {
		 color: #580;}

/****************
Navigation Tags
****************/
#link1, #link2, #link3, #link4{
				color: #dd1;
		  		font-family: Verdana;
		  		position:absolute;}

#link1 {
	   	font-size: 1.7em;
		top:10px;
		left:700px;}
		
#link2 {
	   	font-size: 1em;
		top:67px;
		left: 650px;}
		
#link3 {
	   	font-size: 1.5em;
		top:114px;
		left:615px;}
		
#link4 {
	   font-size: 1.3em;
		top:169px;
		left: 750px;}
		
		

#link a:hover span {top: -5px; 
						left: 0px; 
						width:}

#link2 a:hover span {top: -1px; 
						left: 0px; 
						width:}
						
#link3 a:hover span {top: -5px; 
						left: 0px; 
						width:}

#link4 a:hover span {top: -5px; 
						left: 0px; 
						width:}
						
div#nav a:hover, div#nav2 a:hover
				  {background: none;}

div#nav a span {display: none;}

div#nav a:visited span {display:none;}

div#nav a {text-decoration: none;
			 color: #dd1;}

div#nav a:hover span {display: block;
						position:relative;
						color: #FFF;
						background:none;
						font-size: 11px;}


/****************
Footer tags
****************/
#footer {
	   height:20px;
	   margin-top: -2px;
	   background: url(bottom.jpg) no-repeat top left;}
	   
#footertext {
			color: #FFF;
			font-size: 0.8em;
			font-weight: bold;
			padding: 10px 0 0 20px;}
			
#footertext a{
			color: #FFF;
			text-decoration: none;}
			
#footertext a:hover{
			color: #FFF;
			text-decoration: underline;}
			
