body
{
	background: #ffdead;
	font-family: Verdana, sans-serif;
}

p
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000000;
}

h1
{
	font-family: Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size: 10px;
	line-height: 1.7;
}

a:link
{
	color: #458B00;
	text-decoration: none;
}

a:visited
{
	color: #458B00;
	text-decoration: none;
}

a:hover
{
	color: #66CD00;
	text-decoration: underline;
}

a:active
{
	color: #458B00;
	text-decoration: none;
}

a:focus 
{
	outline: 0;
}

#wrapper
{
	width: 612px;
	/*height: 791px;*/
	margin: auto;
	margin-top:20px;
	border: solid 0px;
	background-color: #ffffff;
}


#header
{
	width: 612px;
	height: 144px;
	border: solid 0px;
	background-color: #ffffff;
}

#sidenav
{
	float: left;
	padding-left: 15px;
	padding-top: 0px;
	padding-right: 15px;
	/*height: 300px;*/
	width: 125px;
	border-right: solid 1px;
	border-bottom: solid 1px;
	background-color: #ffffff;
}

#txt
{
	width: 410px;
	/*height: 578px;*/
	padding: 15px;
	float: left;
	border: solid 0px;
	background-color: #ffffff;
}

#bottom
{
	width: 612px;
	height: 25px;
	margin: auto;
	text-align: center;
	position: relative;
	font-family: Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size: 10px;
	padding-top: 5px;
}