/* whowee style sheet */
/* general layout */

body	{background-color: #e7c888;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

img	{
	border-style: none;
	}


	
#container	{
	width: 700px;
	z-index: -10;
	}

#bground	{
	position: absolute;
	left: 50px; top: 50px;
	z-index: 0;
	}

#nav1	{
	position: absolute;
	left: 50px; top: 60px;
	width: 568px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	z-index: 2;
	}


#nav2	{
	position: absolute;
	left: 65px; top: 250px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	z-index: 2;
	}



.p1	{
	text-align: center;
	color: #ffffff;
	}


.p2	{
	text-align: center;
	color: #e7c888;
	}

.p3	{
	text-align: left;
	}

a:link	{color: #ffffff;
	background-color: transparent;
	text-decoration: none;
	}

a:hover	{color: #e7c888;
	background-color: transparent;
	text-decoration: none;
	}

a:visited	{color: #cb871c;
	background-color: transparent;
	text-decoration: none;
	}


#main	{
	position: absolute;
	left: 180px; top: 180px;
	width: 468px; height: 468px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #ffffff;
	border-style: solid; border-width: 25px; border-color: #3a1400;
	background-color: #3a1400;
	z-index: 4;
	}

#form	{
	position: absolute;
	left: 180px; top: 150px;
	width: 468px; height: 518px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #ffffff;
	border-style: solid; border-width: 25px; border-color: #3a1400;
	background-color: #3a1400;
	z-index: 6;
	}

#gallery	{
	position: absolute;
	left: 180px; top: 150px;
	width: 468px; height: 518px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 60%;
	color: #ffffff;
	border-style: solid; border-width: 25px; border-color: #3a1400;
	background-color: #3a1400;
	z-index: 6;
	}

#slide	{
	position: absolute;
	left: 160px; top: 150px;
	width: 538px; height: 538px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 75%;
	color: #ffffff;
	border-style: solid; border-width: 25px; border-color: #3a1400;
	background-color: #3a1400;
	z-index: 6;
	}

h3	{
	text-align: center;
	color: #ffffff;
	}

#footer	{
	position: absolute;
	left: 50px; top: 785px;
	width: 568px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 50%;
	color: #ffffff;
	z-index: 10;
	}
	
