*{  
    margin: 0px;
    padding: 0px;
}

body{
    margin: 10px 0;
    background: #ccc;
    text-align: center;
    font-family: sans-serif;
    font-size: 12pt;
    color: #222222;
}

#container{
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    background: #ffffff;
}
#header{
    width: 100%;
    background: #aaaaaa url("headbg.jpg") top center no-repeat;
    height: 130px;
}

#header h1{
    color: #ffffff;
    text-align: right;
    position: relative;
    top: 10px;
    right: 5px;
    line-height: 50px;
}

#header h1 span{
    font-size:60%;
    color: #666;
}

#header img {
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

#search {
    width: 100%;
    height: 30px;
    margin-top: 50px;
}

#search form {
    float: right;
    margin-right: 15px;
}

#searchbox{
    background: #ffffff url('mg.jpg') right no-repeat;
    border: 1px solid #ccc;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 8pt;
}
#main{
    width: 100%;
    background: #ffffff url('main.jpg') top left repeat-x;
}
#main h1{
    font-size: 20pt;
    padding-bottom: 22px;
    color: #000000;
    background: url('titles.jpg') bottom left no-repeat;
}
#main h2{
    font-size: 14pt;
    padding-bottom: 9px;
    margin-bottom: 10px;
    color: #222222;
    background: url('titles2.jpg') bottom left no-repeat;
}
#main h3{
    font-size: 12pt;
    padding-bottom: 9px;
    margin-bottom: 10px;
    color: #222222;
    background: url('titles2.jpg') bottom left no-repeat;
}
#main a{
    color: #222222;
    text-decoration: none;
    border-bottom: 1px dashed #222222;
}
#main a:hover{
    background: #e0e0e0;
}
#submain{
    padding: 8px;
}
#left{
    float: left;
    width: 650px;
    margin-bottom: 5px;
    padding: 15px;
}
#left p{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
}
#left ul{
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 13px;
}
#left ul li{
    margin-bottom: 5px;
}
#right{
    margin-top: 5px;
    margin-bottom: 5px;
    border-left: 1px solid #e0e0e0;
    padding-left: 7px;
    width: 250px;
    float: right;
}
#right p{
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 8px;
}
#right ul{
    margin-left: 20px;
    font-size: 11px;
}
#right ul li{
    margin-bottom: 3px;
}
#footer{
    clear: both;
    text-align: center;
    font-size: 70%;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 100%;
    background: #aaaaaa url('footer.jpg') bottom center no-repeat;
}
#footer li{
    display: inline;
}

