@charset "utf-8";
/* CSS Document */
body {
	background-color: #99cc33;
  }
  
h1, h2, h3, h4, h5, h6 {
font:"Comic Sans MS", cursive;
padding: 0 10px 0 40px;
}

h1 {
	font-size:22px;
	color:#99cc2b;
	padding-top:17px;
	padding-bottom:3px;
	border-bottom: 1px  dashed  #e98402;
	font-weight:bold;
	
	}


h2 {
	font-size:12px;
	padding:inherit inherit 0 inherit;
	color:#e98402;
	margin: 15px 0px 5px 0px;
	
	}
.body_container img#sflogo{
	position:absolute;
	bottom:5px;
	right: 50px;
	border: none;
	} 
	
object {
	height:80px;
	width: 200px;
	float:left;
	padding:0 0 2px 0;
	margin:0;
	}


.body_container {
	position:relative;
	margin: 42px auto auto auto;
	width:800px;
	height:500px;
	background-color:#faffff;
	background:url(../images/events.png) ;
	border: 1px solid #000;
	}

#logo {
	float:right;
margin-right:40px;
margin-top:5px;

}	

#logo img{
	border:none;
	}
	
#events {
	width:499px;
	float:left;
	}	

#event_item {
	width:499px;
	float:left;
	}
	
#event_item a {
	float:left;
	color:#e98402;
	margin: 15px 0px 10px 40px;
	font-size:13px;
	font-weight:bold;
	width:459px;
}
	
#ads{
	width:260px;
	padding-right:40px;
	float:left;
	}


.flash{
padding: 0 0 0 40px;
margin:: 0;

}

.pagination{
	position: absolute;
	color:#e98402;
	bottom: 10px;
	left:40px;
	font-size:12px;
	font-family: "Comic Sans MS", cursive;
	font-weight: bold;
	
	}
.pagination a {
	
	color: #80aa25;
	padding:1px 2px 1px 2px;
	font:"Comic Sans MS", cursive;
	font-size:13px;
	font-weight: bold;
}

#clear{
	clear:both;
 	
	}

