/* CSS Document */
body {
	padding:0;
	margin:0px auto;
	background-color:#384049;
	font-family: Trebuchet MS;
	font-size:13px;
	color:#E3E3E8;
}

div, h1, h2, p, form, label, input, textarea, img, span {
	margin:0;
	padding:0;
}

ul {
	margin:0; 
	padding:0; 
	list-style-type:none;
}

.clearit {
	clear:both;
}

#header {
	width:100%;
	height:259px;
	background-image:url(../images/header-background.gif);
}

#header div#header-center {
	width:982px;
	height:259px;
	background-image:url(../images/header-background-center.jpg);
	margin:0 auto;
}

#header p a img{
	border:0;
}

#header p#language {
	float:right;
	padding:5px 15px 0 0;
}

#header p#language a {
	text-decoration:none;
	padding-right:7px;
}

#header ul {
	font-size:17px;
	padding:0 0 0 300px;
}

#header ul li {
	float:left;
	margin:122px 0 0 0;
	padding-top:10px;
	text-align:center;
	height:36px;
}

#header ul li#menu-item1, ul li#menu-item3 {
	width:144px;
}

#header ul li#menu-item2 {
	width:206px;
}

#header ul li#menu-item2:hover {
	background-image:url(../images/menu-long.png);
}

#header ul li#menu-item1:hover, ul li#menu-item3:hover {
	background-image:url(../images/menu-short.png);
}

#header ul li a {
	color:#FFF;
	text-decoration:none;
}

#body {
	border:2px solid #4F5053;; 
	width:934px;
	margin:25px auto;
}

.title {
	font-family:Georgia;
	font-size:29px;
	color:#3DC4FF;
	padding-bottom:30px;
	line-height:30px;
}

.title2 {
	font-family:Georgia;
	font-size:29px;
	padding-bottom:30px;
	line-height:30px;
}

.text {
	width:432px;
	float:left;
	line-height:20px;
	padding:50px 0 0 25px;
}

.text2 {
	float:left;
	line-height:20px;
	padding:0 0 0 25px;
}

.bold {
	font-weight:bold;
}

.footer {
	margin:0 auto;
	padding:0 0 20px 0;
	width:380px;
	color:#8A8F8F;
}