html {
	overflow: scroll; /* show scrollbars to prevent funny page jumping between different length pages */
}

body {
	background-color: #000;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	text-align: center;
}

#headerWrapper {
	height: 40px;
	text-align: center;
}

	
	#headerBG {
		position: absolute;
		height: 40px;
		width: 100%;
		left: 0;
		background-image: url('/images/template/header-bg.png');
		background-repeat: repeat-x;
		top: 0;
		z-index: 99;
		text-align: center;
	}
	
	
		/*
		#headerBar {
			width: 960px;
			position: fixed;
			left: 50%;
			margin-left: -480px;
			top: 0;
			z-index: 100;
		}*/
		
		#headerBar {
		}
	
		#headerLogo {
			text-indent: -9999px;
			height: 133px;
			
			background-image: url('/images/logo.png');
		}
	
		/*
		#headerLogo {
			position: absolute;
			z-index: 90;
			top: 0;
			left: 0;
			text-indent: -9999px;
			height: 133px;
			width: 292px;
			background-image: url('/images/logo.png');
		}*/
	
		#headerMenu ul {
			list-style-type: none;
			margin: 0;
			
		}
			#headerMenu ul li {
				float: left;
				margin: 0 5px;
				line-height: 40px;	
			}
			
			#headerMenu ul li a {
				text-decoration: none;
				color: #aaa;
				padding: 3px 7px;
				height: 30px;
				-moz-border-radius: 4px; 
				-webkit-border-radius: 4px;
			}
			
			#headerMenu ul li .current, #headerMenu ul li a:hover, 
			#homePage #homeLink, #eBuddiesPage #eBuddiesLink, #advicePage #adviceLink, 
			#trainingPage #trainingLink, #contactPage #contactLink, #blogPage #blogLink {
				background: #9eb44a;
				color: #333;
				background-image: url('/images/menu-bg.png');
			}
		
#bodyContent {
	margin-top: 15px;
	height: 710px;
	padding-top: 40px;
}

	#bodyContent div {
		text-align: left;
	}

	#homePage #bodyContent {
		background-image: url('/images/template/home-bg4.png');
		background-repeat: no-repeat;
		background-position: -22px 35px;
	}
	
.greenButton {
	margin-top: 20px;
}

	.greenButton a {
		width: 110px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		text-decoration: none;
		background-image: url('/images/button.png');
		background-repeat: no-repeat;
		display: block;
		color: #000;
	}
	
	.greenButton a:hover {
		color: #000;
		text-decoration:underline;
	}
	
.green {
	color: #77b800;
}
	
#footerBar {
	background: #666;
	height: 105px;
	margin-top: 60px;
	background-image: url('/images/footer-bg.jpg');
}

	#footerBar p {
		line-height: 105px;
		margin: 0;
		color: #fff;
	}
