body{
text-align:center; /** fix IE and consort to center **/
margin:0px;
padding:0px;
background:#E6E7E8 url('img/bg.jpg') repeat-y 50% 0; 
}

body, html{ height:100%;} 

html body {font: 70% Arial, sans-serif; color:#000000;
}

a img{ border:0px;}
a{ color:#25A603; text-decoration:none;}
a:hover{ color:#25A603; text-decoration:none;}

h1{
margin:0px; padding:0px;
text-align:left;

}

h2{
margin:0px; padding:0px;
}

/* #main */

#main{
padding:0px;        
margin:0px auto;
text-align:center; /** restore text align on left **/
width:750px;
background: #fff;
}

/* #header */

#header{ 
margin:0px; padding:0px;
width:750px;
}
#header img {
float:left;
}
#topnav {
background-color:#504B6B;
width:inherit;
color:#E6E7E8;
padding:0px 0px 0px 0px;
text-align: left;
}
#topnav a {
color:#ffffff;
font-weight:bold;
margin:0px;

}
#topnav a:hover {
color:#B4B5B7;
}

/* #content */

#content{
margin:0px;
padding:0px 5px 5px 5px;
width:569px;
height:100%;
font-family: Arial, serif;
font-size:13px;
text-align:left;
float:left;
border-right: 1px dotted #999999;

}
#content h1 {
font-size:16px;
margin-top:10px;
font-weight:bold;
}
#content img {
padding:4px 4px 4px 4px;
text-align:center;
border:1px solid #cccccc;
background-color:#ffffff;
margin:6px 5px 6px 5px;
}
#content a {
color:#333333;
text-decoration:none;
}
#content a:hover{
color:#800000;
}
/* #content-right */

#rightnav{
margin:0px;
padding:0px 5px 5px 5px;
width:160px;
background-color:#B4B5B7;
float:left;
clear:right;
text-align:left;
}
#rightnav h1{
font-size:16px;
text-decoration:underline;
color:#000000;
margin-bottom:8px;
}
#rightnav h2{
font-size:12px;
text-decoration:underline;
color:#000000;
margin-bottom:8px;
}
#rightnav a{
color:#000000;
text-decoration:none;
}
#rightnav a:hover{
color:#800000;
}
#rightnav p{
border-bottom:1px solid #999999;
color:#000000;
}
#rightnav hr{
color:#999999;
}

/*#footer */

#footer{
margin:0px;
width:750px;
height:272px;
background: url('img/onvlee_footer.jpg');
text-align:center;
font-size:10px;
clear:both; padding-left:0px; padding-right:0px; padding-top:5px; padding-bottom:5px
}
#footer a{
text-decoration:none;
color:#504B6B;
}
#footer a:hover {
color:#0066FF;
}
blockquote {
padding:4px 4px 4px 4px;
float:right;
text-align:center;
border:1px solid #cccccc;
background-color:#ffffff;
}
blockquote.two {
float:left;
}