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;
padding-right: 15px;
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:232px;
}

#navi {
float:left;
width:973px;
height:38px;
background-image:url(images/navbar.jpg);
}

#wrapper {
float:left;
background-image:url(images/wrapper_bg.jpg);
}

#subnavi {
float:left;
width:218px;
height:453px;
background-repeat:no-repeat;
background-image:url(images/subnav.jpg);
}

#content {
    float: left;
    width: 717px;
    height: auto !important;
    min-height: 450px;
    height: 450px;
padding-left:10px;
padding-right:30px;
color:#000000;
background-repeat:no-repeat;
font: 12px arial;
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 {
height: 44px;
clear:both;
}

#footerText {
float : right;
padding-right: 20px;
width : 400px;
padding : 2px 0 0 0px;
height : 2px;
background-color : transparent;
font-family : Arial;
font-size : 10px;
color : #000000;
text-align : right;
padding-right: 20px;
}
#footerText a {
font-family : Arial;
text-decoration : none;
color : #000000;
}
#footerText a:hover {
font-family : Arial;
color : #000000;
text-decoration : underline;
}


h1, h2 {
font-size:14px;
}


h2 {
font-size:12px;
}
