body {
font:9pt/17pt arial;
margin:0;
padding:0;
height: 100%;
background-image: url(img/home_bg.jpg);
background-color: #eee;
background-position:top;
background-repeat:no-repeat;
}

#clear {
	clear: both;
}

p { font size: 12pt; }
a:link { color: #AA0000; text-decoration:none;}
a:visited { color: #aa0000; text-decoration:none;}
a:hover { color: #000000; text-decoration:none;}
a:active { color: #000000; text-decoration:none;}

#main {
width: 650px;
height: 768px;
display: block;
margin:0 auto;
}

#header_contain {
width: 700px;
height: 170px;
background: url(img/home_header_new.png);
background-position: bottom;
display: block;
margin:-10px -50px;
}

ul#top_header {
list-style-type: none;
margin:0;
padding:0;
clear: right;
/*margin-top: 9px;*/
}

ul#top_header li {
float: left;
margin-right: 20px;
}

ul#top_header li a {
display: block;
color: #ffffff;
text-decoration: none;
}

/* home buttons */

#home_right {
display: block;
float: left;
width: 470px;
height: 550px;
}

#subsites {
width: 1000px;
height: 130px;
float: left;
margin: 40px 0 0 150px;
}

#subsites img {
width: 1000px;
height: 130px;
clear: both;
margin: 10px 0 3px 0;
}

#footer {
display: block;
clear: both; 
height: 18px;
text-align: center;
font-family: Arial, sans-serif;
font-size: 10pt;
margin: 10px 80px 20px 0;
text-align:center;
}

a, img {
    border:none;
}