#container {
	width: 802px;
	margin: 0 auto;
	text-align: center;
}
		
#border {
	width: 800px;
	margin: 10px 0px 0px 0px;
	background-color: #e4e4e4;
	border: 1px solid #666666;
	position: relative;
	clear: both;
	}

#header {
    width: 800px;
    height: 120px;
    background: #ffffff url(../images/boltongolf-banner.png)  repeat-x;
	}
			
#content {
	width: 800px;
	background: #ffffff;  
	}

#row {
	width: 800px;
	position: relative;
	background: #e4e4e4 url(../images/row_bg.png)  repeat-y;
	float: left;
}

#col1 {
	width: 550px;
	text-align: left;
	padding-left: 15px;
	padding-right: 5px;
	color: #666666;
	float: left;
}

#col2 {
	width: 220px;
	font-size: 100%;
	color: #666666;
	padding-left: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 20px;
	text-align: left;
	float: right;
}

#footer {
   width: 800px;
   height: 40px;
	font-size: 100%;
	border-top: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	clear: both;
	}
  
.clubinfo {
   width: 530px;
  	position:relative;
	height: auto;
	margin: 0;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	padding: 3px;
}

#dropdown {
   width: 530px;
	position: relative;
	overflow: auto;
	margin: 0;
	padding: 3px;
	background-color: #ffffff;
}
