

body{
	
	
	float:left;
	background: url("gfx/bg.png");
	color : #578702;
	font-size: 13px;
	font-family : Comic Sans MS;
	margin: 5px 0px 0px 0px; 
	padding: 0px;
}

a:link, a:visited ,a:active, a:hover {
	color: #578702;
	font-size: 14px;
}
a:hover {
	text-decoration:underline;
}
a.menu, a:visited.menu  {

	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	width: 190px;
	text-decoration: none;
	text-align: center;
	display: inline-grid;
	color: #FFFFFF;
	margin-top: 1px;
	FONT-SIZE: 14px;
	FONT-FAMILY: Comic Sans MS;
	
	font-weight: bold;
	margin-bottom: 1px;
}

a:hover.topmenu {
	background: url('dot.gif') no-repeat 3px 6px #008040;
}


#website{
	background: url("gfx/bg_container.png");
	border: ridge;
	border-color: darkolivegreen;
	border-radius: 12px;
	width: 985px; 
	text-align: center; 
	position: absolute; 
	margin-left: -492px; 
	left: 50%;
	z-index: 10; 
}

#header{
	width: 985px;
	height: 140px;
	display: block;
	background: url("gfx/banner.png");
	border-bottom: ridge;
	border-color: darkolivegreen;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

#main{
    
	
}

#column_menu{
	width: 985px; 
    min-height: 55px;
    text-decoration: white;
	text-align: center;
	background: #578702;
	border: 2px;
	border-color: darkolivegreen;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	}

	#menu_top {
		height: 20px;
		width: 10px;
		background-color: #578702;
		border-top-left-radius: 12px;
		border-bottom-left-radius: 12px;
		}

	#menu_bottom {
		height: 20px;
		width: 10px;
		background-color: #578702;
		border-bottom-right-radius: 12px;
		border-top-right-radius: 12px;
	}

#column_content{ 
	margin-right:5px; 
	margin-bottom: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	overflow: clip; 
	text-align: center;
    height: 100%;
    width: 985px;
}
#footer{
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	padding: 5px;
    color : #FFFFFF;
	font-size: 15px;
	background-color:#578702; 
	bottom: 0;
	z-index: auto;
	
}
#sponsor_table {
    background: #FFFFFF;
    align-content: center;
	margin: 5px;
	padding: 5px;
	margin-left: 5px;
	padding-left: 5px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border: 2px dotted grey;
    border-radius: 12px;
}

.footer {
	background-color : #029B11;
}





#main_iframe {
  	width: 985px;
    min-height: 500px;
    height: auto;
	border: none;
	margin: auto;
    align-content: center;
    
    
}
