body {
	padding: 0;
	margin: 0;
	background-color: #7c7c7c;
	color: #fff;
}

img {
	border: 0;
}

#commonbanner {
	padding: 0;
	margin: 0;
	background-color: #000;
	height: 30px;
	text-align: right;
	vertical-align: bottom;
}

#menubanner {
	height: 90px;
	text-align: right;
}

#lang {
	margin: 10px 15px 0px 0px;
	font-size: 12px;
}

#lang a {
	text-decoration: none;
	color: #fff;
}

#lang a:hover {
	text-decoration: underline;
}

#menubanner a {
	padding: 0;
	margin: 0;
	border: 0;
	
}

#menustrip {
	height: 25px;
	margin-left: 150px;
	padding: 0;
	vertical-align: bottom;
	position: absolute;
	top: 105px;
	left: 0px;
}


#container {
	
}

#main {
	background-color: #fff;

	padding: 30px;
	color: #000;
}

#bottomdecoration {
	height: 25px;
	background-image: url("../images/menu_bottom.jpg");
	background-repeat: no-repeat;
}

#menubottom {
	height: 25px;
	font-size: 12px;
	text-align: center;
	color: #fff;
}

#menubottom a {
	color: #fff;
}


#bottomstrip {
	clear: both;
	border-top: 1px dashed #ccc;
	margin-top: 40px;
	color: #fff;
	text-align: center;
	font-size: 12px;
}

.newsbox {
	padding: 0;
	margin: 10px 0px 0px 0px;
}

.newstopic {
	border-bottom: 1px solid #666;

}

.newscontent {
	padding: 0;
}


