* {
    margin: 0pt;
    padding: 0pt;
}

body {
	background: url('img/background.jpg') repeat-x #abd5eb;
	text-align: center;
	margin-top: 70px;
	color: #FFF;
	font-size: 11px;
	font-family: Verdana;
}

li {
	margin-left: 15px;
}

ul {
	list-style-type: square;
}

a {
    color: #DDD;
    text-decoration: none;
}

a:hover {
    color: #DDD;
    text-decoration: underline;
}

.menu_link {
    color: #FFF;
    text-decoration: none;
}

.menu_link:hover {
    color: #FFF;
    text-decoration: none;
	padding-top: 11px;
	background: url('img/select.jpg') no-repeat center top #00b000;
}

.menu_select {
    color: #FFF;
    text-decoration: none;
	padding-top: 11px;
	background: url('img/select.jpg') no-repeat center top #00b000;
}

.menu_select:hover {
    color: #FFF;
    text-decoration: none;
	padding-top: 11px;
	background: url('img/select.jpg') no-repeat center top #00b000;
}

.menu {
	background: #00b000;
	border-top: 2px solid #FFF;
	width: 800px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	margin: auto;
	font-size: 14px;
	font-family: Trebuchet MS;
	font-weight: bold;
}

.main {
	padding: 10px;
	background: url('img/img.jpg') no-repeat right bottom #3b8cc2;
	border: 4px solid #187cb9;
	border-top: 0px;
	width: 780px;
	min-height: 200px;
	margin: auto;
	text-align: left;
}

.main_text {
	width: 500px;
}

.main2 {
	padding: 20px 10px;
	width: 800px;
	margin: auto;
}

.foot {
	background: url('img/postcard.jpg') no-repeat left #0672b2;
	border: 4px solid #4396c7;
	padding-left: 100px;
	width: 700px;
	height: 60px;
	margin: auto;
	line-height: 17px;
}