body {
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 0.7em;
	color: #152230;
}

a img {
	border: 0;
}

a {
	color: #152230;
}

a:hover {
	text-decoration: none;
}

#bannery {
	padding-top: 5px;
	text-align: center;
	background-color: #ffffff;
	padding-bottom: 5px;
}

#bannery img {
	margin-right: 10px;
}

#main-page {
	width: 700px;
}

#main-page #header {
	background: #ffffff url(../images/design/header.jpg) no-repeat;
	height: 147px;
}

#main-page #header h1 {
	color: #ffffff;
	margin: 0;
	padding-top: 100px;
	margin-left: 50px;
	font-size: 1.3em;
}

#main-page #header #path {
	color: #ffffff;
	margin-left: 50px;
	margin-top: 5px;
}

#main-page #content {
	margin-left: 50px;
}

#main-page #content #main-menu a {
	display: block;
	float: left;
	margin-right: 2px;
	margin-top: 1px;
	width: 215px;
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 1.3em;
	text-decoration: none;
	color: #ffffff;
}

#main-page #content #main-menu a.last {
	margin-right: 0;
}

#main-page #content #main-menu a .item {
	display: block;
	margin-left: 20px;
}

#main-page #content #main-menu a.item1 {
	background-color: #366089;
}

#main-page #content #main-menu a.item2 {
	background-color: #557A9E;
}

#main-page #content #main-menu a.item3 {
	background-color: #85ABD1;
}

#main-page #content #right-part, #main-page #content #left-menu {
	margin-top: 15px;
}

#main-page #content #right-part {
	width: 392px;
	float: right;
	padding-right: 20px;
}

#main-page #content #right-part h2 {
	font-size: 1.2em;
}

#main-page #content #left-menu {
	width: 216px;
	float: left;
}

#main-page #content #left-menu ul {
	margin: 0;
	list-style: none;
	margin-bottom: 30px;
}

#main-page #content #left-menu li {
	border-top: 1px solid #557A9E;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 5px;
}

#main-page #content #left-menu li.last {
	border-bottom: 1px solid #557A9E;
}

#main-page #content #left-menu a {
	text-decoration: none;
}

#main-page #content #left-menu a:hover {
	text-decoration: underline;
}

#main-page #content #right-part #photos img {
	margin-right: 5px;
	margin-bottom: 5px;
	border: 2px solid #557A9E;
}

#main-page #footer {
	margin-left: 50px;
	margin-top: 20px;
	border-top: 2px solid #557A9E;
	padding-top: 10px;
}

.clearboth {
	clear: both;
	font-size: 1px;
	height: 1px;
}