/************************************************************************************************/
/*Project Ladyrose. Realiseerd door Jvanderlinde.net*/
/*DESIGN*/
/************************************************************************************************/
*{border:none;list-style:none;margin:0px;padding:0px;}
body{background:#000;font-family:Verdana;font-size:14px;color:#fff;}

div#container{margin-bottom:0px;margin-left:auto;margin-right:auto;overflow:hidden;width:980px;}

/************************************************************************************************/
/*HEADER*/
/************************************************************************************************/
div#header{background:url(../images/header.png) no-repeat;width:980px;height:139px;float:left;}
/*MENU*/
div#menu{background:none;width:980px;height:36px;float:left;}
div#menu li{float:left;}

/************************************************************************************************/
/*CONTENT_LEFT*/
/************************************************************************************************/
div#content_left{background:url(../images/content_left.png);width:375px;height:748px;float:left;}
div#content_left p{padding:15px 0 0 15px;float:left;}
/************************************************************************************************/
/*CONTENT_RIGHT*/
/************************************************************************************************/
div#content_right{background:url(../images/content_right.png);width:605px;height:748px;float:left;}
div#content_right p{padding:15px 0 0 32px;height:550px;width:520px;display:block;float:left;}
div#content_right h1{color:#af0000;font-weight:bold;font-size:13px;padding:63px 0 0 32px;float:left;font:"Lucida Console", Monaco, monospace;}
/************************************************************************************************/
/*FOOTER*/
/************************************************************************************************/
div#footer{background:url(../images/footer.png);width:980px;height:54px;float:left;}
div#footer_extra{background:#000;float:left;width:980px;height:auto;padding-top:10px;font-size:11px;text-align:center;}
a:link {
	color: #666;
}
a:visited {
	color: #666;
}
a:hover {
	color: #666;
}
a:active {
	color: #666;
}