* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: #3f638b url(img/body.jpg) repeat-x;
	font-family: tahoma;
	font-size: 13px;
	color: #333;
}
#container {
	background: url(img/container.jpg) repeat-y;
	position: relative;
	width: 955px;
	margin: 0 auto;
}
#header {	
	background: url(img/header.jpg);
	height: 453px;
}
#logo {
	display: block;
	background: url(img/logo.jpg);
	position: absolute;
	height: 57px;
	width: 647px;
	top: 51px;
}
#content {
	margin: -260px 384px 0 44px;
	text-align: justify;
}
#adv {
	height: 100px;
	width: 500px;
	margin-bottom: 30px;
}
#menu {
	position: absolute;
	top: 187px;
	left: 20px;
}
#footer {
	background: url(img/footer.jpg) no-repeat;
	padding-top: 40px;
	text-align: center;
	color: #fff;
}
h1, h2 {
	font-family: "trebuchet ms";
	font-weight: normal;
	color: #5e90c1;
}
h1 {
	font-size: 23px;
	width: 480px;
	margin-top: 46px;
}
h2 {
	margin-top: 20px;
	font-size: 17px;
}
p {
	margin: 10px 0;
}
big {
	display: none;
}

#menu li {
	list-style: none outside;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}
#menu a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 8px;
	background: #3f638b;
}
#menu a:hover {
	background: #4f739b;
}
#content li {
	margin-left: 20px;
}
