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

body{
	background:#000000;
	margin:0px auto;
}

a, a:link, a:visited {
	text-decoration:underline;
	color:#5bf5ff;
}

a:hover {
	text-decoration:none;
}

.site-container {
	width:1000px;
	margin:0px auto;
}

#menu .logo {
	background:url(../images/logo.jpg);
	float:left;
	width:123px;
	height:83px;
	margin:0px 12px;
}
#languages {
	text-align:right
}

#menu {
	float:left;
	width:166px;
	height:437px;
	background:url(../images/menu.jpg);
	background-repeat:no-repeat;
}

#menu .menu-list {
	margin-top:100px;
	width:140px;
}

.menu-list ul {
	list-style:disc;
	margin:0px;
	padding-left:20px;
}

.menu-list ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	width:120px;
}

.menu-list ul li a{
	color:#FFFFFF;
	text-decoration:none;
}

.menu-list ul li a:hover{
	color:#5bf5ff;
	text-decoration:underline;
}

#container {
	float:left;
	width:775px;
	margin-left:15px;
}

#container .header {
	height:109px;
	width:775px;
	background:url(../images/top.jpg);
	background-repeat:no-repeat;
}
#container .content-container {
	width:775px;
	float:left;
	padding-bottom:30px;
}

.content-container #content-left {	
	width:588px;
	float:left;
	margin-top:20px;
}

#content-left .bgtop {
	width:588px;
	height:34px;
	background:url(../images/topbox.jpg);
	background-repeat:no-repeat;
}

.bgtop h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
	color:#5bf5ff;
	margin-left:10px;
}

#content-left .midcontentleft {
	background:url(../images/bgbox.jpg);
	background-repeat:repeat-y;
	width:588px;
}
.midcontentleft p {
	width:560px;
	padding-left:15px;
	padding-right:15px;
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	line-height:20px;
	padding-bottom:15px;
}

#content-left .lowerbg  {
	width:588px;
	height:	34px;
	background:url(../images/bottombox.jpg);
	background-repeat:no-repeat;
}

.content-container #content-right {	
	width:160px;
	float:left;
	margin-top:20px;
	margin-left:20px;
}

#content-right .righttop {
	width:160px;
	height:127px;
	background:url(../images/topright.jpg);
	background-repeat:no-repeat;
	
}

.righttop #rightmenutitle {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:10px;
}

#content-right .rightmid {
	width:160px;
	background:url(../images/bgright.jpg);
	background-repeat:repeat-y;
}

.rightmid ul {
	list-style:none;
	margin:0px;
	padding-left:10px;
}

.rightmid ul li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffff42;
	border-bottom:1px solid #333333;
	padding-bottom:10px;
	width:130px;
}

#content-right .rightbottom {
	width:160px;
	height:15px;
	background:url(../images/bottomright.jpg);
	background-repeat:no-repeat;
}

#container .footer{
	clear:both;
	height:50px;
	width:775px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:14px;
}










