@CHARSET "UTF-8";

body {
	background-image: url('../images/withe-bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
}

img {
	border: 0;
}

#document {
	width: 100%;
	_height: 800px;
	min-height: 800px;
	background-image: url('../images/withe-left.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#logo {
	float: left;
	position: absolute;
	top: 10px;
	left: 50px;
	width: 125px;
}

#header {
	height: 140px;
	background-image: url('../images/withe-corner.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#header h3 {
	margin: 0;
	padding-top: 40px;
	text-align: center;
	color: #805d7b;
	font-size: 37px;
	font-family: 'Times New Roman';
	font-weight: normal;
}

#header h4 {
	color: #805d7b;
	font-weight: normal;
	font-size: 25px;
}

#wrapper {
	clear: both;
}

#menu {
	float: left;
	padding-top: 65px;
	padding-left: 70px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu ul li {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#menu ul li a {
	font-family: 'Times New Roman';
	color: #805d7b;
	font-size: 17px;
	font-style: italic;
}

#gallery {
	float: right;
	width: 150px;
	padding-top: 20px;
	text-align: center;
}

#content {
	margin-left: 230px;
	margin-right: 180px;
	margin-bottom: 100px;
	color: #4e4e4e;
	font-size: 14px;
}

#content img {
	margin: 3px 0;
}

#content h1 {
	margin: 0;
	padding-top: 40px;
	text-align: center;
	font-family: 'Arial';
	color: #4e4e4e;
	font-size: 20px;
	font-weight: normal;
	background-image: url('../images/withe-mod.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#content p {
	margin-top: 10px;
	text-indent: 15px;
}

#content .contacts {
	margin-top: 30px;
	text-align: center;
}

#content .contacts textarea {
	width: 200px;
}

#content .description {
	margin-top: 5px;
}