body
{
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	padding : 0px;
	margin : 0px;
}

.logo
{
	position : absolute;
	top : 0px;
	left : 0px;
}

.toptext
{
	position : absolute;
	top : 5px;
	left : 575px;
}

.toptext h1
{
	font-size : 12px;
	margin : 0px;
	padding : 0px;
}

.toptext p
{
	margin : 0px;
	padding : 0px;
}

.nav
{
	position : absolute;
	background-color : #AC7D37;
	top : 152px;
	left : 0px;
	width : 100%;
	text-align : center;
	padding : 5px 0px;
	border-top : 2px solid #C4A46B;
	border-bottom : 2px solid #8C6520;
	z-index : 5;
}

.nav a
{
	color : white;
	padding : 5px;
	font-weight : bolder;
	text-transform : uppercase;
	text-decoration : none;
	font-size : 13px;
}

.nav a:hover
{
	background-color : #A1722C;
}

.content
{
	position : relative;
	margin : 175px 150px 10px 0px;
	padding : 10px 10px 10px 10px;
	border-width : 0px 1px 1px 0px;
	border-color : #8C6520;
	border-style : solid;
	background-color : #DDD1A7;
}


td
{
	font-size : 12px;
}

.ads
{
	position : absolute;
	text-align : center;
	top : 185px;
	right : 10px;
}

.breadcrumbs
{
	text-transform : capitalize;
}