#header
{
	width:1200px;
	height: 300px;
	margin: 0 auto;
	border-top: 10px solid Blue;
	border-bottom: 10px solid blue;
	}

#header * 
{
	margin-left: 0;
	padding: 0;
	text-decoration: none;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC6633;
}

#header h1 {
	float: left;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}
	}
	
#slideshow {
    position:relative;
    height:300px;
    padding:0px;
    margin:10px 0 -30px 0;
}
 
#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 300px;
    background-color: #FFF;
    padding:0px;
    margin:0px;
}
 
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow DIV.last-active {
    z-index:9;
}
 
#slideshow DIV IMG {
    height: 300px;
    width: 740px;
    display: block;
    border: 0;
    margin-bottom: 0px;	}
	
	
	
	
	
#kolom2 {
	float: left;
	width: 449px;
	padding: 20px;
}


/* Content > ColTwo */

#kolom2 h2 {
	font-size: medium;
	color: #FFFFFF;
}

#kolom2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#kolom1

{
float: left ;
width: 200px;
margin-left:0px;
padding: 20px;
height: 300px;
padding-top:20;
background: #CCCC66 no-repeat center center;

}
#kolom2
{
float: right;
width: 200px;
height: 300px;
margin-right:25px ;
padding-top:20;
background: #CCCC66 no-repeat center center;
	}
#footer
{
	width: 938px;
	margin-left: 25px ;
	background: #663399;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}