/* CSS Document */

*{margin: 0; padding: 0;
}
html {
	
	background-image: url(../images/html-bg-pattern.jpg);
	background-position: center;		
}

body {
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	
	

}
div#container {
	width: 800px;
	background-color:#d3d3d3;
	background-image:url(../images/container-border-bg.gif);
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-repeat: repeat-y;
	background-position: 549px;
}
div#header {
	background-image:url(../images/1-header-stephan-moore-bg.jpg);
	width: 800px;
	height: 427px;
		
}
div#story1 {
	width: 770px;
	height: 145px;
	background-image:url(../images/story1-bg.jpg);
	background-repeat: repeat-x;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}
div#inspire{
	float:left;
	width: 220px;
	padding: 15px;
}
div#motivate{
	float:left;
	width: 220px;
	padding: 15px;
}
div#recharge{
	float:left;
	width: 220px;
	padding: 15px;
}
div#story2 {
	width: 549px;
	background-color:#d3d3d3;
	
	
	background-image: url(../images/story2-bg.jpg);
	background-repeat: repeat-x;
	
	/* temporary disable for JS watermark
	background-image:url(../images/JS-watermark-black.png);
	background-repeat: repeat;
	*/
	float: left;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #666666;
	color:#333333;
	font-size: 11px;
	
}
div#right-sidebar {
	/* IE fix */
	display: inline;
	/* IE fix end */
	width: 250px;
	float: right;
	background-color:#d3d3d3;
	background-image: url(../images/story2-bg.jpg);
	background-repeat: repeat-x;
	color:#333333;
}
div#footer {
	width: 800px;
	height: 30px;
	background-image:url(../images/footer-cap-bg.jpg);
	background-repeat: repeat-x;
	clear: both;
	
	
}

