@charset "utf-8";
/* CSS Document */

body {
	margin:5px 0 0 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background: url(../img_site/back.jpg) repeat-x #769175;
	height:800px;
}

#wrapper {
	position:relative;
	width: 900px;
	margin:0 auto 0 auto;
}

#logo {
	position: relative;
	float:left;
	width:450px;
	height:207px;
	background:url(../img_site/logo.jpg) no-repeat;
}

#mainmenu {
	position:absolute;
	top:175px;
	left:235px;
}

#slide {
	position: relative;
	float:left;
	width:450px;
	height:207px;
	background:url(../img_site/slide.jpg) no-repeat;
}

#main {
	position:relative;
	float:left;
	width:900px;
	background:url(../img_site/mainback.jpg) repeat-y;
}

#menu {
	position:relative;
	float:left;
	width:215px;
}

#content {
	position:relative;
	float:left;
	width:685px;
}

#text {
	margin:15px 0 0 20px;
	width:640px;
	min-height:400px;
}

#bottom {
	position:relative;
	float:left;
	height:40px;
	width:900px;
	background-image:url(../img_site/bottom.jpg);
	background-repeat: no-repeat;
}
