/* global settings */
body	{
	background-color: #555555;
	background-image: url(../img/images/header.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	font-family: sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

/* main containers */
#main {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 145px;
	width: 1000px;
}

#bottomEnd {
	clear: both;
	padding-bottom: 20px;
}

/* menu */
div#topMenu {
	background-color: #000000;
	padding-bottom: 2px;
	padding-top: 2px;
}

ul.menulist {
	display: inline;
	list-style-type: none;
}

li.menuElement {
	float: left;
	font-weight: bold;
	width: 166px;
}

li.menuElementLast {
	float: left;
	font-weight: bold;
	width: 170px;
}

div#topMenu ul.menulist li.menuElement a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

div#topMenu ul.menulist li.menuElementLast a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.audioLink {
	color: #30607f;
}

a.internalLink {
	color: #30607f;
	font-weight: bold;
}



div.rowContBottom {
	clear: both;
	padding-bottom: 0px;
}


