body {
	margin: 0;
	background-image:url(../images/bg.jpg);
	}
	
	#wrapper {
}
#header {
	width: 940px;
	height: 25px;
	background: url(../images/1.jpg) no-repeat left top;
	margin: 0 auto;
	padding: 0;
}
#header1 {
	width: 940px;
	height: 260px;
	margin: 0 auto;
	padding: 0;
}
#logo {
    width: 206px;
	height: 255px;
	float: left;
    margin: 0 auto;
	padding: 0;	
	background:url(../images/box.jpg);
}

#s {
	width: 110px;
	margin-right: 5px;
	padding: 3px;
	color:#FFFFFF;
	margin-bottom:2px;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 122px;
	height: 30px;
	margin-left: 0 auto;
	padding-top: 10px;
	padding-bottom:0;
	background: url(../images/button.jpg) no-repeat;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #9A8718;
}

#menu a:hover {
	background: url(../images/button.jpg) no-repeat;
	text-decoration: underline;
	color:#FFFFFF;
}

#menu .active a {
	background: url(../images/button.jpg) no-repeat;
}
#image {
	width: 727px;
	height: 186px;
	float:right;
	background: url(../images/img01.jpg) no-repeat;
	margin: 0 auto;
	padding-right:3.8px;
	}
	#image1 {
	width: 728px;
	height: 30px;
	float:right;
	background:url(../images/img02.jpg) no-repeat;
	margin: 0 auto;
	padding-right:3.8px;
	}
#page {
	width: 932px;
	height:395px;
	margin: 0 auto;
	padding: 0;
	background-color: #ffffff;
	border-right: 1px dashed gray;
    border-left: 1px dashed gray;
}	
#content {
	float: right;
	width: 937px;
	height:395px;
	padding: 0px;
}
.post {
	padding-bottom: 5px;
}

.post .title {
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #000000;
}

.post .entry {
    margin: 0;
	padding: 0px 0 1px 0;
	float: left;
	color: #000000;
    text-transform:none;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	
}

#footer {
	width: 938px;
	height: 53px;
	background-color:#1f1d1e;
	margin: 0 auto;
	margin-top:5px;
	padding-top: 8px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
