/* CSS Document */
/*Functional Fitness*/
/*July 29, 2007*/
/*Kristal Pemelton*/


body {
background-color: #F9DB69;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

#header, #content, #footer, #subheader {
	width: 800px;
	margin: 0 auto;
	
}

#header {
	height: 158px;
}
#header-border {
	border-bottom: 7px #262C78 solid;
	margin-top: 151px;
	z-index: 0;
}

#logo {
	float: left;
	z-index: 1;
	position: relative;
}

#logo2 {
	z-index: 2;
	position: relative;
	float: left;
	top: 120px;
	left: -55px;
}

#subheader {
	background: #9295bb;
	height: 25px;
}

#content {
	background: #ffffff;
	min-height: 355px;
	border-bottom: 7px #262C78 solid;
}

	*html #content {
		height: 355px;
		}
#nav {
	float: left;
	margin-top: 3px;
	padding: 0px;
	
	}
		*html #nav {
			padding-top: 4px;
			padding-bottom: 4px;
			margin-top: 0px;
			width: 790px;
			margin-left: 5px;
		}
			
	
#nav li {
	display: inline;
	font-size: 13px;	
}

	*html #nav li{
		}



#nav li a:link, #nav li a:visited, #nav li a:active {
	text-decoration: none;
	color: #262c78;
	display: block;
	display: inline;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px 11.791px 4px 11.791px;
	letter-spacing: 1px;
}


#nav li a:hover {
	background: #262c78;
	color: #9295bb;
	}

#footer {
	color: #b01c3e;
	text-align: center;
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 20px;
}

#footer li {
	display: inline;
	padding: 0px 5px 0px 5px;
	}

#footer a:link, #footer a:visited, #footer a:active {
	text-decoration: none;
	color: #b01c3e;
	
	}
	
#footer a:hover {
	text-decoration: underline;
}

#copy {
	width: 750px;
	margin: 0 auto;
	padding-top: 10px;
}

	*html #copy {
		padding-top: 20px;
		}

#gallerysidenav {
	float: left;
	width: 175px;
	height: 20px;
	margin-top: -20px;
	}
	
			*html #gallerysidenav {
				margin-top: 20px;
				}
	
#gallerysidenav ul li {
	list-style: none;
	margin-left: -40px;
	margin-bottom: 15px;
	
	}
	
#galleryimg {
	height: 319px;
	width: 425px;
	float: right;
	margin-right: 125px;
	text-align: center;
	margin-top: -40px;
	}
	
		*html #galleryimg {
			margin-right: 25px;
			height: 340px;
			margin-top: -10px;
			
			}
	


h1 {
	color: #b01c3e;
	font-size: 18px;
}
	*html h1 {
		margin-bottom: -10px;
		}

p {
	line-height: 20px;

	}
	
.list {
	line-height: 20px;
	list-style-type: square;
}

a:link, a:visited, a:active {
	color: #b01c3e;
	text-decoration: none;
	} 
	
a:hover {
	text-decoration: underline;
	}

img {
	border: 0px;
}

.bug {
	color: #A28E44;
	font-size: 10px;
	margin-top: 0px;
	}
	
#footer .bug a:link, #footer .bug a:visited, #footer .bug a:active {
	color: #A28E44;
	text-decoration: none;
	}
#footer .bug a:hover {
	color: #726430;
	text-decoration: underline;
	}
	
#count, #total {
display: none;
}

.blue_line {
	width: 100%;
	border-bottom: 1px solid #9295bb;
	margin: 0 auto;
	padding: 10px 0px 0px 0px;
	height: 1px;
	clear: both;
	}
	
.comment {
	width: 90%;
	margin: 20px auto;
	}
	
.comment .leftcol{
	width: 67%;
	float: left;
	
	
	}
	
.comment .rightcol{
	width: 200px;
	float: right;	

}

.leftcol p{
	font-style: italic;
	text-align: justify;
	}
	
.rightcol p{
	text-align: right;
	}
	
	
