 
body {
	margin:0;
	padding:0;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background: #000000;
}

a:link, a:visited { color: #cedf3b; text-decoration: none; } 
a:active, a:hover { color: #cedf3b; text-decoration: underline; }

h1 {
	margin:0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	font-weight: bold;
	font-size: 16px;
	color:#edf0c8;
	border-bottom: 1px solid #666666;
}

h2, .hdrei {
	margin:0px 0px 10px 0px;
	padding: 5px 0px 10px 0px;
	font-weight: bold;
	font-size: 14px;
	color:#edf0c8;
	border-bottom: 1px solid #666666;
}

p {
	margin: 0px 0px 10px 0px;
	text-align: justify;
}

.img {
	float:left;
	padding:5px 10px 0 0;
}

#container {
	margin: 0px auto;
	width: 800px;
}

#header {
	clear: both;
	width: 800px;
	height: 250px;
	background: #cedf3b url(images/header.jpg) no-repeat;
}

#menu {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 800px;
}

#menu_left {
	float: left;
	height: 48px;
	width: 7px;
	background: #cedf3b url(images/menu_leftborder.gif) no-repeat;
}

#menu_middle{
	float: left;
	width: 786px;
	height: 33px;
	padding: 15px 0 0 0;
	background: #cedf3b url(images/menu_background.gif) repeat-x;
}

#menu_middle ul {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	list-style: none;
	text-align: center;
}

#menu_middle ul li{
	display: inline;	
}

#menu_middle ul li a{
	padding: 0px 10px;
	font: 16px arial;
	color: #000000;
	text-decoration: none;
}

#menu_middle ul li a:hover, #menu ul li .current{
	text-decoration: underline;
}

#menu_right {
	float: left;
	height: 48px;
	width: 7px;
	background: #cedf3b url(images/menu_rightborder.gif) no-repeat;
}

#content {
	float: left;
	width: 800px;
	margin: 30px 0px;
	color: #daddaf;
	min-height: 420px;
}

#footer{
	clear: both;
	width: 800px;
	text-align: center;
	color: #3a3737;
	padding: 20px 0px;
	height: 90px;
	line-height: 30px;
}

#footer a {
	color: #3a3737;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}