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

body { background:url(/images/bg/body.jpg) top left fixed; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:62.5%; padding:90px 0 0 150px; }

#wrapper { position:relative; width:750px; }

	#sponsormenu { background:url(/images/bg/sponsormenu.png) top left no-repeat; height:350px; left:740px; position:absolute; top:20px; width:217px;  }
	
	#sponsormenu .slideshow { display:block; left:21px; position:absolute; top:20px; }
	#sponsormenu .slideshow img { left:0; position:absolute; top:0; }
	
	#sponsormenu .menu { left:21px; position:absolute; top:151px; }
	#sponsormenu .menu a { display:block; height:24px; width:175px; }
	#sponsormenu .menu a img { visibility:hidden }
	#sponsormenu .menu a:hover img,
	#sponsormenu .menu a.active img { visibility:visible } 
	
	#sponsormenu a.facebook { display:block; left:20px; position:absolute; top: 310px; }
	

#header { background:url(/images/bg/header.png) top left no-repeat; display:block; height:255px; position:relative; }
	#header .topmenu { height:26px; position:absolute; left:40px; top:-9px; }
	#header .topmenu a { display:block; float:right; margin:0 4px 0 0; position:relative; }
	#header .mainmenu { bottom:-8px; position:absolute; left:50px; }
	#header .mainmenu a { display:block; float:left; margin:0 4px 0 0; padding:8px 14px 16px; position:relative; }
	#header .mainmenu a:hover,
	#header .mainmenu a.active { background:url(/images/bg/mainmenu_a.gif) bottom center no-repeat; }
#content { background:url(/images/bg/content.png) top left repeat-y; display:block; }
	#content .inset { padding:40px 60px; }
	#content .floatLeft { display:block; float:left; margin:8px 20px 12px 0; }
	
#footer { background:url(/images/bg/footer.png) top left no-repeat; color:#FFF; display:block; height:200px; line-height:12px; padding:50px 0 0 30px; }

/* typography */
h1 { color:#7ac142; font-size:2.2em; padding:4px 0 12px; }
h2 { color:#7ac142; font-size:1.7em; padding:12px 0 8px; }
p,
ul { color:#666; font-size:1.3em; line-height:1.6em; padding:0 0 16px; }
li { list-style-type:disc; padding:4px 0; line-height:1.6em; margin:0 0 0 20px; }
em { font-style:italic }
a { color:#258a30; } 
strong { font-weight:bold; }