/*-------------------------
colour #bbbb99 petscorner
--------------------------*/
body
{
	margin: 0;
	padding: 0;
	font: 85% Century Gothic, arial, hevetica, sans-serif;
	text-align: center;
	text-decoration:none;
	color: #111;
	background: #bbbb99;
}

a:link { color: #111;text-decoration:none; }
a:visited { color: #b93411;text-decoration:none; }
a:focus { color: #000;text-decoration:none; }
a:hover { color: #7d8206; text-decoration:none;}
a:active { color: 111; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .5em; }

h2
{
	color: #111;
	text-align:center;
	font: 170% bold Century Gothic, georgia, times, "times new roman", serif;
}



h3
{
	color: #111;
	font:120% bold Century Gothic, georgia, times, "times new roman", serif;
}


h4
{
	color: #111;
	font: bold 100% Century Gothic, georgia, times, "times new roman", serif;
}

h2 a { text-decoration: none; }



/* ------------------------------
box styles colour:#f0f2da
------------------------------ */

#box
{
	margin: 1em auto;
	width: 950px;
	text-align: left;
	text-decoration: none;
	background-color:#f0f2da;
	border: 1px solid #676767;
}

/* ------------------------------
header styles
------------------------------ */

#header
{
	height: 110px;
	width: 100%;
	position: relative;
	background: url(logo.jpg) no-repeat 0 0;
	border-bottom: 1px solid #fff;
}

#header h1
{
	position: absolute;
	left: -500em;
}


            



/* ------------------------------
mainnav styles
------------------------------ */

#mainnav
{
	text-align:center;
	background: #D1D7C8;
	color: #272900;
	padding: 2px 0;
	margin-bottom: 22px;
}


/* ------------------------------
menu styles
------------------------------ */

#menu
{
	float: right;
	width: 150px;
	border-left: 1px solid #C5C877;
	padding-left: 15px;
}

#menu ul
{
	margin: 1em 0;
	padding: 0;
}

#menu ul li
{
	margin: 0 0 2em;
	padding: 0;
	font: 12px Century Gothic;
	list-style-type: none;
}

/* ------------------------------
contents styles colour:#f0f2da
------------------------------ */

#contents
{
	float: left;
	width: 760px;
	margin: 0 0 0 10px;
	background-color:#f0f2da;
	text-decoration:none;
	}

#contents p { 	line-height: 130%; 
	padding: 5px 0 0 5px;
	text-decoration: none;
				
}





.imagefloat
{
	float: left;
	padding: 2px;
	border: 1px solid #9FA41D;
	margin: 0 0 10px 10px;
}


/* ------------------------------
footer styles
------------------------------ */

#footer
{
	clear: both;
	color: #272900;
	text-align: center;
	font-size: 90%;
	background: #D1D7C8;
	padding: 5px;
}






/*box properties---------b8b18a-------------------------------*/

.box_a{	
	float:left;
	padding:6px;
	margin:5px 3px;
	}

.box_b{	
	float:left;
	padding:7px;
	margin:5px 3px;
	}

.box_c{	
	float:left;
	padding:7px;
	margin:5px 3px;
	}

.box_d{	
	float:right;
	padding:7px;
	margin:5px 3px;
	}

p.kleur{
	background-color:#cc9944;
	color:111;
	}

p	{
	background-color:#CC9966;
	font:12px Verdana, Arial, sans-serif;
	color:fff;
	line-height:160%;
	}

ul{	
	list-style-type:none;
	margin:0;
	padding:3px 3px;
	font: 11px Century Gothic;
	background-color:b8b18a;
	text-align:left;
	width:160px;
	line-height:150%;
	}

#container2 a:link{color:#111;text-decoration:none;line-height:150%;padding:15px;}
#container2 a:visited{color:#111;text-decoration:none;line-height:150%;padding:15px;}
#container2 a:hover{color:#fff;line-height:150%;padding:15px;}
#container2 a:active{color:#111;text-decoration:none;line-height:150%;padding:15px;}
#container2 a:href{target:"_blank";}	
