*
{
	margin: 0; padding: 0;
	border: 0;
	outline: none;
}

body
{
	width: 760px;
	margin: auto;
	background-color: #CCCCCC;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

a
{
	color: #000000;
	text-decoration: underline;
}

.center
{
	text-align: center;
}

#header
{
	height: 110px;
}

h1
{
	margin-top: 10px;
}

h1 a
{
	display: block;
	overflow: hidden;
	width: 300px; height: 60px;
	background: #999999 url("logo.jpg") top left no-repeat;
	text-indent: -5000px;
}

#topmenu
{
	width: 740px;
	margin-top: 10px; padding: 0 10px;
	background: #EAEAEA url("topmenu-back.jpg") top left no-repeat;
	list-style-type: none;
}

#topmenu li
{
	display: block;
	height: 30px;
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	line-height: 30px;
}

#topmenu li.normal, #topmenu li.active
{
	float: left;
	font-size: 15px;
	font-weight: bold;
}

#topmenu li.normal a
{
	display: block;
	width: 120px; height: 30px;
	margin: 0 5px;
	background: #EAEAEA url("topmenu-normal.jpg") top left repeat-x;
	color: #333333;
	text-decoration: none;
	text-align: center;
}

#topmenu li.normal a:hover
{
	background-image: url("topmenu-active.jpg");
	color: #FFFFFF;
}

#topmenu li.active a
{
	display: block;
	width: 120px; height: 30px;
	margin: 0 5px;
	background: #EAEAEA url("topmenu-active.jpg") top left repeat-x;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

#topmenu li.last
{
	text-align: right;
}

#main
{
	clear: both;
	padding-top: 10px;
}

#leftmenu
{
	display: block;
	float: left;
	width: 200px;
}

#leftmenu .header
{
	display: block;
	width: 160px; height: 30px;
	padding-left: 40px;
	background: #EAEAEA url("leftmenu-header.jpg") top left no-repeat;
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	line-height: 30px;
}

#leftmenu ul
{
	list-style-type: none;
}

#leftmenu ul li
{
	display: block;
	height: 24px;
	font-family: "Trebuchet Ms", Arial, Helvetica, sans-serif;
	line-height: 24px;
}

#leftmenu ul li a
{
	display: block;
	width: 174px;
	margin: 2px 0 0 10px; padding: 0 6px;
	border-bottom: 1px solid #EAEAEA;
	color: #333333;
	text-decoration: none;
}

#leftmenu ul li a:hover
{
	background-color: #EAEAEA;
}

#content
{
	display: block;
	float: left;
	width: 540px;
	padding: 0 10px;
}

#content p
{
	margin-bottom: 10px;
	line-height: 18px;
}

#footer
{
	clear: both;
	margin-top: 20px; padding-top: 10px;
	border-top: 1px dashed #000000;
	font-size: 11px;
	text-align: center;
}