body {
	color: #000;
	font-size: 12px;
	font-family: verdana, arial;
	margin: 0;
	padding: 0;
    background: #a1a2a2 url(../images/bg.jpg) repeat-x top;
}

* {
    margin: 0;
    padding: 0;
}

a {
	color: #576f16;
    float:left;
    padding:5px;
    text-decoration:none;
    font-weight:bold;
}

a:hover {
    color: #90c618;
}

#site_container{
    width: 100%;
    margin: 0;
    text-align: center;
}              

#floating-content {
    width: 795px;
    margin: 0 auto;
    text-align: center;    
    background: url(../images/content-bg.jpg) repeat-y top; 
    display:block;
}

#header {
    width: 795px;
    height: 99px;
    float:left;
    background: url(../images/header.jpg) no-repeat top;  
}

#mail {
    position: relative;
    left: 550px;
    top: 28px;
}

#mail a{
    font-size: 14px;
    color: #576f16;
}

#menu_container {
    width: 769px;
    height: 30px;
    float:left;
    margin: 0 0 0 13px;
}

#menu_left {
    width: 27px;
    height: 31px;
    float:left;
    background: url(../images/menu-left.jpg) no-repeat top right;  
}

#menu_middle {
    width: 701px;
    height: 31px;
    float:left;
    background: url(../images/menu-middle.jpg) no-repeat top left;  
}

#menu_middle a{
    color: #FFF;
    padding: 5px;
    display:block;
    float:left;
    height: 12px;
}

#menu_middle a:hover{
    color: #90c618;
    border-bottom: 3px solid #90c618;
}

#menu_right {
    width: 40px;
    height: 31px;
    float:left;
    background: url(../images/menu-right.jpg) no-repeat top left;  
}

#content_container {
    width: 795px;
    text-align: center;    
    background: url(../images/content-bg.jpg) repeat-y top; 
    display:block;
    float:left;
}

#scroller_container {
    width: 718px;
    height: 149px;
    float:left;
    display:block;         
    margin: -5px 0 10px 27px;
    padding: 0px 10px 10px 10px;
}

#content {
    width: 510px;
    display:block;
    float:left;
    border: 2px solid #bababa;
    border-top: 0;
    background: url(../images/content-title.gif) no-repeat top left;  
    margin: 0 0 5px 32px;
}

#content_title {
    width: 100%;
    text-align:left;
    padding: 7px;
    display:block;
    font-weight:bold;
    float:left;
    color: #576f16;
}

#right_side {
    width: 213px;
    display:block;
    float:left;
    border-top: 2px solid #bababa;
    padding: 0 0 0 1px;
    margin: 0;
}

#side_title {
    width: 203px;
    text-align:left;
    padding: 5px;
    display:block;
    font-weight:bold;
    float:left;
    color: #576f16;
    background: url(../images/side-title.gif) repeat-x top left;  
}

.paragraph {
    width: 490px;
    float:left;
    text-align: left;
    margin: 5px 0 10px 10px;
}

.paragraph a{
    float:none;
    margin: 0;
}

.paragraph img {
    float:left;
    margin: 0 5px 0 0;
}

#footer {
    width: 100%;
    padding: 5px;
    display:block;
    float:left;
    text-align: center;
    
}

#footer_bottom {
    width: 768px;
    height: 11px;
    display:block;
    float:left;
    margin: 0 0 0 13px;     
    background: url(../images/footer.gif) no-repeat top left;  
}

#footer_left {
    width: 68%;
    padding: 5px;
    display:block;
    float:left;
    text-align: center;
}

#footer_right {
    width: 26%;
    padding: 0 5px 5px 5px;
    display:block;
    float:left;
    text-align: center;
}

#footer a{
    float:none;
    color: #576f16;
}
#footer a.credits{
    float:left;
}