@charset "utf-8";
/* CSS Document */

html, body{
	margin:0; padding:0;
	background-color:#000;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}
h1{
	margin:0;
}
.ako_highlight { color:#CC0000 }
.liten_text {font-weight: bold; font-size: 11px;}

#WrapperDiv{
	margin:0 auto;
	width:619px;
}

#MenuDiv{
	margin:0 auto;
	height:105px;
	background:url(../skeleton_images/MenuBg.jpg) #EABB00 no-repeat;
	margin-bottom:20px;
}
#navigation {
	clear:both;
	padding-top:16px;
	text-align:center;
}
.nav_link {
	font-weight: bold;
	padding: 2px 10px;
	line-height:30px
}
.nav_link a {
color:#CC0000; 
font-size:16px; 
text-decoration:none; 
}

.nav_link a:hover {
text-decoration:underline; 
}

.selected_link a{
	color:black;
}



#ContentDiv{
	background:url(../skeleton_images/BodyBg.jpg) #EABB00 repeat-y;
	
}
#ContentDiv #UnderhallerText{
	margin-bottom:15px;
}
#ContentDiv #BodyText{
	padding:20px;
	padding-bottom:0;
}
#ContentDiv #CalendarEventsDiv{
	margin-top:5px;
	height:211px;
	overflow:auto;
	border:solid 1px #EABB00;
}
#FooterDiv{
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
	color:#999;
	font-size:10px;
}
