body{
	background: url(/images/layout/bg_wood.jpg) top left repeat;
	margin:0;
	padding:0;
	font-family:"Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:12px;
	color:#383838;
}

a:link, a:visited, a:hover, a:active{
	color:#6E6C6C;
	text-decoration:none;
	border-bottom:1px dotted #CCC;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 850px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 850px;
	height: 500px;
	margin: 0px auto;
	padding:10px;
	}
	
.block{
	border-bottom:1px dotted #CCC;
	padding:15px;
	margin:5px;
	float:left;
}
.block.last{
	border-bottom:none;
}

.img-left{
	float:left;
	margin:0 30px 0 0;
	padding: 0 30px 0 0;
	border-right:1px dotted #CCC;
}

h1{
	font-size:18px;
	line-height:28px;
	font-weight:normal;
}