@charset "utf-8";
/* CSS Document */

	*{
		margin: 0;
		padding: 0;
		font-family: Trebuchet MS, Trebuchet, Tahoma, Arial, Helvetica, sans-serif;
	}
	body{
	background: #FFEE6F url(_gfx/body_bg.gif) 0 0 repeat-x;
	font-size: 0.75em;
	color: #615F50;
	}
	#wrapper{
		width: 792px;
		margin: 0 auto;
	}
	#header{
		width: 792px;
		background: url(_gfx/header_bg.png) 0 0 no-repeat;
		height: 110px;
	}
	#header h1{
		float: left;
		position: relative;
		top: 30px;
		left: 40px;
	}
	H2 {
font-size:22px;
           color:#615F50;
           float: left;
		margin: 0 20px 20px 30px;
      }

		
	#header h1 a{
		display: block;
		height: 35px;
		width: 450px;
		text-indent: -4000px;
	}
	#content{
		width: 792px;
		background: url(_gfx/content_bg.png) 0 0 repeat-y;
		padding-top: 20px;
	}
	#content img{
		float: left;
		margin: 0 20px 20px 30px;
	}
	#content p{
		clear: both;
		line-height: 1.538em;
		margin: 10px 30px;
	}
	#content p span{
		font-size: 4em;
	}
	#content a{
		color: #000;
		text-decoration: none;
		
	}
	#content a:hover{
		text-decoration: underline;
	}
	#content #nav{
		float: left;
		padding-top: 0px;
		margin-left: 15px;
	}
	#content #nav li{
		width: 210px;
		font-size: 1.167em;
		border-bottom: 1px solid #93a9b5;
		list-style: none;
	}
	#content ul{
		padding-left: 30px; 
		margin: 10px 15px;
	}
	#content li{
		padding-left: 10px;
	}
	#content #nav li a{
		display: block;
		padding: 8px 5px;
	}
	#footer{
	width: 792px;
	clear: both;
	background: url(_gfx/footer_bg.png) bottom center no-repeat;
	position: relative;
	padding: 10px 0;
	top: 15px;
	font-size: 0.917em;
	text-align: center;
	font-weight: bold;
	color: #615F50;		
	}
