/* 
  -----------------------------------
  Ko Yao Style Sheet
  by Rolf André Klaedtke
  www.raksoft.ch
  -----------------------------------
*/
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #666666;
	margin: 4px 0 0 0;
	background-image: url(../images/bkg.jpg);
	background-repeat: repeat-x;
}
div {
	 /*border: 1px solid Red;		*/
}

/*Heading Styles*/
h1, h2, h3, h4,  h5, h6 {
	font-size: 13pt;
	color: #666666;
	margin-bottom: 10px;
}
h4 {
	margin-top: 35px;	
}
/* Elements */
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
th {
	background-color: #E2E2E2;
	font-weight: bold;
	font-size: 85%;
	text-align: left;
	padding: 2px 0 2px 5px;
}
blockquote {
	border-top: solid 2px #e3e3e3; 
}

/* IDs */
#layoutwrapper {	
	width: 875px;
	margin: 0 auto 10px auto;
}
#header {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	height: 184px;
	margin: 0;
}
#mainbox {
	width: 656px;
	float: right;
	margin: 0;
}
#maincontent {
	font-size: 90%;
	margin: 0 22px 0 0;
	padding: 12px 40px 0 12px;
	line-height: 125%;
	border-right: 1px solid #999999;
	background-color: White;
}
#leftbox {
	width: 219px;
	height: 238px;
	margin: 0;
	top: 184px;
	float: left;	
	background-image: url(../images/navi_new.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid red;		*/
}
#leftcontent {
	width: 219px;
	margin: 0;
	padding-top: 10px;
	position: absolute;
}
#main {
	margin: 0 10px 0 0;
	width: 63%;
	vertical-align: top;
}
#news {
	margin-left: 20px;
	padding: 0 5px 5px 5px;
	border: 1px solid #999999;
	font-size: 80%;
}
#news h3 {
	margin-top: 0;
	font-weight: bold;
}
#footer {
	font-size: 80%;
	clear: both;
	margin: 25px auto 10px auto;
	color: #666666;
}
#floatimageleft {
	float: left;
	margin: 5px;
	margin-right: 10px;
}
#floatimageright {
	float: right;
	margin: 5px;
	margin-left: 10px;
}/