<!--
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom center;
	background-attachment: fixed;
	background-color: #dfd5c9;
}
body,td,th {
	font-family: Verdana;
	font-size: 11px;
	color: #535353;
	line-height:18px;
	margin-top: 0;
}
#wrapper {
	width: 960px;
}
#content {
	height: 548px;
	width: 760px;
	background-color: #ece6db;
	float: left;
	position: relative;
	text-align: left;
}
#pad {
	width: 340px;
	padding-left: 40px;
	padding-top: 20px;
	float: left;
	position: relative;
}
#pad2 {
	width: 720px;
	padding-left: 40px;
	padding-top: 20px;
	float: left;
	position: relative;
}
#col_right {
	padding-top: 14px;
	width: 200px;
	background-color: #bdb3a5;
	float: right;
	position: relative;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 58px;
	padding-top: 20px;
	padding-left: 40px;
	text-align: left;
}
.clear {
	clear: both;
}
.offer {
	border: 1px solid;
	margin: 8px;
}
h1 {
	font-family: Georgia, Tahoma;
	font-size: 16px;
	border-bottom: dashed 1px #333333;
}
.menu {
	background-image: url(images/menu-bg.png);
	height: 30px;
	text-align: left;
}
a {
	color: #535353;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
li {
	list-style-image: url(images/bullet.png);
	padding-bottom: 0;
	margin: 0;
}
.news-title {
	font-size: 12px;
	font-weight: bold;
}
.form {
	font-family: Verdana;
	font-size: 11px;
	color: #535353;
} 
-->