body {
	margin: 0px 0px 0px 0px;
	background-color: #c81414;
	background-attachment: scroll;

}

#pageSurround {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(images/layout-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;	

}
#pageBackground{
	background-color: #E6F0BE;
	background-attachment: scroll;


}
#topHeader {
	height: 230px;
	background-image: url(images/top-banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}

#top-menu{
	float:right;
	width:650px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	padding-right: 60px;
	padding-top: 5px;
} 

#main-content{
	width: 900px;
	margin-left: 30px;
	margin-right: 30px;

}
#middle-menu{
	height: 70px;
	background-image: url(images/content-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#inner-middle-menu{
	height: 70px;
	background-image: url(images/content-inner-top-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;

}
#content-left{
	width: 430px;
	height: 427px;
	background-image: url(images/content-left.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left:;	
}
#content-right-top{
	width: 450px;
	height: 252px;
	background-image: url(images/content-coach.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;	
}
#content-right-bottom{
	width: 450px;
	height: 175px;
	background-image: url(images/content-time.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
}
#inner-footer-show{
	height: 73px;
	background-image: url(images/content-inner-btm-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#footer-show{
	height:73px; 
	background-image: url(images/content-btm-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}

#footer{
	text-align: center;
	height: 53px;
	padding-top: 20px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606163;
}

