body{	background: url('images/bg1.jpg') repeat-n center top;
 	font-family: "Trebuchet MS", verdana; 
 	color: #F6C94C;
 	margin: 0px;
 	font-size: 12px;
 	line-height: 120%;
	}

td{	font-family: "Trebuchet MS", verdana; 
 	color: #F6C94C;
 	margin: 0px;
 	font-size: 14px;
 	line-height: 120%;
	}

/* base link style */
 
a{
 color: #F6C94C;
 text-decoration: none;
}

a:hover{
 color: #ffffff;
}

/* container */

#container{
 width: 800px;
 margin-top: 50px;
 margin-bottom: 10px;
 text-align: left;
}

#header{
 height: 123px;
 background: url('images/fond_header.jpg') repeat-y bottom left;
}


/* menu */

#menu{
 float: left;
 width: 180px;
 margin: 0px;
 padding: 0px;
}

#menu ul{
 margin: 0px; 
 padding: 0px;
}
#menu ul li{
 margin: 0px; 
 padding: 0px;
 list-style-type: none;
 border-bottom: 1px solid rgb(102,102,102);
}

#menu ul a{
 margin: 0px; 
 padding: 0px;
 font-size: 16px;
 line-height: 140%;
 color: #F6C94C;
 background: rgb(0,0,0); 
 display: block;
 width: 180px;
 padding: 4px;
}

#menu ul a:hover{
 margin: 0px; 
 padding: 0px;
 font-size: 16px;
 line-height: 140%;
 color: #000;
 background: #F6C94C;
 display: block;
 width: 180px;
 padding: 4px;
}

#menu #address{
 margin: 0px;
 padding: 0px;
 font-size: 10px;
 color: #F6C94C; 
 margin-top: 10px;
 padding: 4px;
 width: 180px;
}

/* content */


#content {
 float: right;
 width: 620px;
 height: 340px;
 margin: 0px;
 padding: 20px;
 background: url('images/logo_vaag_zw1.jpg') no-repeat center center;
 padding-bottom: 1px;
 font-size: 14px;
 font-family: "Trebuchet MS", verdana; 
 line-height: 150%;
 color: #F6C94C;
 margin-top: 1px;
}

#content h1{
 font-size: 26px;
 font-family: "Trebuchet MS", verdana; 
 color: #F6C94C;
 letter-spacing: 3px;
 line-height: 160%;
 padding: 0px;
 padding-left: 20px;
 padding-right: 20px;
}

#content h2{
 font-size: 20px;
 font-family: "Trebuchet MS", verdana; 
 color: #F6C94C;
 letter-spacing: 2px;
 line-height: 120%;
}
