body
{
	background-color : #768C62;
	font-family : arial, verdana, helvetica;
	color : #4F2105;
	font-size : 12px;
}

#layout
{
	margin : 25px auto auto auto;
	width : 705px;
	color : white;
}

#content
{
	background-color : white;
	border : 1px solid #4F2105;
	clear : both;
}

#content_pad
{
	background-color : white;
	border : 1px solid #4F2105;
	color : #4F2105;
	padding : 10px;
}

#nav
{
	width : 705px;
	text-align : right;
	height : 91px;
	background-color : #4F2105;
	clear : both;
}

#nav a
{
	color : white;
	font-size : 14px;
	text-decoration : none;
}

#logo
{
	float : left;
	width : 270px;
}

#nav_right
{
	float : left;
	padding : 10px;
	width : 200px;
}

#nav_middle
{
	float : left;
	text-align : center;
	width : 200px;
	color : white;
	padding-top : 40px;
	padding-left : 10px;
	font-size : 14px;
}

#footer
{
	background-color : white;
	text-align : center;
	padding : 3px;
	color : #4F2105;
}

#footer a
{
	color : #4F2105;
	text-decoration : none;
}