body {
	background: #FFFFFF url(images/bg1.jpg);
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #555E4F;
}

h1, h2, h3, h4, h5 {
	margin: 0;
}

h1  {
	font-size: 19px;
}

/* Header */

#header {
	width: 970px;
	height: 300px;
	margin: 0 auto;
	padding: 0;
	border: 10px solid #FFFFFF;
	border-bottom: none;
	background: #FFFFFF url(images/img1.jpg);
}

/* Menu */

#menu1 {
	float: left;
	width: 160px;
	margin: 0px auto;
	padding-bottom: 20px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	color: #323B2E;
                font-style: italic;
}

#menu1 ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

#menu1 li {
}

#menu1 a {
	display: block;
	width: 190px;
	padding: 12px 0px;
	background-color: #a58360;
	border-top: 2px solid #f2f4db;
	border-bottom: 2px solid #f2f4db;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}

#menu1 a:hover {
	background-color: #e8e2bf;
	border-top: 2px solid #f2f4db;
	border-bottom: 2px solid #f2f4db;
	color: gray;
}

/* Content */

#content {
	width: 970px;
	margin: 0 auto;
	border: 10px solid #FFFFFF;
	border-top: none;
	background: #f2f4db;
}

#colOne {
	float: left;
	width: 190px;
	margin-top: 20px;
	padding: 0 10px 0 20px;
                font-style: italic;
}

#colTwo {
	float: right;
	margin-top: 20px;
	width: 690px;
	padding: 0 20px 0 20px;
}

#content h2 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing: 1px;
}


/* Footer */

#footer {
	clear: both;
	width: 970px;
	height: 40px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding: 7px;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	color: #4f4f4f;
	text-transform: uppercase;
}

#footer a {
	color: #778899;
	text-decoration: none;
	font-weight: bold;
}

#footer_links {
	float: right;
}

#poiskT {width:120px; border:1px solid #355473; height:18px;}
#poiskS {border:1px solid #f2f4db; height:23px; background:#a58360; color:#fff; width:60px;}
