
*{
	padding: 0;
	margin: 0;
	
}

body{
	margin: 0 auto;
	width: 767px;
	padding: 0;
	background: url(/pic-bin/body-back.jpg) repeat-x #B2AA93;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #687597;
}

a img{
	border: none;
}

#header {
	background-image: url(/pic-bin/header-back.jpg);
	background-repeat: no-repeat;
	height: 175px;
	text-align: center;
	position: relative;
}

#logo{
  position: absolute;
  right: 50px;
  top: 20px;
}

#wrapper {
	background: url(/pic-bin/content-back.jpg) repeat-y transparent;
}

.navigation {
	width: 152px;
	float: left;
	padding-left: 8px;
	padding-bottom: 50px;	
}

.navigation ul {
	list-style: none;
}

.navigation li{
  display: block;
  line-height: 25px;
  overflow: hidden;
}

.navigation li a {
	display: block;
	text-decoration: none;
	padding-left: 15px;
	color: #000;
	line-height: 30px;
	width: 150px;
}

.navigation li a:hover {
	text-decoration: underline;
}

.navigation li.active {
	background: url(/pic-bin/menu-link-hover.jpg) no-repeat transparent;
}

.navigation li.active a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#content {
	padding-left: 20px;
	padding-bottom: 50px;
	float: left;
	width: 520px;
	text-align: justify;
}

#content h1 {
	font-size: 16px;
	margin-bottom: 15px;
}

#content h2 {
	font-size: 14px;
	color: #687597;
	margin-bottom: 5px;
}

#content p{
  margin-bottom: 15px;
  line-height: 18px;
}

.clearer {
	clear: both;
}

#footer {
	background-image: url(/pic-bin/footer-back.jpg) no-repeat transparent;
	text-align: center;
	padding-bottom: 100px;
}
