/* CSS Document */

/* Zero down margin and paddin on all elements */
* {
  padding: 0;
  margin:0;
}

#wrapper{
  width:975px;
  }
  
 #menu{
 	position:absolute;
	top: 121px;
	left:60px;
	width: 800px;
	margin-right: 50px;
	}   
 
 #header{
   background:url(images/header_02.gif) top left no-repeat;
   height:240px;
   width: 100%;
   position:absolute;
   top:0;
   }
   
#header li {
 	display: inline;
	}

#header li a , .first{
	/*for all links in the list*/
	color:#FFF;
	font:9px Arial, Helvetica, sans-serif;
	letter-spacing:0.25em;
	display: block;
	float:left;
	height: 11px;
	width: 79px;
	text-decoration: none;
	text-align:center;
	padding-top:3px;
	border-left:solid #FFFFFF thin;
	}
	
#header li.first{
	color:#993366;
	border:none;
	width: 85px;
	}
		
#header ul{
	position: absolute;
	top: 19px;
	left: 700px;
	}

#header a:link {
	text-decoration:none;  
	}
 
#header a:visited {
	text-decoration:none;
 	}
 
#header a:hover {
	text-decoration:none;
	color:#993366;
	
 	}

/*===========================TYPE===========================*/
p {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 2em;
	color:#241812;
	text-align:center;

		}

h1 {
	color:#993366;
	text-align:center;
	font: 20px Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	margin-bottom:1em;
	}

h2 {
	color:#241812;
	text-align:center;
	font: 15px Georgia, "Times New Roman", Times, serif;
	letter-spacing:1px;
	margin-top:1.5em;
	margin-bottom:.5em;
	}
