html,body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background: #011341 url("../img/main_bg.png") repeat 0 0 fixed;
    font-family: verdana, tahoma, arial;
    color: #404040;
    font-size: 8pt;
}

#pagecontent {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    min-height: 100%;
    background-color: #FFFFFF;
    background: url("../img/content_bg.png") repeat-y;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

* html #pagecontent {
    height: 100%;
}

#header {
    position: relative;
    height: 100px;
    background: url("../img/header_bg.png") repeat-x;
}

#googleads {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 100px;
    margin-top: -135px;
    text-align: center;
    background-color: #000;
}

#googleads-contents{
	top: 5px;
    position: absolute;
    left: 136px;
}

#logo {
    position: absolute;
    top: 15px; left: 15px;
    color: #ffffff;
    font-size: 40px;
    font-weight: normal;
    letter-spacing: -2px;
}

#content-left {
    clear: both;
    float: left;
    width: 740px;
    padding: 20px;
    line-height: 170%;
}

#content-right {
    float: right;
    width: 170px;
    padding: 20px;
}

#content-bottom {
    clear: both;
    height: 40px;
}

#links {
    position: absolute;
    top: 25px; right: 27px;
    display: all;
}

.link-top {
    height: 24px;
    width: 110px;
    margin-bottom: 0px;
    padding: 5px 0 0 15px;
}

#links a, #links a:visited {
    color: white;
    font-weight: bold;
}

#footer {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    height: 35px;
    margin-top: -35px;
    text-align: right;
    background-color: #000;
}

#footer-content {
    position: absolute;
    right: 12px; bottom: 13px;
    font-size: 10px;
    font-weight: bold;
    color: #D9D9D9;
}

#footer a, #footer a:visited {
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #D9D9D9;
    text-decoration: none;
}

#footer a:hover, #footer a:active {
    text-decoration: underline;
}

#menu ul {
    position: absolute;
    left: 16px;
    bottom: 0;
    width: inherit;
    height: 25px;
    margin: 0;
    padding: 0;
    font-size: 10px;
}

#menu li {
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 25px;
}

#menu a:link, #menu a:visited {
    padding: 0 10px 0 10px;
    margin: 0 2px;
    display: block;
    float: left;
    color: #000;
    background-color: #888;
    text-decoration: none;
}

#menu a:hover, #menu a:active {
    padding: 0 10px 0 10px;
    display: block;
    float: left;
    color: #888;
    background-color: #C6C6C6;
}

#menu a.indicator {
    color: #000;
    background-color: #fff;
}


.submenu-head {
    padding: 0 7px;
    border: 1px solid #D4D4D4;
    background: #E2E2E2 url(grad1.png) repeat-x;
    font-size: 11px;
    font-weight: bold;
    line-height: 29px;
}

.submenu ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: inherit;
}
.submenu li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 29px;
    width: 170px;
}

.submenu a, .submenu a:visited {
    display: block;
    line-height: 28px;
    border-left: 1px solid #D4D4D4;
    border-right: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
    padding: 0 5px 0 15px;
    text-decoration: none;
    color: #000000;
    background: url(opsm2.gif) center left no-repeat;
}

.submenu a:hover, .submenu a:focus {
    background-color: #FFFFFF;
    text-decoration: none;
}

.submenu a.indicator {
    background-color: #FFFFFF;
}

h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 20px 0;
}

h2 {
    font-size: 12px;
    margin: 15px 0;
}

select.flat, input.flat, textarea.flat {
    font-family: Verdana, Tahoma, Arial;
    font-size: 11px;
    color: #404040;
    text-decoration: none;
    background-color: #FFFFFF;
    border: 1px solid #808080;
    padding: 3px;
}

label {
    float: left;
    width: 70px;
}
br {
  clear: left;
}

a, a:visited {
    color: #2277DD;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

p.error, h1.error {
    background-color: #F0DEDF;
    padding: 2px 5px;
    margin: 5px 0;
}

a img {
    border: 0;
}

.list {
    background: #F8F8F8;
    border-left: 2px solid #C0C0C0;
    padding: 10px 15px;
}
