body {
	margin: 0px;
	background-color: black;
	text-align: left;
	color: white;
	font-family: Helvetica;
	font-size: 12px;
}

a {
	color: white;
}	

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
}

.main {
	width: 750px;
	margin: 0px auto 0px auto;
	background-color: #616161;
}

.top {
	width: 750px;
	height: 125px;
	background-color: #950909;
	padding: 0px;
}

.logo {
	left: 35px;
	top: 45px;
	float: left;
	position: relative;
	z-index: 0;
	border: none;
}

.menuitem {
	margin-top: 50px;
	text-align: center;
	float: right;
	width: 110px;
	font-weight: bold;
	font-family: Verdana;
	color: white;
}

.menuitemactive {
	margin-top: 50px;
	text-align: center;
	float: right;
	width: 110px;
	font-weight: bold;
	font-family: Verdana;
	color: white;
}

.toplink{
	padding: 0px;
	text-decoration: none;
	border: none;
	color: white;
}

.toplinkactive{
	text-decoration: none;
	color: #e17910;
}

.columnLeft {
	float: left;
	width: 160px;
	//background-color: #616161;
	margin: 60px 0px 0px 1px;
	padding: 0px;
}

.leftitem {
	height: 23px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	border-bottom-width: thin;
	padding: 0px 0px 0px 0px;
	margin-left: 0px;
}

.leftimg {
	float: left;
	margin: 3px 0px 3px 5px;
	border: none;
}

.leftlink {
	clear: both;
}

.bellow {
	width: 580px;
	float: left;
	background-color: #616161;
	margin: 0px;
}  

.columnMain {
	width: 400px;
	margin: 60px 0px 0px 0px;
	float: right;
}

.columnRight {
	width: 160px;
	margin: 60px 0px 0px 0px;
	float: right;
}

.story {
	width: 400px;
	margin: 0px 0px 35px 0px;
	float: left;
}

.storypic {
	float: left;
	width: 180px;
	margin: 5px 10px 5px 5px;
}

.storylink {
	float: left;
	margin: 5px 0px 5px 5px;
	border: none;
	text-decoration: none;
}

.storytext {
	width: 195px;
	margin: 0px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 13px;
}

.storytextwide {
	width: 390px;
	margin: 0px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

.storydate {
	font-family: Verdana, sans-serif;
	font-size: 9px;
}

.storytitle {
	width: 390px;
	margin: 5px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

.c {
	clear: both;
}

.topicon {
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 0px;
}

.language {
	width: 150px;
	float: right;
	//background-color: #616161;
	margin: 0px;
	padding: 3px 10px 0px 0px;
	text-align: right;
}  

.prev{
	float: left;
	text-align: left;
	width: 150px;
	height: 30px;
}

.next{
	float: right;
	text-align: right;
	width: 150px;
	height: 30px;
}

.footer {
	clear: both;
	margin: 5px;
 	text-align: center;
 	width: 750px;
	background-color: #950909;
	margin: 10px 0px 0px 0px;
	color: black;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
}