/* CSS for Axel's events 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:left;
width:570px;
padding-left:47px;
margin:30px 0 0 0;
}

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

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

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

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

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

.axel_events_item {
border-bottom:1px dotted #ffffff;
padding-bottom:15px;
padding-top:5px;
}

.axel_events_item p.title {
margin:0 0 0 0;
font-size:110%;
font-weight:bold;
}

.axel_events_item p.description {
margin-top:0px;
margin-bottom: 15px;
}

.axel_events_item p.descriptiontext {
margin-top:-10px;
}

.axel_events_item p.read_more {
text-align:right;
margin-right:2px;
margin-bottom:3px;
}


