@import url("content.css");
@import url("nav.css");
@import url("boxes.css");
@import url("datatables.css");
/* CSS Document */
html, body {
margin: 0;
padding: 0;
background: #F4F4F4 url(../../images/stripe_bg.gif) repeat-x;
text-align: center;
height:100%;
}


#cap{
background: url(../../images/cap_bg.gif) no-repeat;
height: 25px;
}

#headerbg {
background: url(../../images/header_bg2.gif) no-repeat;
height: 230px;
margin: 0;
padding: 0;
}

#headerhome_bg {
background: url(../../images/header_bg.gif) no-repeat;
height: 256px;
margin: 0;
padding: 0;
}

#footer {
width: 760px;
position: absolute;
bottom: 0 !important;
bottom: -1px; /* For Certain IE widths */
height: 15px;  /* Needed for Safari */
background: url(../../images/footer.gif) no-repeat;
padding-top: 8px;
text-align: center;
font: xx-small Verdana, Arial, Helvetica, sans-serif;
color: #848383;
clear: both;
}

#container {
margin: 0 auto;
background: #333 url(../../images/bg.gif) repeat-y;
width: 760px;
text-align: left;
position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */
}

#postscript{
clear: both;
width: 760px;
height: 20px; 
text-align: center;
}

#boxes{
margin: 15px 35px;
width: 690px;
font: .6em Verdana, Arial, Helvetica, sans-serif;
color: #848383;
}
