/*
    Coded by Steven Bower
    And Jackson Walker (cc) 2009
    BPWebDesign http://bpwebdesign.com/
    TurnWheel Designs http://turnwheel.com/
*/

#header h2 {
    display: block;
    position: absolute;
    display: block;
    top: 260px;
    margin-left: 440px;
    width: 450px;
    height: 45px;
}
#header h2 a {
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    background: transparent;
}
#leftcolumn {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}
#leftcolumn .leftbox {
    margin: 10px 5px 10px 5px;
    padding: 10px;
}
#content {
    display: inline;
    width: auto;
}
#center {
    float: left;
    color: #333;
    margin: 10px 5px 10px 5px;
    min-height: 644px;
    width: 285px;
    line-height: 20px;
    padding: 10px;
    border: solid 1px #cfceca;
    display: inline;
    background: #FFF url(/images/content_bg.jpg) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#rightcolumn {
    color: #333;
    margin: 10px 10px 10px 5px;
    min-height: 800px;
    width: 285px;
    line-height: 20px;
    padding: 10px;
    border: solid 1px #cfceca;
    float: left;
    background: #FFF url(/images/content_bg.jpg) repeat-x;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}