body 
{
	background-image: url("../img/background.jpg");
	background-repeat: repeat-x;
	background-color: #dadada;
	font-family: serif;
}

#container {
	margin: 10px auto 40px auto;
	width: 1020px;
	height: auto;
}

#header {
	background-image:url("../img/banner.png");
	width: 1020px;
	height: 263px;
}

#header #lang 
{
	position: relative;
	top: 210px;
	left: 880px;
	width: 0px;
	text-align: left;
	}

#center {
	height: auto;
	min-height: 600px;
	width: 1020px;
	background-image: url("../img/center.png");
	background-repeat: repeat-y;
	font: 12px Arial;
	color: #bbbbbb;
	}
	
#center #menu 
{
	margin: 0px 15px 0px 70px;
	background-image: url("../img/menu.png");
	background-repeat: repeat-x;
	width: 870px;
	height: 50px;
	padding: 0px 5px 0px 5px;
}

#center #content
{
	padding: 10px 80px 10px 80px;
	font: 16px Arial;
	color: #EEEEEE;
}
 
#footer {
	background-image: url("../img/footer.png");
	height: 22px;
	width: 1020px;
}

#jsddm
{	margin: 0;
	padding: 0;
	text-align: center;
	padding: 10px 0px auto 0px; 
	}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font-size: 18px;
		text-align: center;
		}

	#jsddm li a
	{	display: block;
		background-image: url("../img/menu.png");
		background-repeat: repeat-x;
		padding-top: 12px;
		text-decoration: none;
		width: 145px;
		height: 40px;
		color: #63bdb9;
		white-space: nowrap}

	#jsddm li a:hover
	{	
		background-image: url("../img/menu_hover.png");
		background-repeat: repeat-x;
		}
		
		#jsddm li ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
		}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
			text-align: left;
			}
		
		#jsddm li ul li a
		{	
			border-bottom: 1px solid #666666;
			font-size: 15px;
			width: 135px;
		 	height: 20px;
			background: #777777;
			padding-left: 10px;
			padding-top: 5px;
		}
			
		
		#jsddm li ul li a:hover
		{	background: #999999}
		