body {
	background: url(../images/bg_body.jpg) repeat-y;
	margin-left: 0px;	
	margin-top: 0px;
	font-family: sans-serif;
	font-size: 12px;
}

#header {
	height:200px;
	width: 914px;
	padding-left:54px;
	border: 0px solid #666;		
}

#header #headerflash {
	width: 914px;
	height: 160px;
	left: 54px;
	top: 37px;
	border:0px solid #666666;	
	position: absolute;
}

#lang_translate {
	padding: 2px;
	right: 50px;
	padding-left: 30px;
	border: 0px solid #cccccc;
	z-index: 100;
	top: 205px;
	position: absolute;
	background: url(../images/en.gif) no-repeat left;
	font-weight: bold;
	color: #ddd;
}


#topmenu_container {
	width: 914px;
	height: 25px;
	font-size: 11px;
	left: 54px;
	position: relative;
	text-align: left;
	font-weight: bolder;
	background-color: #669933;
	border-bottom-color: #dddddd;
	border-bottom-style: solid;
	border-bottom-width: 15px;
}

#contentbox {
	padding-left: 54px;
	border: 0px solid #666;
}

#contentbox #content_left {
	float: left;
	width: 200px;	
	padding: 5px;	
}

#contentbox #content_center {
	float: left;
	width: 490px;
	padding: 5px;
}

#contentbox #content_right {
	float: left;
	width: 190px;
	padding: 5px;
}


#footer {
	bottom: 0px;
	height: 30px;
	width: 100%;
	border-top: 5px solid #336633;
	float: left;
	text-align: center;
	position: fixed;
	background: url(../images/menubgover.gif);
}
 


#slist {
	color: #014365;
	border: 1px solid #666;
	text-align: left;
}

#slist ul{
	padding-bottom: 2px;
	list-style: url(../images/list.gif);
}

#slist li{	
	padding-bottom: 2px;
}




