@charset "UTF-8";
/* CSS Document */

/*
Theme Name: KLABAM
Theme URI: http://www.klabam.com
Description: Klabam: new wave of creation
Version: 11.08.2008
Author: T. Iamsam-ang
Author URI: http://www.klabam.com/
*/


/* CSS Document */
/*copyright 2008-2009 KLABAM | www.klabam.com | info@klabam.com*/
/*written by T.Iamsam-ang*/

/* general CSS template*/

body {
	font-family: "Lato", Helvetica, sans-serif;
	color: #444444;
	font-size:12px;
	height: 100%;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 20px;
}

img {border: 0;}
hr {
	border-bottom: thin dotted #DADADA;
	border-left: none;
	border-right: none;
	border-top: none;
	padding-left: 20px;
	padding-right: 20px;
}

#box a:link, a:visited{
	color: #FF6699;
	text-decoration: none;
}

#box a:hover{
	color: #FF3399;
	text-decoration: none;
}

#box {
	width: 826px;
	position: relative;
	border: 0;
	margin: 0 auto;
}

#header {
	width: 826px;
	height: 95px;
	background-image: url('images/header.gif');
	margin: 0;
	padding: 0;
	border: 0;
}

#contentbox {
	width: 826px;
	background-image: url('images/bg.gif');
	margin: 0;
	border: 0;
	overflow: hidden;
}

#content {
	width: 540px;
	float: left;
	margin-left: 20px; !important
	border: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}

#sidebar {
	width: 233px;
	background-color: #F4F3F3;
	font-size: 11px;
	float: right;
	overflow: hidden;
	margin-right: 1px; !important
	border: 0;
	margin-top: 30px;
}

#sidebar ul { list-style: none; font-size: 14px; }
#sidebar ul li { list-style: none; margin-left: -10px; font-size: 14px; margin-bottom: 10px; }
#sidebar li ul li { margin-left: -40px; }

#footer {
	width: 826px;
	height: 143px;
	background-image: url('images/footer.gif');
	margin: 0;
	padding: 0;
	border: 0;
}

h1 { font-size: 16px; color: #333333; font-weight: bold; }
h2 { font-size: 18px; color: #333333; font-weight: bold; }
ul li { list-style-type: circle; }
li ul li { list-style-type: circle; margin: 0; }