html, body, p, h1, h2, h3, h4, h5, h6, dl {
    padding: 0;
    margin: 0;
    list-style: none;
}

.clear {
    clear: both;
}

html {
    background: #fff url('img/bg.gif') repeat-x top left;
}

body {
    font-size: 62.5%;
    font-family: 'Tahoma CE', 'Arial CE', 'Helvetica CE', Tahoma, Arial, lucida, sans-serif;
    color: #000;
    background: url('img/main-bg.jpg') no-repeat top center;
    
}

#wrap {
    width: 794px;
    margin: 0 auto;
    text-align: center;
    padding: 231px 0 0 0;
    
    position: relative;
    z-index: 0;
}

h1 {
    position: absolute;
    clear: both;
    top: 345px;
    left: 263px;
    color: #7383a9;
    font-size: 200%;
    font-weight: normal;
}

h2 {
   font-size: 120%;
}

h3 {
    font-size: 110%;
}

h4 {
    
    font-size: 100%;
}

a{
    color: #000;
}

#header {
    position: absolute;
    top: 80px;
    left: 207px;
    width: 504px;
    height: 255px;
}

#header a {
    display: block;
    height: 255px;
}

#header a span {
    display: none;
}

#left {
    
    text-align: left;
    background: url('img/menu-top.gif') no-repeat top left;
    width: 208px;
    padding: 46px 0 0 0;
    float: left;
}

#left ul {
    background: url('img/menu-bg.gif') repeat-y top right;
    margin: 0px;
    padding: 5px 0 0 12px;
    
}

#left ul li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#left ul li a {
    background: url('img/menu-item.gif') no-repeat top left;
    display: block;
    width: 179px;
    height: 24px;
    line-height: 23px;
    color: #7383a9;
    text-decoration: none;
    font-size: 130%;
    font-weight: bold;
    text-align: right;
    padding: 0px 8px 0 0; 
}

#left ul li a:hover {
    background: url('img/menu-item-hover.gif') no-repeat top right;
    
}

#left ul li ul {
    padding: 0px;
}

#left ul li ul li{
    padding: 0px;
}

#left ul li ul li a{
    font-weight: normal;
    width: 167px;
    padding: 0 20px 0 0;
}

#left #menu-bottom {
    background: url('img/menu-bottom.gif') no-repeat bottom left;
    width: 208px;
    height: 30px;
}

#main {
    width: 388px;
    text-align: left;
    float: right;
    padding: 150px 140px 0 0;
    font-size: 120%;
    line-height: 20px;
    min-height: 373px;
    _height: 373px;
    
}

#footer {
    clear: both;
    background: url('img/footer.gif') no-repeat top center;
    width: 100%;
    padding: 50px 0 0 0;
    font-size: 110%;
}

#main a {
	color: #7383a9;
}