html, body {
   margin: 0px;
   padding: 0px;
   background-color:#090707;
   color:#FFFFFF;
   font-family:Arial;
   font-size: 0.75em;
} 

.container {
margin:0px auto;
margin-top:20px;
width:992px;
overflow:hidden;
background-image:url(images/container_bg.jpg);
padding-top:17px;
padding-bottom:17px;
}

.wrapper {
float:left;
width:990px;
border:1px solid #FFFFFF;
overflow:hidden;
}

.header {
float:left;
width:990px;
height:215px;
text-decoration:none;
}

.shortcuts {
width:990px;
height:25px;
float:left;
line-height:25px;
background:#000000;
}

.shortcutsLeft {
float:left;
width:772px;
padding-left:20px;
font-size:1em;
}

.shortcutsLeft a:link, .shortcutsLeft a:active, .shortcutsLeft a:visited {
color:#FFFFFF;
text-decoration:none;
}

.shortcutsLeft a:hover {
color:#a5b428;
text-decoration:underline;
}

.shortcutsRight {
width:198px;
height: 25px;
float:left;
position: relative;
}

.contentWrapper {
float:left;
width:950px;
overflow:hidden;
padding:20px;
}


.leftbar {
float:left;
width:205px;
padding-top:11px;
}

.content {
float:left;
width:470px;
padding-left:50px;
}

.content a:link, .content a:active, .content a:visited {
color:#a5b428;
text-decoration:none;
}

.content a:hover {
text-decoration:underline;
}

.rightbar {
float:left;
width:175px;
padding-left:50px;
padding-top:11px;
}

.footer {
float:left;
width:990px;
padding-top:10px;
text-align:center;
font-size: 0.9em;
}

.footer a:link, .footer a:active, .footer a:visited {
color:#FFFFFF;
text-decoration:none;
}

.footer a:hover {
text-decoration:underline;
}

.blockWrapper {
overflow:hidden;
background:#a5b428;
padding:10px;
}

.blockWrapper2 {
overflow:hidden;
background:#f0ff00;
padding:10px;
}

.blockHeadline {
color:#ff0000;
padding-bottom:3px;
margin-bottom:2px;
border-bottom: 1px solid #000000;
font-weight:bold;
font-size: 1.1em;
}

.blockContent {
color:#000000;
font-size:1em;
}

.blockContent a:link, .blockContent a:active, .blockContent a:visited {
color:#ff0000;
text-decoration:none;
}

.blockContent a:hover {
text-decoration:underline;
}


h1, h2, h3, h4 {
margin:0px;
padding:0px;
font-weight:normal;
}

h1 {
color:#a5b428;
padding-bottom:10px;
margin-bottom:15px;
border-bottom:1px solid #FFFFFF;
font-size: 1.8em;
}

h2 {
color:#a5b428;
margin-bottom:5px;
font-size:1.3em;
}

#fontsize {
    width: 70px;
    height: 25px;
    position: absolute;
    left: 110px;
    bottom: 0;
    text-align: right;
    line-height: 25px;
    margin: 0;
}