body {
    color: #10101c;
    background-color: #10101c;
    background-image: url( "img/page_bg.jpg" );
    background-repeat: repeat-x;
    font-family: "Gill Sans", Calibri, "Trebuchet MS", sans-serif;
}

h1 {
    font-size: 18pt;
}

h3{
    margin-bottom: 0px;
}
h4{
    margin-top: 10px;
    margin-bottom: 5px;
}

p{
    margin-top: 10px;
    line-height: 1.4em;
}

#pageWrapper{
    width: 940px;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -470px;
    padding-bottom: 15px;
    background-color: #10101c;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border: 2px solid #fff;
   padding: 2px;"
}

#page {
    background-color: #fff;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
}

#topbar {
    height: 235px;
}

#logo {
    position: relative;
    top: 30px;
    left: 60px;
}

#location {
    float: right;
    margin-top: 50px;
    margin-right: 60px;
}

#location li{
    text-align: right;
    line-height: 36px;
    list-style: none;
    font-size: 18pt;
}

#menu {
    height: 45px;
    background-image: url( "img/menu_bg.jpg" );
    border-bottom: 1px solid #10101c;
    padding-left: 30px;
}

#menu li{
    list-style: none;
    color: #fff;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 16pt;
    float: left;
    margin-right: 60px;
    font-weight: bold;

}

#menu li a{
    color: #fff;
    text-decoration: none;
}

#menu li a:visited{
    color: #fff;
}

#menu li a:hover{
    color: #0ff;
}

#content {
    border-top: 1px solid #0ff;
    padding: 15px;
    overflow: hidden;
}

#main_col {
    width:580px;
    margin-right: 50px;
    float: left;
}

#right_col {
    width: 280px;
    float: left;
}

#right_col div{
    line-height: 1em;
    margin-bottom: 25px;
}

#boilerplate {
    font-size: 9pt;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 5px;
}

.clearfix {
    clear: both;
    height: 1px;
}

ul.no_bullet {
    margin: 0px;
    padding: 0px;
}

ul.no_bullet li{
    list-style: none;
    line-height: 24pt;
}
