/* CSS Document */

body{
	background-image:url(images/bg.gif);
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#616161;
}

h1{
	padding:0px;
	margin:0px 0px 5px 0px;
	color:#CCCCCC;
	font-size:18px;
	font-weight:bold;
}

h2{
	padding:0px;
	margin:0px;
	font-size:11px;
	font-weight:bold;
	color:#616161;
}

a{
	text-decoration:underline;
	color:#616161;
}

a:hover{
	text-decoration:none;
}

#container{
	width:750px;
	height:auto;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-375px;
	background-color:#FFFFFF;
	border-bottom:2px solid #665633;
	border-right:2px solid #99814c;
	border-left:2px solid #fffae3;
	border-top:2px solid #ffffff;
}


#banner{
	width:750px;
	height:104px;
	background-image:url(images/banner.gif);
}	

#menuitems{
	float:left;
}

#menu{
	width:750px;
	height:30px;
	background-image:url(images/menubg.gif);
	background-repeat:repeat-x;
	border-right:1px solid #FFB500;
	border-bottom:1px solid #FFB500;
}


.menuoptie{
	width:125px;
	height:30px;
	float:left;
	font-size:10px;	
	text-align:center;
	border-right:1px solid #FF9933;
	border-left:1px solid #FFF1AF;
}

.menuoptie a{
	width:120px;
	height:22px;
	display:block;
	text-decoration:none;
	color:#815303;
	padding-top:9px;
}

.menuoptie a:hover{
	text-decoration:underline;
}

#webmailknop{
	width:80px;
	height:20px;
	float:right;
	right:10px;
	border-right:1px solid #FFF1AF;
	border-left:1px solid #FFB500;
	border-top:1px solid #FFB500;
	border-bottom:1px solid #FFF1AF;
	text-align:center;
	font-size:10px;
	margin:5px 10px 0px 0px;
}

#webmailknop a{
	width:80px;
	height:16px;
	display:block;
	text-decoration:none;
	color:#815303;
	padding-top:4px;
}

#webmailknop a:hover{
	text-decoration:underline;
}

#main{
	width:735px;
	padding:15px 0px 15px 15px;
	clear:both;
}

#subbanner{
	width:750px;
	height:21px;
	background-image:url(images/subbannerbg.gif);
	background-repeat:repeat-x;
	background-color:#FFB500;
}

#submenu{
	font-size:9px;
	color:#815303;
	position:relative;
	top:3px;
	left:15px;
	width: 750px;
}
	

#submenu a{
	font-size:9px;
	color:#815303;
}
	
#content{
	width:450px;
	line-height:12pt;
	float:left;
}

#content1{
	width:580px;
	line-height:12pt;
	float:left;
	}
	
	#content2{
	width:830px;
	line-height:12pt;
	float:left;
	margin-top: 10px;
}



	
	

#contentimg{
	width:auto;
	height:230px;
	margin-left:7px;
	float:right;
	margin-right: 0px;
	padding-top: 10px;
	
	
}
