body {
	
	margin:0px;
	padding:0px;
	background-image:url(../images/background_main.jpg);
	background-repeat:repeat-x;
	
} 

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

}
.links	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;font-size:10px;
}
A.links:hover{
	color:#333333;
}
A		{
	text-decoration:none;
	color: #666666;
}
A:hover	{
	color: #000;
}

.kevtext {
	font-family: Tahoma;
	font-size: 10px;
	color:#333333;
	font-weight:normal;
	line-height:12px;
	}
	
.foot {
	font-family: Tahoma;
	font-size: 10px;
	color:#999999;
	font-weight:normal;
	line-height:12px;
	}
	
.kevtext2 {
	font-family: Tahoma;
	font-size: 10px;
	color:#666666;
	font-weight:normal;
	line-height:12px;
	padding-right: 40px;
	}


.H1 {
	font-family: arial;
	font-weight:bold;
	font-size: 24px;
	color:#999;
	}
	
.H2 {
	font-family: arial;
	font-size: 20px;
	color:#ff5a00;
	margin-left:60px;
	}
	
.H3 {
	font-family: Tahoma;
	font-size: 16px;
	color:#000;
	}	


#content {
	position:absolute;
	left:35%;
	width:800px;
	height:90%;
	margin-top:20px;
	margin-bottom:50px;
	margin-left:-270px;
	text-align:left;
	padding:10px;
	border:0px;
/*	background-color:#fff;
*/	}


#header {
	height:50px;	
	width:800px;	
	border-bottom:1px solid #fff;
	background-image:url(../images/kdv_logo.png);
	background-repeat:no-repeat;	
	}
	
#kdvLogo {
	width:250px;
	height:60px;
	}

#linkbar{
	margin-top:35px;
	text-align:center;
	float: right;
	width: 220px;
/*	background-color:#fff;*/
	}
	
#body {
	position:absolute;
	width:575px;
	text-align:left;
	border:0px;
	margin-top:20px;
	padding-left:40px;
	height:100%;
	}

#body2 {
	position:absolute;
	width:750px;
	text-align:left;
	border:0px;
	margin-top:20px;
	padding-left:40px;
	height:100%;
/*	background-color:#000000;*/
	}

#body3 {
	position:absolute;
	width:570px;
	text-align:left;
	border:0px;
	margin-top:20px;
	padding-left:40px;
	height:100%;
/*	background-color:#000000;*/
	}
	
#title2 {
	position:relative;
	text-align:left;
	font-size:24px;
	font-weight:bold;
	color:#999;
	padding-top: 20px;
	padding-bottom: 10px;
	font-family: Arial;
	}

#sidebar{
	position:relative;
	float: right;
	width: 170px;
	height:auto;
	margin: 10px 5px 5px 0;
	padding: 5px;
	display: inline;
	border: 1px dashed #ccc;
	background-color:#fff;
	}

	
#preview1 {
	position:absolute;
	width:150px;
	height:60px;
	left:27%;
	top:50%;
	padding:5px;
	border:#333333 solid thin;
	background-color:#FFFFCC;
	display:none;
	}
	
	
#footer {

	bottom:10;
/*	position:inherit;
*/	width:800px;
	padding-top:5px;
	margin-top:20px;
	float:left;
	
		
	}
	
#gallery{
	border:solid thin;
	border-color:#cccccc;			
	position:relative;
	width:555px;
	height:80px;
	padding:5px;
	margin-top:15px;			
	}	
	
#gallery2{
	/*border:solid thin;
	border-color:#cccccc;	*/		
	position:relative;
	width:95%;
	height:80px;
	padding:5px;
	margin-top:10px;		
	}		
	
#pixholder{
	
	display:inline;
	padding:5px;
	
	width:80px;
	border:#999999;
	background-color:#ffffff;
	}
	
#form{	
	width: 350px;
	height:auto;
	padding:1px;
	background-color:#e2e2e2;
	}
	
#form_label{	
	padding:1px;
	height: 100%;
	float:left;
	width: 50px;
	background-color:red;
	}	
	
#form_control{	
	width: 250px;
	height: 100%;
	float:left;
	padding:1px;
	background-color:green
	}		
