body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-color: #665D59;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #6A0120;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #E2DEBD;
}

.footer {
	color:#FFFFFF;
	padding-top:20px;
	padding-bottom:10px;
	font-size:11px;
}
h2 {
	color: #004F3C;
	font-size: 12px;
}

#footer a:link, #footer a:visited {
	color: #FFFFFF;
}
#footer a:hover {
	color: #E2DEBD;
	text-decoration: underline;
}
.content {
	padding: 25px 15px;
}
.subpage-photo-column {
	padding: 25px 0px 25px 15px;
}




/* IMAGES ---------- */
.float-left {/* Left Floated Images */
	float: left;
	margin: 0 12px 18px 0;
	border: 0px;
	text-align: left;
}

.float-right {/* Right Floated Images */
	float: right;
	margin: 0 0 18px 9px;
	clear: right;
	border: 0px;
}

img {
	border-width: 0px;
}


/* ---------------Navigation ------------------ */
ul#nav {
	height: 29px;
	list-style: none;
	margin: 0;
	padding: 0;
}


/*  Makes the list items sit next to each other */
#nav li {float: left;}


/*  Sets styles for all links that are inside the ul id="top-nav" */
#nav a {
display: block;
height: 29px; 
overflow: hidden; 
text-indent: -1999em; /* Indents the rich-text so it does not show */
}

/* Set the image for each nav item */

#home {background: url(images/nav-home.jpg); width:126px;}
#about-val {background: url(images/nav-about-val.jpg); width:126px;}
#instruction {background: url(images/nav-instruction.jpg); width:127px;}
#fitness {background: url(images/nav-fitness.jpg); width:126px;}
#contact {background: url(images/nav-contact.jpg); width:126px;}
#blog {background: url(images/nav-blog.jpg); width:126px;}


/* Shift the image position up to show the active state */
#nav a:hover, #nav a.active, #top-nav .active {background-position: 0 -29px;}

/* Set the cursor to default arrow so link does not appear clickable */
#nav .active {cursor: default}

