body
{
	background-color: #a59278;
	min-height: 100%;
	height: auto;
	margin:0; 
	padding:0;
	width: auto;
	min-width: 100%;
}

#container
{
	width: 700px;
	min-height: 100%;
	height: auto;
	margin: 0px auto;
	position: absolute;
	right: 10px;
	left: 10px;
}

#head
{
	background-image:url(head.jpg);
	height: 145px;
	width: 700px;
	margin-top: 15px;
}

#body
{
	background-image:url(body.jpg);
	width: 700px;
	min-height: 400px;
	background-repeat: repeat-y;
	padding-bottom: 20px;
}

#content
{
	background-color: white;
	width: 670px;
	min-height: 350px;
	margin-left: 15px;
	margin-top: 20px;
	padding-bottom: 10px;
}

#content h1
{
	font-family: Verdana, Geneva, sans-serif;
	font-variant: small-caps;
	font-size: 24px;
	text-align: center;
	padding-top: 15px;
}

#content h1.green
{
	color: #b4c62e;
}

#content h1.orange
{
	color:  #f46b29;
}

#content h1.blue
{
	color:  #00a6a4;
}

#content h2
{
	font-size: 14px;
	font-family:Verdana, Geneva, sans-serif;
	margin-left: 10px;
	color: #464447;
}

#content p
{
	color: #464447;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5em;
}

#content p.center
{
	text-align: center;
}

#content a
{
	text-decoration: underline;
	color: #5f4e36;
}

#content a:hover
{
	color: #464447;
	text-decoration: none;
}

#nav
{
	width: 687px;
	height: 30px;
	margin-left: 7px;
	margin-top: -20px;
}

#nav li
{
	float: left;
	margin-top: 10px;
}

#nav li.gold1
{
	background-color: #b4c62e;
	width:97px;
	height:30px;
	list-style: none;
	margin-left: -40px;

}


#nav li.gold
{
	background-color: #b4c62e;
	width:98px;
	height:30px;
	list-style: none;
}

#nav li.green
{
	background-color: #f46b29;
	width:99px;
	height:30px;
	list-style: none;
}

#nav li.red
{
	background-color: #00a6a4;
	width: 98px;
	height: 30px;
	list-style: none;
}

#nav a 
{
	text-decoration: none;
	color: white;
	font-size: 16px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#nav a li p
{
	margin-top: 3px;
	text-align: center;
}

#nav li.gold1:hover
{
	background-color: #e5d5c2;
	color: #b4c62e;
}

#nav li.gold:hover
{
	background-color: #e5d5c2;
	color: #b4c62e;
}

#nav li.green:hover
{
	background-color: #e5d5c2;
	color: #f46b29;
}

#nav li.red:hover
{
	background-color: #e5d5c2;
	color: #00a6a4;
}

	

/*#body p
{
	width: 680px;
	text-align: justify;
	background-color: white;
	color: #333;
	font-family: Geneva, Verdana, sans-serif;
}*/

#foot
{
	background-image: url(foot.jpg);
	width: 700px;
	height: 20px;
	margin-top: -20px;
}
