* body {
padding:0px;
margin:0px;
background: url('background.jpg') no-repeat top center #00010f;
font-family:verdana;
font-size:75%;
color:#378877;
text-shadow: 1px 1px 1px #000000;
}

/*::-moz-selection {
background: #1a4d4d;
color:#caeba6;
text-shadow:none;
}*/

#wrapper {
width:910px;
margin:0 auto;
padding-top:237px;
}
/*----------------------------------------- MENU -------------------------------------------------*/
#primary_menu {
color:#c9e183;
width:910px;
margin:0 auto;
text-align:center;
margin-bottom:88px;
font-size:110%;
font-weight:bold;
}

#primary_menu a {
color:#c9e183;
text-decoration:none;
}
#primary_menu a:hover {
color:#378877;
}
/*----------------------------------------- CONTENT ------------------------------------------------*/
#content_wrapper {
width:910px;
margin: 0 auto;
}

#lbNumber  {text-shadow:none;}
/*----------------------------------------- LEFT COL ------------------------------------------------*/
#left_col {
float:left;
width:189px;
}

#left_header{
color:#c9e183;
font-weight:bold;
text-align:right;
padding-right:12px;
}

#left_content{
text-align:right;
padding-top:15px;
}

#left_content a{
display:block;
height:20px;
background: url('secondary_menu.png') top right no-repeat;
color:#378877;
text-decoration:none;
padding-right:10px;
margin-bottom:2px;
}
#left_content a:hover{
background: url('secondary_menu.png') bottom right no-repeat;
color:#c9e183;
}

#left_content a.double{
height:34px;
background: url('secondary_menu_double.png') top right no-repeat;
}
#left_content a.double:hover{
background: url('secondary_menu_double.png') bottom right no-repeat;
}
/*----------------------------------------- MIDDLE COL ------------------------------------------------*/
#middle_col {
float:left;
width:531px;
min-height:320px;
}

#middle_header {
padding:15px 15px 5px 15px;
font-size:130%;
font-weight:bold;
color:#c9e183;
}

#middle_content{
line-height:125%;
padding:0px 15px 0px 15px;
text-align:justify;
}

#middle_content b{
font-weight:bold;
color:#c9e183;
}

#middle_content a{
color:#c9e183;
text-shadow:none;
}
#middle_content a:hover{
color:#378877;
text-decoration:none;
}
/*----------------------------------------- RIGHT COL ------------------------------------------------*/
#right_col {
float:left;
width:190px;
}

#right_header{
color:#c9e183;
font-weight:bold;
text-align:left;
padding-left:13px;
}

#right_content{
line-height:125%;
text-align:left;
padding-top:15px;
}

#right_content b{
font-weight:bold;
color:#c9e183;
font-size:90%;
}

#right_content a{
color:#c9e183;
text-shadow:none;
}
#right_content a:hover{
color:#378877;
text-decoration:none;
}
/*----------------------------------------- FOOTER ------------------------------------------------*/
#footer {
width:910px;
background: url('footerline.png') no-repeat top left;
margin:10px auto;
padding-top:10px;
}

#footer a{
color:#c9e183;
text-decoration:none;
text-shadow:none;
}
#footer a:hover{
color:#378877;
}

#footer_left{
float:left;
width:138px;
text-align:left;
font-size:80%;
padding-left:17px;
}

#footer_middle{
float:left;
width:600px;
text-align:center
}

#footer_right{
float:left;
width:138px;
text-align:right;
font-size:80%;
padding-right:17px;
}
