/* CSS Document */

/* Global Reset */
* {font-size: 100.01%; /*line-height: (just in case)*/; margin: 0; padding: 0; border: 0; box-sizing: content-box; -moz-box-sizing: content-box;}

/* Resize em to equal10px */

html {font-size: 62.5%;}

body{background:#333 url(../images/bg.gif); font-family:Verdana, Arial, Helvetica, sans-serif; }

h1{font-size:2em;}

h2{font-size:2em;}

h3{font-size:1.6em;}

h4{font-size:1.2em;}

h5{}



a:link, a:visited, a:hover, a:active{color:#009933;}

a:link, a:visited{text-decoration:none;}

a:hover{text-decoration:underline;}

#container{ width:750px; margin:0 auto; }

#header{height:39px; background:#fff url(../images/sky.jpg) top left no-repeat;}

#menu{height:44px; padding-left:29px; background:transparent url(../images/menu_spacer.gif) top left no-repeat;}
	#menu li{display:inline; text-align:center;}
	#menu a{display:block; float:left; height:44px; line-height:44px; width:103px; background:transparent url(../images/menu_button.gif) top left no-repeat; text-align:center; font-weight:bold; color:#fff;}
	#menu a:hover{background:transparent url(../images/menu_button.gif) bottom left no-repeat; text-decoration:none;}
		#menu li.head a{background: transparent url(../images/menu_button_head.gif) top left no-repeat;}
		#menu li.head a:hover{background: transparent url(../images/menu_button_head.gif) bottom left no-repeat; }
		#menu li.neck a{background: transparent url(../images/menu_button_neck.gif) top left no-repeat;}
		#menu li.neck a:hover{background: transparent url(../images/menu_button_neck.gif) bottom left no-repeat;}

#subnav{float:left; width:206px; background:#fff;}
	#subnav li{width:206px; height:40px; border-bottom:1px solid #000; list-style:none; line-height:40px; text-align:right;}
	#subnav li a{display:block; width:196px; height:40px;font-weight:bold; color:#000; padding:0 10px 0 0;}
	#subnav li a:hover{background:transparent url(../images/peach.png); text-decoration:none;}
		
		#subnav li.peach{background:#fff url(../images/peach_bottom.gif) top left no-repeat;}
		#subnav li.peachbg{background: #fff url(../images/peach.jpg) top left no-repeat;}
		#subnav li.bracket{background: #fff url(../images/bracket.jpg) top left no-repeat;}
		#subnav li.program{background: #fff url(../images/program.jpg) top left no-repeat;}
		#subnav li.manual{background: #fff url(../images/manual.jpg) top left no-repeat;}
		#subnav li.field{background: #fff url(../images/field.jpg) top left no-repeat;}
	    #subnav li.stats{background: #fff url(../images/stats.jpg) top left no-repeat;}
		#subnav li.broadcasts{background: #fff url(../images/broadcasts.jpg) top left no-repeat;}
		#subnav li.armstrong{background: #fff url(../images/armstrong.jpg) top left no-repeat;}
		#subnav li.columbus {background: #fff url(../images/columbus.jpg) top left no-repeat;}
		#subnav li.francis {background: #fff url(../images/francis.jpg) top left no-repeat;}
		#subnav li.georgia {background: #fff url(../images/georgia.jpg) top left no-repeat;}
		#subnav li.aiken {background: #fff url(../images/aiken.jpg) top left no-repeat;}
		#subnav li.spartans {background: #fff url(../images/spartans.jpg) top left no-repeat;}
		
#masthead{height:187px; background:#006633 url(../images/masthead.jpg) top left no-repeat;}

#content{float:left; background:#fff;}

#story{float:left; padding: 100px 10px 0 10px; width:524px; min-height:500px; background:#fff url(../images/story_bg.jpg) top left no-repeat;}
#story h2{padding-top:2em; border-bottom:1px solid #ccc;}
#story p{padding-top:1em; font-size:1.2em; line-height:1.6em;}

#footer{clear:both; padding:0 10px; border-top:1px solid #666;line-height:30px;}

.rightfloater{float:right; padding:0 10px 0 0;}
.leftfloater{float:left; padding:0 0 0 10px;}
.clear{}

