* {
	margin: 0;
	padding: 0;
}
body {
	background: rgb(220,225,221) url(img/bg.png);
	font: normal 13px/16px "Trebuchet MS", sans-serif;
}
a {
	text-decoration: none;
	color: rgb(66,157,4);
}
li {
	list-style: none;
}
#wrap {
	width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px;
}
#logo {
	background-image: url('img/logo.jpg');
	width: 900px;
	height: 350px;
	position: relative;
}
#nav {
	position: absolute;
	top: 90px;
	right: 0px;	
}
#nav ul {

}
#nav ul li {
	display: block;
	background-color: #FAFAFA;
	padding: 5px 10px 5px 10px;
	opacity: 0.7;
}
#nav ul li a {
	color: #000;
}
#nav ul li:hover {
	opacity: 0.9;
}
#content {
	padding-top: 20px;
	width: 700px;
	float: left;
}
#content h1 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -1px;
}
#content h2 {
	font-size: 14px;
	color: rgb(66,157,4);
	text-transform: uppercase;
	letter-spacing: -1px;
}
#content p {
	padding: 5px;
	line-height: 20px;
}
#bok {
	margin-top: 20px;
	width: 170px;
	float: left;
	margin-right: 10px;
}
#bok ul {
}
#bok ul li {
	padding: 5px;
	background-color: #fff
}
#bok ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}
#bok ul li a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#footer {
	text-align: center;
	border-top: solid 1px #000;
	padding: 12px 0 4px 0;
}

h1, h2, p {
	margin-bottom: .7em;
}
p {
	text-align: justify;
}
