body {
	margin: 0;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
}
#wrapp {
	width: 949px;
	height: auto;
	margin: 0 auto;
}
#top {
	width: 949px;
	height: 270px;
	background-image: url(img/top.jpg);
	background-repeat: no-repeat;
	margin: 0;
}
#menu {
	width: 100%;
	height: 49px;
	background-color: #697EAD;
	margin: 0;
	border-top: 1px solid #fff;
}
#menu ul {
	padding: 0;
	margin: 0;
	margin-left: 30px;
}
#cont {
	width: 947px;
	height: auto;
	padding-bottom: 20px;
	margin: 0 auto;
	padding-top: 0px;
}

#menu li {
	list-style-type: none;
	display: block;
	width: 120px;
	height: 35px;
	text-align: center;
	float: left;
	background-color: #3399CC;
	font-family: tahoma;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-right: 32px;
}
#left {
	width: 200px;
	height: auto;
	padding-bottom: 20px;
	float: left;
	padding-left: 35px;
}
.nagl {
	font-weight: bold;
	color: #697EAD;
	display: block;
}
h1{
	font-weight: bold;
	color: #697EAD;
	display: block;
	font-size: 12px;
	font-family: tahoma;
	margin-left: 12px;
	margin-top: 10px;
}
#foot {
	height: 40px;
	width: 949px;
	background-color: #697EAD;
	clear: both;
	font-size: 11px;
	padding-top: 22px;
	color: #FFFFFF;
	text-align: center;
	font-family: tahoma;
}


#right {
	width: 700px;
	height: auto;
	float: right;
	padding-bottom: 20px;
}
a {
	color: #000000;
	text-decoration: none;
}

p {
	margin-top: 10px;
	margin-left: 13px;
	font-family: tahoma;
	font-size: 12px;
	color: #666666;
	line-height: 150%;
	text-align: justify;
	margin-right: 43px;
}
a:hover {
	text-decoration: underline;
}



#menu li a {
	width: 120px;
	text-align: center;
	background-color: #697EAD;
	font-family: tahoma;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	height: 35px;
	display: block;
	padding-top: 14px;
}
#menu li a:hover {
	width: 120px;
	text-align: center;
	background-color: #FFFFFF;
	font-family: tahoma;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	height: 35px;
}

