* {
	margin: 0;
	padding: 0;
}

body, html {
	height: 100%;
	background-color: #D8F4F7;
}

h2 {
	font-size: 12px;
	font-family: verdana,arial;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0099FF;
	line-height: 20px;
	width: 100px;
}

h3 {
	font-family: verdana,arial;
	line-height: 30px;
}

#content {
 width: 913px;
 margin: auto;
 clear: both;
}

#data {
	width: 913px;
	margin: auto;
	clear: both;
	background-image: url(images/container-back.png);
}

#kolom1 {
 float: left;
 width: 185px;
 padding: 10px;
}

#kolom2 {
 margin: 0 165px 0 205px;
 padding: 10px 20px 10px 20px;
}

#kolom3 {
 float: right;
 width: 145px;
 padding: 10px;
}

#catbox {
	padding: 10px;
	margin: 0 0 20px 0;
	background-color: #E8E8E8;
	background-image: url(images/boxtopback.jpg);
	background-repeat: repeat-x;
	border: 1px solid #939393;
}

#greenbox {
	padding: 10px;
	margin: 15px 0 20px 0;
	background-color: #B9D54D;
	background-image: url(images/greenbox.jpg);
	background-repeat: repeat-x;
	border: 1px solid #939393;
	font-family: verdana,arial;
	font-size: 11px;
}

.ul_kol1 {
	font-size: 11px;
	font-family: verdana,arial;
	list-style-position: inside;
	list-style-type: none;
	margin: 10px 0 0 0;
}

.ul_kol1 li {
	font-family: arial,verdana;
	margin: 0 0 2px 0;
}

.ul_kol1 li a {
	color: #666666;
	text-decoration: none;
}

.ul_kol1 li a:hover {
	color: #000000;
}

#header {
	height: 14px;
	clear: both;
	background-image: url(images/header.png);
}

#footer {
	height: 14px;
	clear: both;
	background-image: url(images/footer.png);
}

#subfooter {
	clear: both;
}

#topmenu {
width:913px;
height:33px;
background-image:url(images/topmenu.png);
background-repeat:no-repeat;
overflow:hidden;
margin: 25px 0 0 0;
}

#topmenu ul {
line-height:26px;
white-space:nowrap;
margin:0;
padding:0;
}

#topmenu li {
list-style-type:none;
display:inline;
float:left;
}

#home {
display:block;
width:100px;
height:33px;
background:url(images/home.png) no-repeat 0 0;
}

#home:hover,#reviews:hover,#picks:hover,#galleries:hover,#videos:hover,#contact:hover,#share:hover,#subscribe:hover,#directory:hover {
background-position:0 -33px;
}

#home span,#reviews span,#picks span,#galleries span,#videos span,#contact span,#share span,#subscribe span,#directory span,.meerkat {
display:none;
}

.featured {
	display: block;
	width: 100%;
	background-color: #D5DFE7;
	padding: 5px;
	margin: 15px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: arial,verdana;
	font-size: 12px;
	line-heihgt: 12px;
	color: #333333;
}

.featured h1 {
	font-size: 13px;
	font-family: verdana, arial;
	margin-bottom: 5px;
	font-variant: small-caps;
	text-transform: capitalize;
}

.featured h1 a {
	color: #336699;
}


.listing {
	display: block;
	width: 100%;
	background-color: #E5ECF1;
	padding: 5px;
	margin: 15px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: arial,verdana;
	font-size: 12px;
	line-heihgt: 12px;
	color: #333333;
}

.listing h1 {
	font-size: 13px;
	font-family: verdana, arial;
	margin-bottom: 5px;
	font-variant: small-caps;
	text-transform: capitalize;
}

.listing h1 a {
	color: #336699;
}