* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px 0;
	background: #FFFFFF;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

a {
	color: #3182D3;
}

a:hover {
	text-decoration: none;
	color: #1A7196;
}

p {
margin: 10px 0;
color: #004;
}



h1, h2,h3 {

color: #3182D3;
margin: 10px 0;
}
h1 {
	font-size: 140%;
	xline-height: 1ems;
}
h2 {
	font-size: 120%;
	xline-height: 0;
}

h3 {
	font-size: 100%;
	xline-height: 0;
}
/* Content */

#content {
	float: right;
	width: 540px;
	padding: 5px;
}

#contentfull {
	float: right;
	width: 730px;
	padding: 5px;
	
}
#page ol, #page ul {
	line-height: 140%;
	margin: 15px;
	list-style-position:inside;
	list-style-type: disc;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 180px;
	padding: 5px;
}


#sidebar p{
	color: #666;
	font-size: 90%;
}

/* Footer */

#footer {
	margin: 0 auto;
	padding: 44px 0 30px 0 ;
	width: 771px;
	xheight: 121px;
	background:  url(images/coachinggym-footer.jpg) no-repeat top;
}

#footer p {
	text-align: center;
	font-size: 87%;
}

/* Header */

#header {
	width: 770px;
	height: 190px;
	margin: 0 auto;
	background: url(images/coachinggym-head3a.jpg) no-repeat 0 66px  ;
}

/* Logo */

#logo {
	float: right;
	width: 250px;
	height: 190px;
	background:  url(images/coachinggym-logo6.jpg) no-repeat;
	text-align: center;
}


/* Menu */

#menu {
	float: left;
	padding-left: 25px;
	width: 495px;
	height: 66px;
	background:  url(images/coachinggym-head3.jpg) no-repeat;
}
#botmenu {
	float: right;
	padding-right: 25px;
	width: 495px;
	xheight: 66px;
}

#menu ul ,#botmenu ul {
	height: 5px;
	list-style: none;
}

#menu li ,#botmenu li{
	display: inline;
}

#botmenu a {
	display: block;
	float: right;
	xheight: 42px;
	padding-right:20px;
	padding-left:20px;
	xborder-top: 5px solid #29A4E1;
	xtext-decoration: none;
	xfont-weight: bold;
	xcolor: #373923;
	border-right: 1px solid #6983A3;
}

#menu a {
	display: block;
	float: left;
	height: 42px;
	padding: 24px 10px 0 10px;
	xborder-top: 5px solid #29A4E1;
	text-decoration: none;
	font-weight: bold;
	color: #373923;
	border-right: 1px solid #6983A3;
}

#menu a:hover {
	xborder-top: 5px solid #1A7196;
	xbackground-color: #1A7196;
	background:  url(images/coachinggym-head3c.jpg) repeat-x;
}

#menu .active a {
xborder-top: 5px solid #1A71cc;
xbackground:  url(images/coachinggym-head3b.jpg) repeat-x;
}

#menu a b {
	text-decoration: underline;
}

/* Page */

#page {
	width: 760px;
	margin: 0 auto;
	background: url(images/img03.gif) repeat-y;
}

