
/* CSS Document */

html {
	font-size:100%;
}

body {
	font-size:1em;
	text-align:center;
	background:url(images/body_bckgrnd.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	}
*{
padding:0;
margin:0;
}

h1 {
font-size:1.6em;
}

h2 {
font-size:1.5em;
}

h3 {
font-size:1.4em;
}

h4 {
font-size:1.3em;
padding:0;
margin:0;
}

h5 {
font-size:1.2em;
}

h6 {
font-size:1em;
}

p {
font-size:.95em;
}

li a {
font-size:.95em;
}
	
#nav {
	text-align:left;
	width:100%;
	}
	
fun_run_text2 li{
list-style:square;
font-size:.95em;
}	
	
/* header */	
.header {
	margin: 0 auto;
	height:130px;
	width:960px;
	background:#FFFFFF;
	}
	
	#fort_header {
	background:url(images/theFort_header.jpg) no-repeat;
	width:700px;
	height:130px;
	float:left;
	margin-left:8px;
	}
	
	#inv_header {
	background:url(images/membership.jpg) no-repeat;
	float:left;
	height:130px;
	width:230px;
	}
	
	
/* menu */	
.menu {
	margin: 0 auto;
	width:960px;
	height:25px;
	background:#fff;
	}
	
	#menu_list {
	margin-left:8px;
	width:700px;
	float:left;
	background:#003300;
	}
	
	#menu_list ul {
	list-style:none;
	margin:0;
	padding:0;
	}
	
	#menu_list li {
	float:left;
	padding: 0 0 0 8px;
	}
	
	#menu_list li a {
	line-height:1.8em;
	text-align:center;
	display:block;
	width:100px;
	height:25px;
	background:#006633;
	border-right: 1px solid #00CC33;
	text-align:center;
	color:#fff;
	text-decoration:none;
	}
	
	#menu_list li a:hover {
	text-decoration:underline;
	color:#FFFF00;
	}
	
	#bar_menu {
	float:left;
	width:230px;
	height:25px;
	background:#009900;
	}
	
	#bar_text {
	float:left;
	margin: 5px 0 0 10px;
	color:#FFF;
	font-weight:bold;
	}
	
/* border */
#border {
	width:960px;
	height:14px;
	margin: 0 auto;
	background:#FFF;
	}
	
	#border_strip {
	margin-left:8px;
	width:930px;
	height:14px;
	background: #fff url(images/border1.gif) repeat-x;
	}
	
	
/* main_content */	
#main_content {
	margin: 0 auto;
	width:960px;
	height:560px;
	background:#FFFFFF;
	}
	
	/* main_content_welcome */	
	#group_picture {
	margin:0;
	padding:0;
	margin-left:8px;
	width:450px;
	height:500px;
	float:left;
	}
	
			#pix1 {
			width:450px;
			height:276px;
			float:right;
			background:url(images/group_new.jpg) no-repeat;
			}
			
			#pix2 {
			margin-top:20px;
			width:250px;
			height:167px;
			float:right;
			background:url(images/%20exercise.jpg) no-repeat top right;
			}
	
	
	.text_content {
	float:left;
	width:465px;
	height:500px;
	margin-left:15px;
	}
	
		#header {
		text-align:left;
		line-height:3em;
		}
	
		#welcome_text1 {
		width:220px;
		height:400px;
		float:left;
		text-align:justify;
		line-height:1.2em;
		}
		
		#welcome_text2 {
		text-align:justify;
		width:220px;
		height:400px;
		float:right;
		line-height:1.2em;
		}
	
	
	
	
	/* main_content_Run_run */	
	#fun_run_group_picture {
	margin:0;
	padding:0;
	margin-left:8px;
	width:450px;
	height:500px;
	float:left;
	}
	
			#fun_run_pix1 {
			width:450px;
			height:293px;
			float:right;
			background:url(images/fun_run.jpg) no-repeat;
			}
			
			#fun_run_regs1 {
			margin: 10px 10px 0 10px;
			float:right;
			height:140px;
			widows:158px;
			padding: 0 10px 0 10px;
			}
			
			#fun_run_regs2 {
			margin: 10px 10px 0 10px;
			float:right;
			height:140px;
			widows:158px;
			}
		
	
	.fun_run_text_content {
	float:left;
	width:465px;
	height:500px;
	margin-left:15px;
	}
	
		#fun_run_header {
		text-align:left;
		line-height:3em;
		}
	
		#fun_run_text1 {
		width:220px;
		height:450px;
		float:left;
		text-align:justify;
		line-height:1.2em;
		}
		
		#fun_run_text2 {
		text-align:justify;
		width:220px;
		height:450px;
		float:right;
		line-height:1.2em;
		
		}
		
		#fun_run_text2 ul {
		list-style:none;
		}
	
	
	

	
	
	
/* footer */
#footer {
margin:0 auto;
width:960px;
height:40px;
background:#006633;
}

	#footer_text p {
	color:#FFFFFF;
	font-size:0.625em;
	text-align:center;
	padding-top:15px;
}

