* {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

ul, ol {
	padding-left: 20px;
	margin-left: 20px;
}

h1 {
	width: 100%;
	text-align: center;
	font-size: 21px;
}

h3 {
	font-size: 16px;
}

#shadow {
	margin:0 auto;
	width:962px;
	height:30px;
	background:url('/img/sbottom.png');
}

a {
	color: #005592;
}

a:hover {
	color: #4499c4
}

body {
	width: 100%;
	background: url("/img/bg.png") #bbbbbb;
}

#page {
    margin: 0 auto;
    padding: 0 30px;
	background: url("/img/sbody.png");
    width: 902px;
}

#logo {
	width: 900px;
	height: 208px;
	background: #8a94b8;
	color: white;
	border-top: #555255 solid 1px;
}

#logo img {
	float: left;
	font-size: 50px;
}


#menu, #foot {
	background: url("/img/mback.png") #999999;
	height: 29px;
}

#menu {
	width: 900px;	
	overflow: hidden;
}

#menu:first-child {
	margin-left: -20px;
}

#menu a {
	line-height: 29px;
	height: 29px;
	width: 148px;
	text-align: center;
	margin-left: -7px;
	float: left;
	color: white;
	font-weight: bold;
	font-size: 14px;
	
	background: url("/img/mitem.png");
}

#menu a:hover, #menu a.current {
	background: url("/img/mhover.png");
}

#logo, #menu, #content, #foot {
	border-left: #555255 solid 1px;
	border-right: #555255 solid 1px;
	border-bottom: #555255 solid 1px;
}

#content {
	padding: 0 20px;
	background: white url("/img/scheme.png");
	min-height: 200px;
	padding: 20px 40px;
	width: 820px;
	font-size: 14px;
}

#content p {
	padding-top: 15px;
	text-align: justify;
}

#content p:first-letter {
	padding-left: 30px;
}

#foot {
	width: 860px;	
	padding: 0 20px;
}

#foot a, #foot div.item, #copy {
	display: block;
	line-height: 29px;
	height: 29px;
	color: white;
	font-weight: bold;
	font-size: 14px;
}

#foot a, #foot div.item {
	float: left;
	padding-right: 12px;
	margin-right: 10px;
}

#foot a:hover {
	color: #aaf0ff;
}

#content img.left, #content img.right {
	padding: 5px;
	border: solid 1px #555255;
	margin: 30px;
}

#content .left {
	float: left;
	margin-left: 0px;
}

#content .right {
	float: right;
	margin-right: 0px;
}
