* {
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	border: 0;
}

html, body {
	text-align: center;
	background: url("../gfx/page_bg.png");
}

#pagewidth {
	width: 726px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#header {
	height: 99px;
	background: url("../gfx/header.png");
}

#navigation {
	padding-right: 15px;
	height: 38px;
	text-align: right;
	background: url("../gfx/nav_bg.png");
}
#textNav {
    display: none;
}

#navHome {
	float: right;
	background: url("../gfx/nav_home.png") 0 0 no-repeat;
}
#navHome:hover {	
	background-position: 0 -38px;
}
#navHome:active {
	background-position: 0 -76px;
}
#navHome_current {
	float: right;
	background: url("../gfx/nav_home.png") 0 -76px no-repeat;
}

#navMenu {
	float: right;
	background: url("../gfx/nav_menu.png") 0 0 no-repeat;
}
#navMenu:hover {	
	background-position: 0 -38px;
}
#navMenu:active {
	background-position: 0 -76px;
}
#navMenu_current {
	float: right;
	background: url("../gfx/nav_menu.png") 0 -76px no-repeat;
}

#navLocations {
	float: right;
	background: url("../gfx/nav_locations.png") 0 0 no-repeat;
}
#navLocations:hover {	
	background-position: 0 -38px;
}
#navlocations:active {
	background-position: 0 -76px;
}
#navLocations_current {
	float: right;
	background: url("../gfx/nav_locations.png") 0 -76px no-repeat;
}

#navNutrition {
	float: right;
	background: url("../gfx/nav_nutrition.png") 0 0 no-repeat;
}
#navNutrition:hover {	
	background-position: 0 -38px;
}
#navNutrition:active {
	background-position: 0 -76px;
}
#navNutrition_current {
	float: right;
	background: url("../gfx/nav_nutrition.png") 0 -76px no-repeat;
}

#navContact {
	float: right;
	background: url("../gfx/nav_contact.png") 0 0 no-repeat;
}
#navContact:hover {	
	background-position: 0 -38px;
}
#navContact:active {
	background-position: 0 -76px;
}
#navContact_current {
	float: right;
	background: url("../gfx/nav_contact.png") 0 -76px no-repeat;
}

#wrapper {
	background: url("../gfx/content_bg.png") repeat-y;
	padding: 5px 24px;
}

.content {
	margin: 5px;
	width: 468px;
	float: right;
	margin: 5px;
	display: inline;
}
.contentText {
	margin: 10px 0;
	padding: 10px;
	background: url("../gfx/text_bg.png");
}
.contentText strong {
	color: #d2b043;
}
.contentText a:hover {
	color: #d2b043;
}
.contentText ul {
	padding-left: 15px;
}
.contentComment {
	font-size: x-small;
}

#support {
	width: 206px;
	float: left;
	padding: 5px;
	margin-left: -16px;
}
.supportText {
	width: 188px;
	margin-left: 6px;
	margin-top: -3px;
	padding: 6px 6px 10px;
	background: url("../gfx/text_bg.png");
	font-size: .95em;
}
.supportText a:hover {
	color: #d2b043;
}
.supportText li {
	list-style: none;
}

#footer {
	height: 37px;
	padding-top: 8px;
	background: url("../gfx/footer_bg.png");
	clear: both;
	text-align: center;
}
#footer li {
	display: inline;
	font-size: xx-small;
}
#footer a {
	font-size: x-small;
	padding: 0 5px;
}
#footer a:hover {	
	color: #d2b043;
}
#footer p {
	font-size: x-small;
	margin-top: 3px;
}

/*
******* Float containers fix: *******
http://www.csscreator.com/attributes/containedfloat.php 
*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}