.h {
    display: none;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
}

body {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.7;
    color: #3b3b3b;	
    text-align: center;
    background: #444444 url("../img/body_bcg.gif") repeat-x top;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4 {
    font-family: Tahoma, sans-serif;
    color: #d50404;
    font-weight: normal;
}
h1, h2 {
    font-size: 1.8em;
    margin-bottom: 0em;
}
h3 {
    font-size: 1.7em;
    margin-bottom: 0em;
}
h4 {
    font-size: 1.4em;
    margin-bottom: 0em;
}

h1, h2, h3, h4, p, ul, ol, table, img {
    margin-top: 0px;
    padding-top: 0px;
}

a {
    color: #d50404;
}


#pageWrap {
    width: 919px;
    background: url("../img/main_bcg.gif") repeat-y center;
    margin: 0 auto;
    text-align: left;
    padding:0px;
}
#page {
    padding:0px;
    position: relative;
}

#header {
    height: 375px;
    *height: 390px;
    background: url("../img/title.jpg") no-repeat top;
    padding: 0 10px;
    margin:0px;
}
#header a.logo {
    position: absolute;
    width: 230px;
    height: 72px;
    background: url("../img/logo.gif");
    top: 30px;
    left: 23px;
    
}
#slogan {
    position: absolute;
    letter-spacing: .3em;
    top: 52px;
    left: 305px;
    text-align: center;
    width: 613px;
    font-size: 1.2em;
    line-height: 1em;
    margin: 0;
    font-weight:bold;
}

#menu {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 268px;
    top: 110px;
    left:1px;
}
#menu li {
    list-style: none;
    border-bottom: 1px solid #5e6460;
    width:100%;
    height:3em;
    *height:2.8em;
    margin:0px;
    padding:0px;
}
#menu a, #menu .current {
    text-decoration: none;
    font-family:verdana;
    font-weight:bold;
    display: block;
    width:100%;
    height:100%;
    line-height: 3em;
    *line-height:2.8em;
    color: white;
    text-indent: 1em;
    margin:0px;
    padding:0px;
}

#menu a:hover, #menu .current {
    background: #d50404;
}


#sidebarWrap {
    float: left;
    width: 280px;
}
#sidebar {
    margin: 0px 1px;
}

#sidebar a {
    border:0px;
}

#sidebar a img {
    border:0px;
}

#main {
    margin: 5px 30px 0 295px;
}


#footer {
    margin-top: 4em;
    clear: both;
    background: #484f4c;
    padding: 6px 10px 5px;
    font-size: .8em;
    color: #dfdfdf;
}


#actimmy {
    margin: 0;
    float: right;
    position: relative;
    z-index: 100;
}

#actimmy a{
    text-decoration:none;
    color: #dfdfdf;   
}

#actimmy a:hover{
    text-decoration:underline;  
}    

#copy {
    margin: 0;
}

