<style type="text/css">
<!--
body {
  margin: 0px;
  padding: 0px;
  background:#FFFFFF;
  font-size: 16px;
  font-family: "Arial, Helvetica, sans-serif";
}

/* 
	-- Top Heading Bar --
*/
#header {
    background-image: url(/template/classic_div/golf-swing-lessons.jpg);
	background-repeat: no-repeat;
    width: 100%;
    height: 130px;
}

#headerRight {
  margin-left: 750px;
  padding: 0px;
  /*width: 100%;*/
  height: 130px;
  background: #586537;
}


/* 
	-- Left Navigation Bar --
*/
#navCol {
  background: #FFFFFF;
  float: left;
  width: 18%;
  height: 100%;
  font-size: 12px;
  font-weight: normal; 
  text-align: left;
  line-height: 1.5em; 
  padding: 0px 0px 0px 10px;                   
}                                      
                                       
#navCol A:link {                       
  color: #000000 ;         
  font-weight: bold;       
  text-decoration: none;                
}                                      
                                       
#navCol A:visited {                    
  color: #000000 ;         
  font-weight: bold;       
  text-decoration: none;                
}                                      
                                       
#navCol A:hover {                      
  color: #000000;         
  font-weight: bold;       
  text-decoration: underline;           
}                                      
                                       
/*                                     
 -- Right Link Bar --                  
*/                                     
#rightCol {	  
  font-size: 12px;
  font-weight: normal; 
  text-align: left;
  line-height: 1.5em;                           
  background: #FFFFFF; 
  margin: 0px 0px 0px 0px;                
  padding: 0px 0px 0px 5px;            
  float: center;                        
  width: 17%;                               
  display: inline;  
  height: 1200px;                
}    

#rightCol A:link {                       
  color: #000000 ;         
  font-weight: bold;       
  text-decoration: none;                
}                                      
                                       
#rightCol A:visited {                    
  color: #000000 ;         
  font-weight: bold;       
  text-decoration: none;                
}                                      
                                       
#rightCol A:hover {                      
  color: #000000;         
  font-weight: bold;       
  text-decoration: underline;           
}                               

/*
 -- Main Content Block --
*/
#mainWrapper {
	margin:0 auto; 
	width: 100%;
 
}

#main {
  float: left;
  width: 59%; 
  display: inline;
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 5px;
  border-width: 0px 2px 0px 2px;       
  border-color: #888888;               
  border-style: solid; 
}
#main h1 { /*Where our main section headers go*/
    margin:0;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color:#000000;
}
#main h2 { /*search navigation */
    margin:0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color:#1A3455;
/*    background:#DDFFDD; */
}
#intro_section 
{
 /*   height:360px; */
    width:97%;
/*	background:#DDDDDD; */
}
#intro_text
{
	text-align:center;
	padding-right: 10px;
/*	font-size: 1.2em; */
}

#intro_text h4
{
  font-size: 1em; 
}

#intro_picture 
{
	float: left;
	clear: left;
	margin-right: 3px;
}

#intro_spacer 
{
	float: left;
	clear: left;
	height: 150px;
	width: 1px;
}

/*#mainAd {
		float: center;
		clear: center;
    width:336px;
    height:280px;
    position:relative;*/
}

.button
{
    background:#1A3455;
    color: #FFFFFF ;
    padding: 4px;
    text-decoration:none;
    border-width: 2px;
    border-color: #888888;
    border-style: solid;
}

.button_small
{
    background:#1A3455;
    color: #FFFFFF ;
    padding: 2px;
    text-decoration:none;
    border-width: 2px;
    border-color: #888888;
    border-style: solid;
    font-size: .8em;
}

#footer {
  background: #0f0;
  clear: both;
  width: 100%;
}
-->
</style>