/* CSS Document */



body{
	background-color:#fff;
	margin:0;
	padding:0;
	text-align:center;
  font-family: "Georgia", Helvetica, sans serif;
  font-size: 11px;
  letter-spacing:.5px;
  line-height:25px;

}


h1{
font-size: 2.4em;
font-weight:lighter;
  
}

h2{
font-size: 1.8em;
font-weight:lighter;

}

h3{

}

.articlepics{
	float:right;
	padding: 5px 5px 5px 5px;

}

blockquote{
text-align:right;
width:100%;
  margin: 1em 25% 1em 0;
  padding: 2px;
  font-style: italic;
  color: #937d68;
}

blockquote p{
  padding: 8px;
  margin: 2px;
  background: #f6f5f0;
}

blockquote p golf{
  padding: 8px;
  margin: 2px;
  text-align:left;
  background: #f6f5f0;
}


/* nav */

#navcontainer ul
{
	padding-top: 30px;
	padding-left: 0;
	margin-left: 0;
	width: 900px;
	font-size: 13px;
	text-transform: uppercase;
	
	
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	

	padding: 0.5em 1em;

	text-decoration: none;
	color:#40321d;

}

#navcontainer ul li a:hover
{
background-color: #938065;
color: #40321d;


}

#downav ul
{

	font-size: 13px;
	text-transform: uppercase;
	
	
}
#downav ul li { display: list-item; }
#downav li {list-style-type: none; }
#downav ul li a
{
	text-decoration: none;
	font-size: 13px;
	text-transform: uppercase;
	
	
}
#downav ul li a:hover
{

color: #938065;


}


/* links */


a { text-decoration:none; 
	color: #669999;}



a:hover{
  color: #66CCCC;
  text-decoration: none;
}

/* header */

#header{
	height:150px;
	background-color:#291b0c;
	background:url(images/top_bg.jpg) repeat-x top left;
		margin:0px;

}

#top{
	margin:0px;
	width:100%;
	height:79px;
	background: url(images/nav_bg.png) repeat-x top center;
}

#center { 

margin-top: 15px;
color:#40321d;
margin-left: auto;
margin-right: auto;
width: 885px;


}

/* table */
#table {
width: 540px;

}




#promo {
background-image:url(images/button_summerpromo.png);
background-repeat:no-repeat;
background-position: top right;
height:38px;
width:155px;
}

#column1 {

float: left;
line-height:2.5em;
padding-right:20px;
text-align:right;
width: 300px;



}
#column2 {

float: right;
text-align:left;
padding-bottom: 20px;
width: 540px;



}




#footer { 
clear:both;
margin: 0pt auto;
line-height:20px; font-size:11px;
height:125px;
background-color:#fff;
color: #999999;
padding-top: 20px;
background:url(images/center_bg.jpg) repeat-x bottom;
}

