@charset "UTF-8";
/* CSS Document */

body {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background: #f3f3f3 none repeat scroll 0 0;
 color: #000000;
}

a {
 text-decoration: none;
 color: #000000;
}

a:hover {
 text-decoration: underline;
}

#main {
 width: 950px;
 margin-top:0px;
 margin-bottom:0px;
 margin-left:11px; 
 margin-right:14px;
 background:#FEFEFE;
 padding:5px;
 height:600px;
}

#navbar {
background: #979797 url(images/navbar.gif) repeat-x top left;
margin-top: 0px;
margin-right:29px;
margin-left:11px; 
border-bottom: 1px solid #999;
border-top: 1px solid #666;
height: 44px;
color: #FFF;
}

#navbar ul li { 
list-style:none;
float: left;
background: ;
}
#navbar ul li a { 
float: left;
display: block;
color:#CCCCCC;
text-decoration: none;
height: 44px;
padding: 0px 30px;
}

#navbar ul li a:hover {
color: #FFF;
background:url(images/navbg.gif) repeat; 
}

#navbar ul li a:active {
color:#87C3FF;
background:none;
}

#header {
 width: 950px;
 margin: 0 auto;
 text-align:center
}

#footer {
 background:url(images/footer_2.png) no-repeat bottom left; 
 height:65px; 
}

#footer_left {
 padding:10px 31px;
 float:left; 
 width:500px;
}

#footer_right {
 float:right;
 margin-top:10px;
 margin-left:5px;
 width:350px; 
}

#wrapper {
 width:1000px; 
 height:auto;
 margin:0 auto 0 auto; 
 padding:0;
}

.subtitle {
 font-size:11px;
 font-style:italic;
 text-align:center;
}

/*#navbar {
background: #979797 url(images/navbar.gif) repeat-x top left;
margin-top: 0px;
margin-right:24px;
margin-left:11px; 
border-bottom: 1px solid #999;
border-top: 1px solid #666;
height: 44px;
color: #FFF;
}

#navbar ul li { 
float: left;
background: url(images/divider.gif) no-repeat top right;
}
#navbar ul li a { 
float: left;
display: block;
color: #FFF;
text-decoration: none;
height: 44px;
padding: 0px 30px;
}

#navbar ul li a:hover {
background-color: #666;
}*/
