body {
    background: #ffffff url('/images/mainbg.png') repeat-x top left;
    padding: 0;
    font-family: helvetica, verdana, arial, sans-serif;
    font-size: 16px;
}
#logo {
    border: none;
    position: absolute;
    top: 50px;
    left: 50px;
    z-index: 1;
}
#b2gmenu {
    position: absolute;
    margin: 0;
    top: 165px;
    left: 0px;
    height: 80px;
    background: transparent url('/images/menubg.png') repeat-x top left;
    z-index: 2;
    width: 70%;
    font-size: 18px;
}
#menuright {
    float: right;
    margin-right: -21px;
}
#b2gmenu a {
    font-weight: bold;
    color: white;
    text-decoration: none;
    padding: 3px;
}
#b2gmenu a:hover {
    color: red;
}
#b2gmenu ul {
    list-style-type: none;
}
#b2gmenu ul li {
    float: right;
    display: inline;
    line-height: 40px;
    padding-left: 5px;
    padding-right: 5px;
}
#b2gmenu .highlight a {
    color: #ffd800
}
#b2gmenu .highlight a:hover {
    color: red;
}
#login {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
}
.textbox {
    height: 34px;
    width: 194px;
    background: transparent url('/images/textboxbg.png') no-repeat top left;
    border: none;
    padding:2px 12px;
    font-size: 18px;
}
.submit {
    float: right;
    margin-left: -10px;
    border: none;
}
#main {
    position: absolute;
    top: 310px;
    left: 15px;
    width: 98%;
    padding: 0;
    min-height: 500px;
    border-bottom: 1px solid black;
}
#main #leftmain {
    float: left;
    width: 73%;
    background: transparent url('/images/linebg.png') repeat-y top right;
    min-height: 500px;
}
#main #rightmain {
    float: right;
    width: 26%;
    min-height: 500px;
}
#main p {
    padding-right: 15px;
}
h1 {
    font-family: helvetica, verdana, arial, sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: black;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 95%;
}

