/* CSS for Axel's news page 
 * 2008-09-07
 */
 
#header {
clear:both;
background:#000000 url(images/top_logo_tall.png) top center no-repeat !important;
height:70px;
}

#content {
background:#000000 url(images/below_banner_clean_sub.png) top center no-repeat !important;
margin:0 auto 0 auto;
width:972px;
min-height:200px;
}

#content .siteheader {
margin:38px 0 0 44px;
clear:right;
float:left;
}

.site_text {
float:left;
text-align:justify;
width:620px;
padding-left:47px;
margin:50px 0 0 0;
}

.news_slider {
clear:right;
float:left;
text-align:left;
width:200px;
margin:150px 4px 0 40px;
padding: 4px 4px 4px 4px;
}

.site_text a {
color:#f66900;
text-decoration:none;
}

.site_text a:hover {
color:#f66900;
text-decoration:underline;
}

.site_text a:visited {
color:#ff6900;
text-decoration:none;
}

.site_text a:active {
color:#ffbe69;
text-decoration:underline;
}

