@charset "UTF-8";
/* CSS Document */


/* basic
--------------------------------------------------*/
body {color: #474747;background-color: #929b42;}

/* header
--------------------------------------------------*/

#header {background-color: #BFCE30;}
#headline{background-image: url(../images/assets/headline-bg.png);background-repeat: no-repeat;background-position: 0 0 ;}


/* content
---------------------------------------------------*/
#container {background-color: #fff;}



/* Navi
--------------------------------------------------*/
#sidebar h3{color:#BFCE30;}
#sidebar li{border-bottom-color: #CCC;}
#sidebar li a{color: #666666;}
#sidebar ul .li-top{border-top-color: #CCC;	}


/* footer
--------------------------------------------------*/

#footer {background-color: #7B8610;color:#fff;}



