* {
	margin: 0;
	padding: 0;
}
body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: "Times New Roman", serif;
	font-size: 1em;
	color: #6B6B6B;
}
#logo {
	background-image:url('images/logo.jpg');
	width:281px;
	height:124px;
	position:relative;
	left:60px;
	top:8px;
}
h1, h2, h3, h4 {
	margin: 0;
}
h1, h2, h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size:1.1em;
	color: #37404C;
}
p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 120%;
	text-align: justify;
}
ul, ol {
	margin-left: 3em;
}
blockquote {
	margin-left: 3em;
	margin-right: 3em;
}
a {
	color: #BCB968;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}
#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}
#header {
	height: 140px;
	background: #087FE7 url(images/img03.jpg) no-repeat;
	position:relative;
}
#contact {
	color:#ffffff;
	float:right;
	padding-right:80px;
	padding-top:5px;
	font-size:0.9em;
	font-weight:bold;
}
#logo {
	float: left;
}
#menu {
	float: right;
}
#menu ul {
	margin: 0;
	padding: 0px 78px 0 0;
	list-style: none;
	line-height: normal;
	position:absolute;
	right:7px;
	bottom:7px;
}
#menu li {
	display: inline;
}
#menu a {
	padding-left: 20px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
}
#page {
	background: url(images/img04.jpg) no-repeat;
}
div.c1 {
	clear: both;
	height:0;
	font-size:0;
}
#content {
	float: left;
	padding: 45px 76px 40px 76px;
}
.post {
	padding-top: 50px;
	background: url(images/books.jpg) no-repeat;
	background-position: 780px bottom;
}
.column {
	width:330px;
	float:left;
	margin-left:40px;
}
#footer {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
	text-align:center;
}
#footer span {
	color: #666666;
	font-size:0.9em;
	position:relative;
	top:30px;
}