html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin:0px;
  padding:0px;
  border:0px;
  border-collapse:separate;
  border-spacing:0px;
}

input,select{
  margin:0;
  padding:0;
}

html {min-height: 100%;}

body {
	font: normal 62.5% Tahoma,sans-serif ;
	background: #C6FFA0;
}

table,tr,td {
	margin: 0px;
	padding: 0px;
}

div {
	border: 0px;
 	margin:0px;
}

.left {
    float:left;
}

right {
    float:right;
}

#outer-container {
	background: #C6FFA0;

}

#inner-container {
	margin: 0 auto;
	width: 1024px;
	border:1px solid darkgreen;
}

#banner {
	background-image: url(img/golfgifts.jpg);
	height: 314px;
	width: 1024px;
}

.clear {
	clear: both;
	margin: 0px;
}

#main {
	background: #C6FFA0;
}

#navmenu {
	float: left;
	width: 342px;
	margin-left: 0px;
    margin-top: 0px;
 	background-image: url(img/golfmenu1.jpg);
	background-repeat: repeat-y;

}

#navmenu li {
		margin-left: 70px;
	list-style: none;
	line-height:20pt;
}

#navmenu li a{
	color: yellow;
	font: bold 1.4em Arial,sans-serif;
	text-decoration:none;
}

#navmenu li a:hover {
	color: darkgreen;

}

#navmenubottom {
	float: left;
	width: 342px;
	height: 32px;
 	background-image: url(img/golfmenu2.jpg);
	background-repeat: no-repeat;

}

#content {
	float: right;
	width: 662px;
	margin-left: 0px;
	margin-right: 20px;
    margin-top: 0px;

}

#content li{ 
	list-style:circle;
	color: white;
	font: normal 1.4em Verdana,sans-serif;
	padding-bottom:7px;
}

#footer {
}

#footerleft {
	float: left;
	width: 342px;
	height: 116px;
	background-image: url(img/golffooter1.jpg);
	background-repeat: no-repeat;
}

#footerleft p {
	color:darkgreen;
	font: normal 1.2em Arial,sans-serif;
	margin-left:70px;

}

#footerleft a {
	color:darkgreen;
    text-decoration:none;
}

#footerleft a:hover {
	color: white;
}

#footerright {
	float: right;
	width: 682px;
	height: 116px;
	background-image: url(img/golffooter2.jpg);
	background-repeat: repeat-x;
}

#footerright p {
	font: normal 1.4em Arial,sans-serif;
	padding:40px;

}

#footerright a {
	color:darkgreen;
    text-decoration:none;
}

#footerright a:hover {
	color: white;

}

img { border: 0px;

}


h1 { margin-bottom: 4px; color: black; 
     font: bolder 1.8em Tahoma,sans-serif;

}

h2 { margin-bottom: 4px; color: black; 
     font: bolder 1.8em Tahoma,sans-serif;

}

h3 { margin-bottom: 4px; color: black; 
     font: bold 1.6em Tahoma,sans-serif;

}

h4 { margin-bottom: 4px; color: black; 
     font: bold 1.4em Tahoma,sans-serif;

}

h5 { margin-bottom: 4px; color: black; 
     font: bold 1.3em Tahoma,sans-serif;

}

p { color: black; 
	font: normal 1.4em arial,sans-serif;
	padding-bottom: 1.2em;
}

a {
	color:green;
	text-decoration:underline;
}

a:hover {
    color:darkgreen;
}

.blue {
	background-image: url(img/blue.png);
	background-repeat:no-repeat;
	height: 26px;
	width: 135px;
	text-align: center;

}
.green {
	background-image: url(img/green.png);
	background-repeat:no-repeat;
	height: 26px;
	width: 135px;
	text-align: center;

}
.purple {
	background-image: url(img/purple.png);	
	background-repeat:no-repeat;	
	height: 26px;
	width: 135px;
	text-align: center;
}
.red {
	background-image: url(img/red.png);	
	background-repeat:no-repeat;	
	height: 26px;
	width: 135px;
	text-align: center;
}
.gold {
	background-image: url(img/gold.png);	
	background-repeat:no-repeat;
	height: 26px;
	width: 135px;	
	text-align: center;
}
