body {
	font:11px Verdana, Arial;
	background-color: #999999;
	background: url("./img/bg.jpg") 0 0 repeat-x;
	margin: 0px;
	padding: 0px;
}

a:link       { color: #FF6600 }
a:active     { color: #FF9933 }
a:visited     { color: #FF6600 }

#container {
	width: 1000px;
}

#topArea {
	cursor:pointer;
	width: 1000px;
	height: 134px;
	background: url("/resources/images/top.gif") 0 0 repeat-x;
}

#topAreaLang {
	text-align: right;
	width: 996px;
	height: 16px;
	background-color: #005a6e;
	padding: 2px;
}

#contentAreaLeft {
	padding-top: 10px;
	padding-bottom: 15px;
	text-align: center;
	width: 200px;
	color: #fff;
	float: left;
}


#contentArea {
	width: 570px;
	background: #ffffff;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#contentAreaWide {
	width: 780px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


#contentAreaRight {
	width: 210px;
	color: #e1e1e1;
	float: left;
}

#bottomArea {
	padding-top: 10px;
	width: 1000px;
	text-align: center;
	color: #fff;
	background-color: #005a6e;
	font-size: 11px;
}

#bottomArea a{
	color: #fff;
}

#newsImage{
	width: 750px;
	padding: 20px;
}

.clear {
	clear:both;
}

.stdButton {
	font-size: 11px;
}
