body {
text-align: center;
background: #B4B4B4;
margin-top: 0px;
}

#header{
  background:url(/images/putting-tips-top_r1_c1.jpg) no-repeat;
  width: 814px;
  height: 128px;
  margin-left: auto ;
  margin-right: auto ;
}
#navigation{
  background:url(/images/puttingtips_r2_c1.jpg) no-repeat;
  width: 814px;
  height: 44px;
  margin-left: auto ;
  margin-right: auto ;
}

  
#content {
	background:url(/images/puttingtips_r4_c1.jpg);
	width: 814px; 
  	margin-left: auto ;
  	margin-right: auto ;
	overflow: hidden;


}
.leftcol{
	width:563px;
	border:0px solid #FF66FF;
	float:left;
	margin-left:25px;
	text-align: left;
	font-family: verdana;
	font-size: 12px;

	
}
.rightcol{
	border:0px solid #FF66FF;
	width:190px;
	margin-left:600px;
	text-align: left;

}

#footer {
  background:url(/images/puttingtips_r6_c1.jpg) no-repeat;
  width: 814px;
  height: 169px;
  margin-left: auto ;
  margin-right: auto ;

}
.tbg {
border: 1px solid;
border-color: green;

}

h2 {
margin-top: 0px;
text-align: center;
}




#menu {padding:0; margin:0 0 0 25px; list-style:none; height:44px; font: normal 11px verdana; background:url(ulback.gif) repeat-x;}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menu li {float:left;}
#menu li a {display:block; height:44px; line-height:25px; padding:0 20px 0 0; float:left; color:#ddd; background:url(/images/tab_a.gif) no-repeat right -25px; text-decoration:none;}
#menu li a b {display:block; height:44px; float:left; padding:0 0 0 20px; background:url(/images/tab_b.gif) no-repeat left -25px; cursor:pointer;}
#menu li a:hover,
#menu li a:active,
#menu li a:focus,
.home #menu li#home a,
.single #menu li#single a,
.dropdown #menu li#dropdown a,
.dropline #menu li#dropline a,
.flyout #menu li#flyout a,
.support #menu li#support a,
.contact #menu li#contact a
{background:url(/images/tab_a.gif) no-repeat right -10px; line-height:44px; color:#fff;}
#menu li a:hover b,
#menu li a:active b,
#menu li a:focus b,
.home #menu li#home a b,
.single #menu li#single a b,
.dropdown #menu li#dropdown a b,
.dropline #menu li#dropline a b,
.flyout #menu li#flyout a b,
.support #menu li#support a b,
.contact #menu li#contact a b
{background:url(/images/tab_b.gif) no-repeat left -10px; line-height:44px;}
