/* CSS Document */

body {
	  margin: 0 0;
	  text-align:center;
	  font: 78%/1.5 arial, helvetica, serif;
	  background: #ffffff;
	background-image: url(../images/golfback.gif);
background-repeat: no-repeat;
background-position: bottom right; 
background-attachment: fixed;		 
  	}
	
p {
	clear: left;
	font-size: 1.1em;
	padding: 5px 5px 5px 5px;
	margin: 1em 2em 1em 3em;
}

h3, h2, h4, h1{
 	color: #000000;
	margin: .5em .5em .5em 1.5em;
}

#sidebar img {
margin: 10px 10px 10px 10px;
}
	
#container {
margin: 30px auto;
width: 800px;
height: 540px;
background: #ffffff;
text-align:left;
border: 2px solid #000000;
}



#header {
height: 100px;
background-image: url(../images/backre2.gif);
background-repeat: repeat;
border-bottom: 2px solid #000000;
}

#header A:link {text-decoration: underline; color: #000000; font-size: 1em; margin: 0 5px 0 5px;}
#header A:visited {text-decoration: underline; color: #164F0C;  font-size: 1em; margin: 0 5px 0 5px;}
#header A:active {text-decoration: underline; color: #164F0C;  font-size: 1em; margin: 0 5px 0 5px;}
#header A:hover {text-decoration: none; color: #164F0C;  font-size: 1em; margin: 0 5px 0 5px;}

#side-content A:link {text-decoration: underline; color: #000000; font-size: 1em; font-weight: bold;}
#side-content A:visited {text-decoration: underline; color: #000000;  font-size: 1em; font-weight: bold;}
#side-content A:active {text-decoration: underline; color: #000000;  font-size: 1em; font-weight: bold;}
#side-content A:hover {text-decoration: none; color: #36561e;  font-size: 1em; font-weight: bold;}

#content A:link {text-decoration: underline; color: #000000; font-size: 1em; font-weight: bold;}
#content A:visited {text-decoration: underline; color: #000000;  font-size: 1em; font-weight: bold;}
#content A:active {text-decoration: underline; color: #000000;  font-size: 1em; font-weight: bold;}
#content A:hover {text-decoration: none; color: #36561e;  font-size: 1em; font-weight: bold;}

#shop-content A:link {text-decoration: underline; color: #000000; font-size: 1em; font-weight: bold;}
#shop-content A:visited {text-decoration: underline; color: #000000;  font-size: 1em; font-weight: bold;}
#shop-content A:active {text-decoration: underline; color: #000000;  font-size: 1em; font-weight: bold;}
#shop-content A:hover {text-decoration: none; color: #36561e;  font-size: 1em; font-weight: bold;}

#header-left {
float: left;
height:100px;
width: 60%;
text-align: left;

}

#header-right {
float: right;
top: 0;
height:100px;
width: 35%;
text-align: right;
background-image: url(../images/headerimage.gif);
background-repeat: no-repeat;
background-position: center top;
padding: 0;
margin: 0;

}

#content {

top:0;
float: left;
width: 300px;
height: 440px;
text-align: center;

}


#sidebar {
float: right;
left: 300px;
height: 438px;
border-left: 1px solid #bdbdbd;
width: 490px;
background: #EBEAEA;
}

#sidenav {
float: right;
height: 20px;
width: 490px;
}

#side-content{
float: right;
height: 418px;
width: 490px;
text-align:left;
overflow-y:  scroll;
overflow-x:  hidden;
}

#shopnav {
float: right;
height: 20px;
width: 100%;
}

#shop-content{
float: left;
height: 418px;
width: 100%;
text-align:left;
overflow-y:  scroll;
overflow-x:  auto;
}



#footer {

	width: 600;
	bottom: 0;
	right: 0;  
	text-align:center;
	color:#000000;
}

#footer a, #footer a:visited{
	color: #7c7c7c;
	font-size:1em;
}