/* CSS Document */


body{
	background-color:#0397d7;
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-size: small;
	color:#000000;
	}
	
#main{
	width:825px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	background-image:url(images/tornBack.jpg);
	background-color: #ffffff;
	}
	
#menu {
	width: 740px;
	height: 70px;
	margin-left: 65px;
	padding: 0;
}

	#goHome	{
	  display: block;
	  width: 120px;
	  height: 70px;
	  background: url("images/tabs/home.jpg") no-repeat 0 0;
	}
	
	#goHome:hover	{ 
	  background-position: 0 -70px;
	}
	
	#goHome span	{
	  display: none;
	}
	
	#fitness	{
	  display: block;
	  width: 179px;
	  height: 70px;
	  background: url("images/tabs/fitness.jpg") no-repeat 0 0;
	}
	
	#fitness:hover	{ 
	  background-position: 0 -70px;
	}
	
	#fitness span	{
	  display: none;
	}
	
	#success	{
	  display: block;
	  width: 190px;
	  height: 70px;
	  background: url("images/tabs/success.jpg") no-repeat 0 0;
	}
	
	#success:hover	{ 
	  background-position: 0 -70px;
	}
	
	#success span	{
	  display: none;
	}
	
	#aboutJoe	{
	  display: block;
	  width: 134px;
	  height: 70px;
	  background: url("images/tabs/about.jpg") no-repeat 0 0;
	}
	
	#aboutJoe:hover	{ 
	  background-position: 0 -70px;
	}
	
	#aboutJoe span	{
	  display: none;
	}
	
	#products	{
	  display: block;
	  width: 117px;
	  height: 70px;
	  background: url("images/tabs/products.jpg") no-repeat 0 0;
	}
	
	#products:hover	{ 
	  background-position: 0 -70px;
	}
	
	#products span	{
	  display: none;
	}
	
#content {
	margin-left: 75px;
	margin-right: 15px;
}
	
a:link {
	font-weight: bold;
	text-decoration: none;
	color:#0397d7;
	}
	
a:visited {
	font-weight: bold;
	text-decoration: none;
	color:#027cb0;
	}
	
a:hover {
	text-decoration: underline;
	color:#0397d7;
	}
	
p {
	margin: 5px 22px 5px 5px;
	padding: 2px;
	}
	
ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 25px;
}

li {
	background-image: url(images/oSquare.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 15px;
}

.foot {
	margin: 0;
	padding: 0;
	font-size: small;
	font-weight: bold;
	color: #666;
	}
	
.wrap {
	margin: 10px;
	padding: 2px;
	float: left;
}


.toRight {
	margin-left: 45px;
}

.caption {
	font-weight: bold;
	font-size: x-small;
}

.orange {
	background-color: #ffa52b;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	align:"right";
}

