* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF url(images/img01.gif) repeat-x;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}



h1 {
	margin-top: 20px;
	font-weight: normal;
	font-size: 2em;
}



h2 {
	font-size: 16px;
	margin:10px 0
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 160%;
}

ul, ol {
	margin-left: 3em;
}



a {
	color: #CC6B47;
}

a:hover {
	text-decoration: none;
	color: #3760BF;
}

a img {
	border:1px solid #c5c5c5;
}
img{
border:1px solid #631e19;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

hr {
	display: none;
}

/* Header */

#header {
	height: 110px;
	margin: 0 auto;
	background: #BBB082;
}
.header_koh{

background: #BBB082 url(images/koh.jpg) no-repeat center;
height:184px;
}

#logo {
	width: 778px;
	height: 110px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	margin: 0;
	letter-spacing: -0.05em;
	font-weight: normal;
	color: #FFFFFF;
}

#logo h1 {
	float: left;
	padding-top: 40px;
	font-size: 3em;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}

#logo h2 {
	float: left;
	padding: 67px 0 0 8px;
	font-size: 2em;
	font-style: italic;
	color: #858585;
}

/* Menu */

#menu_bar {
	background: #2E2E2E;
}

#menu {
	width: 778px;
	height: 50px;
	margin: 0 auto;
}
.menu_koh{
	width: 778px;
	height: 30px;
	margin: 0 auto;
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	float: left;
	margin-right: 6px;
	padding: 5px 20px 5px 20px;
	background: #4C4D51;
	border: 1px #575C5F solid;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	background: #983D3A;
	border: 1px #D45951 solid;
}

#menu .first a {
	background: #983D3A;
	border: 1px #D45951 solid;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
}

#content {
	background: #F4EDD3;
	border-bottom: 4px #BBB082 solid;
}

/* offer */

.offer {
}

.offer .title {
	margin: 0;
}

.offer .title a {
	text-decoration: none;
}

.offer .byline {
	margin: 0 0 30px 0;
	line-height: normal;
}

.offer .entry {
}

.offer .meta {
	clear: both;
}

.offer .meta a {
	text-decoration: none;
	font-weight: bold;
}

.offer .meta a:hover {
	text-decoration: underline;
}

.offer .meta .comments {
	padding-left: 20px;

}

.offer .meta .permalink {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

/* Latest offer */


#offer {
	background: #F4EDD3;
	border-bottom: 2px #BBB082 solid;
}

#offer_content {
	width: 778px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}

#offer_content h1 {
	margin: 10px 0;
	padding: 0;
}

#offer_content p {
	margin: 0;
	padding-bottom: 15px;
}

#offer_content .meta {
	padding: 10px 0 0 0;
}

#offer_content .byline {
	margin: 0 0 10px 0;
	padding: 10px 0;
	background: #BBB082;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
	
}

#offer_content .byline span {
	padding: 0 0 0 15px;
}

#offer_content .byline a {
	padding: 0 30px 0 0;
	background: url(images/img05.gif) no-repeat right top;
	text-decoration: none;
}

#offer_content .byline a:hover {
	text-decoration: underline;
}

.description{
	width:400px;
	float:right;
	padding-left: 28px;
}

.images{
width:350px;
float:left;
}
.thumbs{
	width:305px;
	margin-top: 15px;
}

.thumbs img{
	padding:1px;
	margin:10px 10px 5px 10px;
	border:1px solid #631e19;
	background:none;
}
.thumbs img:hover{
	border:1px solid #c5c5c5;
	background:none;
}
.left_koh{
width:370px;
float:left;

}
.right_koh{
width:320px;
float:right;
padding-left:50px;
}



/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img11.gif) repeat-x;
	text-align: center;
}

#footer p {
	margin: 0;
	font-size: .8em;
	color: #666666;
}

