html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-image:url(../coach/background3.jpg;);
	background-color:#ffffff;
	background-position:top center;
	background-repeat:repeat-y;
	height: 100%;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:500;
}
 
#wrapper {
	position:relative;
	height:100%;
	width:1003px;
	margin:0 auto;
	text-align:left;
	padding: 0px 0px 0px 0px;
	color:#47132D;
	background-color:#333333;
	border:1px solid #ffffff;
	margin-top:0px;
}
#main {
	border-left:180px solid #91aeb2;
	min-height:100%;
	height:auto !important;
	height:100%;
	margin-top:-142px;
background-color:#91aeb2;
width:823px;
}
#header {
	position:relative;
	background:white;
	background-image:url(../coach/top-coach.jpg);
	background-repeat:repeat-x;
	background-position: top center;
	height:146px;
	border-bottom:1px solid #ffffff;
overflow:hidden;
}
#header img {
	vertical-align:bottom;
}
#pushtop {
	height:142px;
}
#leftcolumn {
	float:left;
	position:relative;
	width:170px;
	margin-left:-180px;

	padding-bottom:0px !important;
	padding-bottom:30px;
	display:inline;
	font-weight:500;
	padding-top:13px;
	color:#333333;
	background-color:transparent;
	height:100%;
	margin-right:1px solid #ffffff;
}   /* 30px bottom padding added for IE6; the 0px will override in browsers that understand !important */
#rightcolumn {
	padding:13px 20px 13px 20px;
	width:780px;
        overflow:hidden;
	background-color:transparent;
	color:#333333;
	font-weight:500;
	margin-left:10px solid green;
	
}
#pushbottom {
	height:30px;
}
#footer {
	height:30px;
	line-height:30px;
	background-image:url(../coach/footerimage.gif);
	background-repeat:repeat-x;
	background-position: top center;
	font-size: 90%; 
	color:#FFFFFF;
	font-style:bold;
	text-align:center;
 
	
}
.navigation li:hover ul {
	display: block;/* position: absolute;
  top: 0;
  left: 100px; *//* the width of your menu, to align it to the right of it  it should be 180px instead of 100px*/
 }
#menu {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-left:-27px;
	margin-top:0px;
}
#menu ul {
	font-weight:bold;
	list-style-type:none;
}
#menu li {
	list-style-type:none;
}
a {
	text-decoration:none;
	color:#333333;
}
.navigation li {
	position: relative; /* needed to make abs. positioning work */
	line-height:150%;
	width:160px;
}
.navigation li ul {
	display: none;
}
.navigation li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 103px; /* the width of your menu, to align it to the right of it  it should be 180px instead of 100px*/
}
.navigation li:hover li {
	background-color:#47132D;
	width:260px;
	line-height:120%;
	border-bottom:1px solid #ffffff;
}
.navigation a:hover {
	color:#ffffff;
}
.navigation li:hover a {
	color:#ffffff;

}
.navigation li:hover a:hover {
	color:#CCCCCC;
}
.mtags {float:right;padding-top:20px;
	width:300px;
	text-align:left;
	color:#333333;
}
#rightcolumn h1 {font-size: 100%; color:#333333; margin:0;padding:0 0 6px 0;}
#rightcolumn h2,#rightcolumn h3  {font-size: 90%; color:#333333; margin:0;padding:0 0 6px 0;}

.extendmenu
{
margin-left:-5px;
}