html {
	height:100%;
}
* {
	padding:0px;
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:black;
}
img {
	border:0px;
}
body {
	background-color:#FDB21D;
}
#page {
	background-color:white;
}

/* Верхнее меню */

#menu {
	height:43px;
	width:60%;
	background:url('./img/menu_bg.png') repeat-x;
	position:relative;
}
#menu img {
	float:right;
	position:absolute;
	top:0px;
	right:0px;
	
}
#menu  div{
	float:left;
}
.menu {
	font-size:16px;
	color:white;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	font-weight:bold;
	display:block;
	float:left;
	text-decoration:none;
}
a.menu:hover {
	color:#006633;
}

/* Правая колонка */
#left {
	position:absolute;
	top:0px;
	right:15px;
	margin-bottom:20px;
	z-index:2;
}

#box {
	width:242px;
	background:#AFCFCF url('./img/box_bottom.jpg') bottom no-repeat;
}
#box div {
	margin:0px 10px 0px 10px;
}


#text {
	margin:20px 310px 20px 20px !important;
	//padding-top:20px;
	min-height:300px;
	height:auto !important;
	height:300px;
}
p {
	margin-bottom:20px;
	text-align:justify;
}


#footer {
	background-image:url('./img/footer.jpg');
	background-repeat:no-repeat;
	height:433px;
	width:100%;
	background-position:bottom;
	position:relative;
}
#copy {
	position:absolute;
	top:340px;
	left:90px;
	color:white;
	font-size:14px;
}

/* стилизация элементов */
h1, h2, h3 {
	margin-left:30px;
	color:#006633;
	margin-top:25px;
	margin-bottom:7px;
	font-weight:bold;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
li {
	margin-left:40px;
}