html {
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 13px;
}
td,tr,p,div {
	 font-family: Tahoma, Arial, Helvetica, sans-serif;
	 font-size: 13px;
     line-height: 14pt;
	 color: #ccc;
     text-align: left;
}
h1	{
	 font-size: 16px;
	 font-family: Tahoma, "Courier New", Courier, monospace;
	 font-weight: bold;
	 color: #669900;
     margin-bottom: 20px;
}
h2 {
     font-size: 13px;
     text-decoration: underline;
     font-family: Tahoma, "Courier New", Courier, monospace;
	 color: #ccc;
	 padding-left: 10px;
	 border-left: 1px dotted #8D5607;
}
h4	{
	 font-size: 14px;
	 font-family: Tahoma, "Courier New", Courier, monospace;
	 font-weight: bold;
	 color: #669900;
}
h5	{
	 font-size: 12px;
         text-decoration: underline;
         font-family: Tahoma, "Courier New", Courier, monospace;
	 color: #ccc;
	 padding-left: 10px;
	 border-left: 1px dotted #8D5607;
}
body {
	 margin: 0;
	 background: #000000;
}
body,
    html { 
     scrollbar-arrow-color:#ccc;
     scrollbar-track-color:#ccc;
     scrollbar-face-color:#669900;
}
a:link {
	text-decoration: none;
	color: #01A2E5;
}
a:hover {
	text-decoration: underline;
	color: #01A2E5;
}
a:visited {
	text-decoration: none;
	color: #01A2E5;
}
#header {
	 margin-top: 10px;
	 width: 920px;
	 height: 100px;
     background: url(http://www.markvanovermeire.com/image-files/header-cms.jpg) no-repeat;
}
#container { 
    width: 920px;
    margin: 0 auto;
}
#content {
    float:left;
    width: 720px;
}
#sidebar { 
    width: 155px;
    float:right;
}
a.menu:link, a.menu:visited {
	display: block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #ccc;
	text-align: left;
	padding: 3px 0 3px 0;
	height: 20px !important;
	height: 25px;
	width: 159px;
	text-decoration: none;
}
a.menu:hover {
	background-position: 0px -25px;
	text-decoration: none;
	color: #669900;
}
a.menu#active-menu {
	color:#669900;
	font-weight: bold;
}
a.menu#active-menu:hover {
	color: #fff;
}
#clear { 
    clear:both;
    height: 40px;
}
#footer {
    width: 920px;
    text-align: center;
}
.image-right {
    float:right;
    margin:0px 0px 0px 15px;
    border: 1px solid #669900;
}
.image-left {
    float:left;
    margin:0px 15px 0px 0px;
    border: 1px solid #669900;
}
.image-right-link {
    float:right;
    margin:0px 0px 0px 15px;
    border: 1px solid #01A2E5;
}
.image-left-link {
    float:left;
    margin:0px 15px 0px 0px;
    border: 1px solid #01A2E5;
}
.image-left-link-top {
    float:left;
    margin:10px 15px 0px 0px;
    padding-bottom: 20px;
    border: 1px solid #01A2E5;
}