body
{
	width: 720px;
	font-family: Tahoma, 'Times New Roman';
	margin: 10px auto;
	background-color: #f5f5f5;
	color: #b2b2b2;
	font-size: 13px;
}

body a
{
	text-decoration: none;
}

body a:hover
{
	text-decoration: underline;
}

body div
{
	float: left;
	margin: 0px;
	padding: 0px;
}

#top
{
	margin-top: 13px;
	background: url(../img/tlo.png) no-repeat;
	min-height: 310px;
	margin-bottom: 20px;
	width: 100%;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#top a
{
	color: #e3e3e3;
}

#top p
{
	margin-left: 20px;
	margin-top: 43px;
	color: #e3e3e3;
	font-size: 14px;
	width: 300px;
	line-height: 230%;
	text-shadow: #000 1px 1px 1px;
}

#top img
{
	margin-left: 40px;
}

#left
{
	width: 100%;
	margin: 0;
	min-height: 50px;
	background: #4a623d url(../img/box-bg.png) repeat-x;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-top: 10px;
	font-size: 11px;
	float: left;
}

#left h2
{
	color: #fff;
	font-weight: bold;
	padding: 0px 5px 5px 10px;
	background: url(../img/headline-bg.png) bottom no-repeat;
	text-shadow: #000 1px 1px 0px;
}

#left ul
{
	margin-top: 0px;
	margin-left: -33px;
	float: left;
}

#left li
{
	display: block;
	float: left;
}

#left li a
{
	font-size: 11px;
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 3px 15px;
	width: 150px;
	height: 17px;
	background: url(../img/a-bg.png) no-repeat;
}

#left li a:hover
{
	color: #4a623d;
	background: #e3d850 url(../img/a-bg.png) no-repeat;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-icab-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#body
{
	width: 720px;
}

#body #left
{
	width: 175px;
	min-height: 100px;
}

#body #center
{
	margin-top: 8px;
	width: 525px;
	margin-left: 20px;
	font-size: 15px;
	color: #000;
	text-shadow: #ffe 1px 1px 1px;
}

#body #center h2
{
	color: #668159;
	font-size: 19px;
	border-bottom: 1px solid #767676;
	text-align: center;
}

#body #center a
{
	color: #000;
}

#body #right
{
	margin-top: 20px;
	border-top: solid 1px #b2b2b2;
	width: 720px;
	text-align: center;
	color: #767676;
	text-shadow: #fff 1px 1px 1px;
	height: 50px;
}

#body #right a
{
	color: #767676;
}


