


h1 {} 







body {
	margin: 0px auto;
	background: #D2B48C;
	color: #000000;
	text-align: center;

	}

#wrapper {

	margin: 0px auto;
	width: 780px;
	text-align: center;
	border: 1px solid #000000;
	background: #D2B48C;


	}

#head {

	float: left;
	width: 100%;
	background: #D2B48C;
	border-bottom: 1px solid #000000;
	background: url('imagesash4/005 jpeg.jpg');
	


	}

#nav {

	width: 100%;
	clear: both;
	background: #D2B48C;
	border-bottom: 1px solid #000000;
	text-align: right;

	}


#left {

	width: 275px;
	float: left;
	background: #D2B48C; 
	min-height: 475px;
	height: 475px;

	}

#right {

	width: 400px;
	float: right;
	background: #D2B48C;
	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: #D2B48C;
color: #FFFFFF;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.2em 2em ;
background-color: #D2B48C;
color: white;
text-decoration: none;
float: left;

}

#navcontainer ul li a:hover
{
background-color: #369;
color: #fff;
}

