/* Start of CMSMS style sheet 'sb_main' */
body, html{
 width: 100%;
 font-family: Courier! important;
 font-size: 12px;
 color: #000;
 line-height:1.5;
position: relative;
}

/* just frog testing */
div#pagewrapper{
border: 0px;
}

li {
display: inline;
list-style-type: none;
}

div#pagewrapper {
position: absolute;
margin: 30px auto;
left: 30px;
right: 0;
width: auto;

}
div#menu_horiz {
 width: 100%;
 height: 50px;
}

div#menu_vert{
 float: left;
 width: 320px;
 height: 100px;
}
/* just bunny hopping */
div#content{
 float: left;
 width: 1000px;
}

/* End of 'sb_main' */

