
<style type="text/css">

h1{
}






body {
	margin: 0px auto;
	background: url('imagesash4/wood48.jpg');
	color: #000000;
	text-align: center;

	}

#wrapper {

	margin: 0px auto;
	width: 780px;
	text-align: center;
	border: 1px solid #000000;
	background: tan;

	}

#head {

	float: left;
	width: 100%;
	background: tan;
	border-bottom: 1px solid #000000;
	background: url('imagesash4/005 jpeg.jpg');
	text-color: white;


	}

#nav {

	width: 100%;
	clear: both;
	background: tan;
	border-bottom: 1px solid #000000;
	text-align: right;

	}


#left {

	width: 255px;
	float: left;
	background: tan; 
	min-height: 475px;
	height: 475px;

	}

#right {

	width: 400px;
	float: right;
	background: tan;
	min-height: 475px;
	height: 475px;

	}








H1 {

	text-align: center;
color: #FFF8C6;


	}


p {

	color: #000000;
	text-align: left;
	margin-left: 5px;

	}


p.center {

	text-align: center;

	}



.right {

	float: right;

	}


.left {

	float: left;

	}

img {
	border: none;
	
	}


					/*    NAVAGATION    */

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
background-color: tan;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 1em;
background-color: tan;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}
