body {
 margin-top: 150px;
 font-family: sans-serif, georgia;
 font-size: 10pt;
/* padding: 0px;
 margin: 0px;*/
}

a:link, a:visited {color: #000000; text-decoration: none;}
a:hover{color: #909090; text-decoration: underline;}

h1 {font-size: 20pt;}

p {font-size: 10pt;}

ul {list-style-image: url("../images/leaf_bullet.png");}

#overall_container {
 margin: auto;
 width: 890px;
}

#menu {
 background-image: url("../images/sql_sides.png");
 background-repeat: repeat-y;
 float: left;
 width: 320px;
 margin-left: -15px;
 padding-left: 15px;
 padding-top: 25px;
}

#menu_txt{
    width: 240px;
    margin: 0 0 0 35px;
}

#logo {
    position: relative;
    background: transparent url("../images/logo2.png") no-repeat;
    height: 62px;
    width: 517px;
    top: -80px;
    
}

#gap {
 /*this div is a placeholder for the gap underneath the bridge*/
 width: 28px;
 float: left;
}

#content_art {
 background-image: url("../images/sqr_sides.png");
 background-repeat: repeat-y;
 float: left;
 width: 510px;
}

#content_text {
 padding-left: 60px;
 width: 390px;
}

#body_header {
 position: relative;
 background-image: url("../images/top_whole.png");
 background-repeat: no-repeat;
 width: 890px;
 height: 300px;
 top: -170px;
 left: -15px;
 z-index: -1;
}

#menu_bottom_artheader {
 position: relative;
 left: -14px;
 width: 333px;
 height: 49px; 
 top: 49px;
 background-image: url("../images/sql_bottom.png");
 background-repeat: no-repeat;
}

#content_bottom_artheader {
 position: relative;
 left: 10px;
 top: 58px;
 width:520px;
 height: 58px; 
 background-image: url("../images/sqr_bottom.png");
 background-repeat: no-repeat;
}

