body,
html {
    margin:0;
    padding:0;
    background: #46463c;
    text-align: center;
    height: 100%;
    color: #ffffff;
    font-family: Century Gothic, Lucida Sans Unicode, Lucida Grande, sans-serif;
    font-stretch: semi-expanded;
    text-transform: uppercase;
    }
    
a {
color: #ffffff;
text-decoration: none;
}    
    
#outer_container {
background: #46463c;
height: 100%;
margin: 0 auto;
}

#inner_container {
background: url(images/inner_back.gif);
background-repeat: repeat-y;
width: 1000px;
height: 100%;
margin: 0 auto;
}
 
#header {
margin-top: 3px;
}

#footer {
margin-top: 2px;
height: 10px;
margin-bottom: 5px;
letter-spacing: 0.1cm;
}

#contact {
text-transform: lowercase;
font-size: .9em;
}

#three_boxes {
height: 530px;
font-size: 1.2em;
letter-spacing: 0.05cm;
margin-top: 5px;
margin-left: -2px;
}

#box1 {
margin-top: 0px;
height: 465px;
width: 300px;
float: left;
padding-left: 8px;
padding-right: 8px;
}

#inner_box {
background: #ffffff;
height: 460px;
width: 310px;
margin-top: 0px;
padding-top: 5px;
}



