* {
padding:0px;
margin:0px;
}
body			{ font-family: Arial; color: black; font-size: 12px;  background-color: #50565e; }
h1 {  
font-size: 14px;
font-weight:bold;
padding-top:5px;
padding-bottom:5px;

}
h2 { color: black;
font-size: 13px;
font-weight:bold;
padding-top:3px;
padding-bottom:3px;
 }
h3 { color: black;
padding-top:2px;
padding-bottom:2px;
font-size: 12px;
font-weight:bold;

 }
ul{
padding-left:20px;

}

li{
padding-top:2px;
}


div.container
{
position:relative;	
margin: 20px auto;
width:1000px;
 
}


img.wnwlogo{
	position:absolute;
	right:10px;
	height:65px;
	width:259px;
}

div.logo{
	position:absolute;
	left:0px;
	top:0px;
	height:120px;
	width:544px;
	background-image:url(Coaching.png);
	background-repeat:no-repeat;
	background-color:#c9d282;
}

div.menu
{
	position:absolute;
	left:0px;
	top:120px;
	height:44px;
	width:100%;
	background-image:url(menu-bar.png);
	background-repeat:repeat-x;
	padding-top:13px;
        color:#fff;
	font-size: 13px;

}

div.menu a,div.menu a:visited,div.menu a:link
{
	padding-left:5px;
	padding-right:5px;

	color:#fff;
	text-decoration: none;
}


div.menu a:hover
{
	color:#b7bec4;
	text-decoration: none;
}

div.menu a:active
{
	color:#b7bec4;
	text-decoration: none;
}

div.content
{
width:1000px;
padding-top:158px;
background-color:#c9d282;
background-image:url(white.png);
background-repeat:repeat-x;
}

div.left
{

width:544px;
color:black;
min-height:560px;
margin:0px;
padding:0px;
position:relative;
left:0px;
top:0px;
padding-bottom:50px;
}

/* for Internet Explorer */
/*\\*/
* html div.left {
height:560px;

}
/**/


div.left div
{
position:relative;
left:20px;
top:20px;
width:504px;
}

img.siteimg
{
position:absolute;
left:544px;
top:158px;
}

div.siteimg
{
position:absolute;
left:544px;
top:158px;
width:456px;
overflow:hidden;
}


div.footer
{
background-image:url(footer-bar1.png);
	background-repeat:repeat-x;
position:relative;
height:32px;
color: #fff;
}

span.footer-right
{
position:absolute;
right:0px;
}

div.footer span a,div.footer span a:visited,div.footer span a:active,div.footer span a:link
{
	padding-left:5px;
	padding-right:5px;

	color: #fff; //#b7bec4;
	text-decoration: none;
}


div.footer span a:hover
{
	color: #ccc; //#a0ba37;
	text-decoration: none;
}



a:active { color: #222; text-decoration: underline; }

a:visited { color: #222; text-decoration: underline; }

a:link	    			{ color: #222; text-decoration: underline; }

a:hover					{ color: #000; text-decoration: underline; }


