body {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/tread.jpg);
    /*center page in IE quirks mode*/
    text-align: center;
}
#page {
    position: relative;
    width: 736px;
    margin-left: auto;
    margin-right: auto;
    /*correct text-alignment (see body)*/
    text-align: left;
}
#header {
    position: relative;
    height: 88px;
    margin-top: 20px;
    background: url(../images/header.jpg);
    /*ensure img will be above nav in IE quirks mode*/
    z-index: 1;
}
/*small-text in a large-text container causes line height problems in strict mode*/
h1 {
    color: #FF9900;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding-top: 12px;
    margin: 0;
}
h1 big {
    font-size: 40px;
    line-height: 40px;
    color: #FF6600;
}
#logo {
    position: absolute;
    left: -4px;
    top: -8px;
}
#header-img{
    position: absolute;
    left: 572px;
    top: -16px;
    /*ensure img is above nav*/
    z-index: 2;
}
#nav {
    position: relative;
    background: url(../images/nav_chain.gif);
    padding-top: 10px;
    margin-left: 8px;
    margin-right: 8px;
}
#nav ul {
    height: 38px;
    margin: 0;
    background: url(../images/nav_bar.jpg);
    text-align: center;
    font-size: 24px;
    line-height: 38px;
}
#nav ul li {
    float: left;
    list-style-type: none;
    /*space out the nav items*/
    width: 240px;
    /*if wrapping occurs it will run into the next box*/
    white-space: nowrap;
}
#nav ul li a  {
    color: #666666;
    text-decoration: none;
}
#nav ul li a:hover{
    text-decoration: underline;
}
.box {
    margin-top: 20px;
    background: url(../images/box_mid.jpg) repeat-y 0 50px;
    clear: both;
}
#intro-box {
    /*dont clear intro-img*/
    clear: left;
    margin-right: 276px;
    background: url(../images/box_460_mid.jpg) repeat-y 0 50px;
}
#side-box {
    width: 256px;
    float: left;
}
#side-box .box {
    /*dont clear anything floating in the item-box*/
    clear: none;
    width: 256px;
    background: url(../images/box_256_mid.jpg) repeat-y 0 50px;
}
#item-box {
    /*dont clear the side-box*/
    clear: none;
    margin-left: 276px;
    background: url(../images/box_460_mid.jpg) repeat-y 0 50px;
}
.box-body {
    background: url(../images/box_grad.jpg) no-repeat 8px 50px;
}
#intro-box .box-body {
    background: url(../images/box_460_grad.jpg) no-repeat 8px 8px;
}
#side-box .box .box-body {
    background: url(../images/box_256_grad.jpg) no-repeat 8px 50px;
}
#item-box .box-body {
    background: url(../images/box_460_grad.jpg) no-repeat 8px 50px;
}
h2 {
    padding: 8px 20px 0 20px;
    margin: 0;
    font-size: 28px;
    line-height: 42px;
    color: #FF9900;
    height: 42px;
    background: url(../images/box_bar.jpg) no-repeat;    
}
h2 span {
    color: #FF6600;
}
#side-box .box h2 {
    background: url(../images/box_256_bar.jpg) no-repeat;    
}
#item-box h2 {
    background: url(../images/box_460_bar.jpg) no-repeat;    
}
.box-head {
    height: 8px;
}
#intro-box .box-head {
    background: url(../images/box_460_head.jpg) no-repeat;
}
.box-data {
    margin: 0.5em 20px;
}
.box-foot {
    clear: both;
    height: 14px;
    background: url(../images/box_foot.jpg) no-repeat bottom;
}
#intro-box .box-foot {
    background: url(../images/box_460_foot.jpg) no-repeat bottom;
}
#item-box .box-foot {
    background: url(../images/box_460_foot.jpg) no-repeat bottom;
    /*dont clear the side-box*/
    clear: none;
}
#side-box .box .box-foot {
    background: url(../images/box_256_foot.jpg) no-repeat bottom;
    /*dont clear anything floating in the item-box*/
    clear: none;
}
#footer {
    position: relative;
    height: 88px;
    margin-top:20px;
    margin-bottom: 36px;
    background: url(../images/header.jpg);
    clear: both;
}
#footer-img {
    position: absolute;
    left: -16px;
    top: -16px;
}
#copyright {
    text-align: right;
    margin: -1em 12px 0 0;
    font-size: 1em;
    line-height: 1em;
}
#footer-email {
    position: absolute;
    left: 324px;
    top: 14px;
    width: 398px;
    height: 44px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}
#footer-email-address {
    margin-left: 48px;
    margin-bottom: 6px;
    color: #FF6600;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
}
#footer-email a {
    color: #FF6600;
    text-decoration: none;
}
#footer-email a:hover {
    color: #FF9900;
    text-decoration: underline;
}
#footer-phone {
    position: absolute;
    left: 324px;
    top: 58px;
    width: 398px;
    height: 16px;
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}
#footer-phone-number {
    color: #FF6600;
    font-weight: bold;
}

a:link {
    color: #0033FF;
}
a:link:hover {
    color: #3366FF;
}
a:visited {
    color: #993399;
}
a:visited:hover {
    color: #CC66CC;
}
#side-box .box a {
    color: #0033FF;
    text-decoration: none;
}
#side-box .box a:hover {
    color: #3366FF;
    text-decoration: underline;
}
blockquote {
    color: #FF6600;
    font-style: italic;
    font-size: 1.2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
ul {
    /*prevent over-indentation*/
    padding: 0;
    margin: 0.5em 1em;
    list-style-position: outside;
}
#item-box ul {
    /*no vertical spacing within item list*/
    margin: 0 1em;
}



