* {
	margin: 0;
	padding: 0;
} 


body {
	font-family: "trebuchet MS";
	font-size: 13px;
	background-color: #32403F;
	color: #CCCCCC;
	background-image: url(images/header-back.gif);
	background-repeat: repeat-x;
}


#wrapper {
	margin: auto;
	width: 1000px;
}


#header {
	clear: both;
	height: 160px;
}

#menu {
	clear: both;
	height: 45px;
}

#menu ul {
	list-style-type: none;
	margin: 10px 0 0 0;
}


#menu ul li {
	float: left;
	margin: 0 15px 0 0;
}

#menu li a {
	color: #FFFF00;
}

#pathway {
	clear: both;
	height: 65px;
}

#pathway ul {
	list-style-type: none;
	float: left;
}


#pathway ul li {
	float: left;
	margin: 0 15px 0 0;
}

#pathway li a {
	color: #CCCCCC;
}

#leftmenu {
	float: left;
	width: 200px;
}

#leftmenu h1 {
	color: #2C6CFE;
	font-weight: normal;
	font-size: 20px;
}

#leftmenu ul {
	margin: 20px 0 0 0;
	list-style-type: none;
	width: 120px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}

#leftmenu li a {
	color: #CCCCCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	float: left;
	width: 120px;
	padding: 3px 0 3px 3px;
}

#leftmenu li a:hover {
	background-color: #999999;
	color: #FFFFFF;
}


#sites {
	float: left;
	margin: 40px 0 15px 0;
	width: 800px;
}

#siteblock {
	background-image: url(images/siteblock-back.jpg);
	background-repeat: no-repeat;
	width: 200px;
	height: 375px;
	padding: 20px 15px 5px 15px;
	float: left;
}

#siteblock img {
	border: 1px solid #999999;

}

#siteblock .titel {
	color: #FF00FF;
	margin: 0 0 5px 0;
	font-size: 15px;
}

#siteblock .descr {
	margin: 7px 0 0 0;
	font-size: 11px;
}

#disclaimer {
	clear: both;
	background-color: #000000;
	font-size: 10px;
	color: #999999;
}