body, html {
background-image:url(images/body_bg.jpg);
margin:0px;
padding:0px;
font-family:Arial;
color:#000000
}

#container {
width:975px;
margin:0px auto;
}

#shortcuts {
padding-top:10px;
padding-bottom:10px;
text-align:right;
font-size:12px;
}

#shortcuts a:link, #shortcuts a:active, #shortcuts a:visited { 
color:#000000;
text-decoration:none;
}

#shortcuts a:hover { 
text-decoration:underline;
}

#header {
height:200px;
}

#navi {
float:left;
width:975px;
height:30px;
background-image:url(images/navbar.jpg);
}

#wrapper {
float:left;
background-image:url(images/wrapper_bg.jpg);
}

#subnavi {
float:left;
width:209px;
height:468px;
height: auto !important;
background-repeat:no-repeat;
background-image:url(images/subnav.jpg);
}

#content {
    float: left;
    width: 726px;
    height: auto !important;
    min-height: 468px;
    height: 468px;
padding-left:10px;
padding-right:30px;
color:#000000;
background-repeat:no-repeat;
background-image:url(images/content.jpg);
}

#content a:link, #content a:active, #content a:visited { 
color:#404040;
text-decoration:none;
}

#content a:hover { 
text-decoration:underline;
}



#footer {
clear:both;
}

#footertext {
float : left;
padding-top:4px;
padding-left: 150px;
width: 800px;
padding-bottom: 5px;
height : 12px;
background-color : none;
color : #000000;
font-family : tahoma;
font-size : 10px;
text-decoration: none;
text-align : left;
}

#footertext a{
width: 800px;
padding-bottom: 15px;
height : 12px;
background-color : none;
color : #000000;
font-family : arial;
font-size : 10px;
text-decoration: none;
text-align : left;
}


h1, h2 {
font-size:14px;
}


h2 {
font-size:12px;
}