html, body, ul, li, form, input, textarea, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
html, body {
	height: 100%;
	}
body {
	font: 12px "helvetica neue",arial,sans-serif;
	height: 100%;
	color: #898989;
	}
ul li {
	list-style-type: none;
	}
h1 { font: normal 24px "Helvetica Neue",arial }
h2 { font: normal 20px "Helvetica Neue",arial }
h3 { font: normal 18px "Helvetica Neue",arial }

#wrapper {
	width: 802px;
	margin: 0px auto;
	}
#header {
	width: 802px;
	height: 83px;
	}	
#logo {
	width: 249px;
	padding-top: 10px;
	float: left;
}
#descr {
	width:553px;
	padding-top: 30px;
	float: left;
	text-align:right;
	color: 898989;
	}
#thumbs {
	width: 802px;
	height: 100px;
	background:url(images/thumbs.jpg) no-repeat;
	color: #fff;
	text-align:right;
	}
#body {
	width: 802px;
}
#footer {
	background: url(images/dot.gif) repeat-x;
	height: 20px;
	text-align:center;
	padding-top: 10px;
}
.clear {
	clear:both;
}
.dotted {
	background: url(images/dot.gif) repeat-x;
	width: 100%;
	height: 1px;
	line-height: 1px;
}
