body {
        font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
        color: #181818;
        font-size:10px;
        margin: 0;
        padding: 0;
        background: #ffffff;
}

h1, h2 ,h3{
        color: #3d3d3d;
        font-family: Calibri, Tahoma, Arial, Geneva, sans-serif;
        margin: 20px 0 10px;
        font-weight:100;
}


h1 {
        font-size: 20px;
}


h2 {
        font-size: 16px;
}


h3 {
        font-size: 14px;
}

h5 { font-size: 10px;
     color:#000000;
}


p {
        margin: 10px 0;
        padding: 0;
}

.submenu {
          font-size: 13px;
          color:#FFFFFF;
          text-decoration: none;
}

.submenu-plaintext {
          font-size: 13px;
          color:#FFFFFF;

}




blockquote {
        font-style: italic;        
}


#header-wrap {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
}

#header-container {
        height: 145px;
        background: url('../images/header-bg.png') no-repeat top center;
}


#header {
        top:75px;
        width:1040px;
        margin: 0 auto;
        position:relative;
        font-size: 12px;
        font-weight:200;
        color:#3d3d3d;
}



#header h1 {
        color: #3d3d3d;
        text-align: right;
        width: 290px;
        margin: 0;
        position: absolute;
        left: 0;
        top: 20px;
}


#header h1 em{
        color: #3d3d3d;
        font-size: normal;
        display: block;
}


#header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: absolute;
        top: 35px;
        right: 200;
}

#header ul li {
        float: left;
        margin-right: 5px;
}

#header ul li a{
        color: #3d3d3d;
        font-weight: normal;
        font-size: 18px;
        margin-right: 5px;
        text-decoration: none;
        padding-right:10px;
}

#header ul li a:hover {
        color: #3d3d3d;
        text-decoration: underline;
}

#container {
        width: 1040px;
        margin: 0 auto;
        font-size: 1.4em;
        overflow: auto;
        padding: 90px 0 40px;
}

#left-sidebar {
        float: left;
        width: 200px;
        margin-top: 5px;
        border: solid #d8d8d8 1px;
        padding: 2px;
        height:auto;
}


#content {
        float: left;
        margin-top:6px;
        width:530px; border:1px solid #d8d8d8; padding:10px;
        margin-left:10px;
}



#sidebar {
        float: right;
        width: 240px;
        margin-top: 6px;
        border: solid #d8d8d8 1px;
        padding: 10px;
        height:auto;
}

#footer-wrap {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;        
}

#footer-container {
        height: 70px;
        background: url('../images/footer-bg.png') no-repeat center bottom;
}

#footer {
        width: 1000px;
        margin: 0 auto;
        position: relative;
        border-top:1px solid #000000;
}


#article{
        width:580px;
        position:relative;
        background-color:#d6ebfa;
        padding:10px;
}
        
#article-border{
        width:900px;
        position:relative;
        border: solid #d8d8d8 1px;
    }

#article-wide{
        width:1040px;
        position:relative;
    }

#social-media{
        width: 200px;
        position:relative;
        float:right;
        margin-right:30px;
        margin-top:-35px;
}


.somebox{
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/css/border-radius.htc);
  border-radius: 20px;
}



.ul{
    list-style-type: none;
}


.li {
   margin-top:-30px;
   float: right;
   padding-left:25px;
}

article, aside, details, figcaption, figure, footer, header, hgroup, separator, menu, nav, section {
    display: block;
}

#separator{
        clear: both;
        height:20px;
        background-color:transparent;
}
