#clubcontainer
{
width: 829px;
height: auto;
background: url(images/bg-content.gif) top left repeat-y;
float: left;
}

#clubheading
{
width: 670px;
height: 40px;
float: left;
background: url(images/clubimages/h_home.gif) top left no-repeat;
}

#clubheading h1
{
font-size: 16px;
margin: 12px 0 0 40px;
color: #339933;
}

#clubholder
{
width: 829px;
height: auto;
float: left;
}

#clubfooter
{
width: 829px;
height: 58px;
float: left;
background: url(images/footer-img.jpg) top left no-repeat;
}

#clubleftnav
{
width: 150px;
height: auto;
float: left;
margin-left: 2px;
}

.clubh1
{
color: #e49c01;
margin: 50px 0 0 20px;
font-size: 30px;
}

#clubbanner
{
width: 829px;
height: 150px;
float: left;
background: url(images/clubbanner2.jpg) top left no-repeat;
}

.clear
{
clear: both;
}

#clubmaincontent
{
width: 670px;
height: auto;
float: left;
}

#clubinnercontent
{
width: 660px;
height: auto;
float: left;
padding-left: 7px;
padding-bottom: 20px;
}

#clubinnercontent img
{
float: left;
}

.clubinnerimage
{
margin: 5px;
float:left;
}

.clubtextheading
{
margin: 10px 0 0 10px;
font-size: 14px;
color: #e49c01; 
}

.clubtext
{
font-size: 12px;
margin-left: 10px;
}

.clubtext a
{
text-decoration: underline;
font-size: 12px;
color: #000000;
margin: 5px 0 5px 5px;
}

.clubtext a:hover
{
text-decoration: underline;
font-size: 12px;
color: #e49c01;
margin: 5px 0 5px 5px;
}


.clubtextlink
{
font-size: 12px;
}

.clubtextlink a
{
text-decoration: none;
font-size: 12px;
color: #339933;
margin: 5px 0 5px 10px;
}

.clubnews
{
width: 650px;
height: auto;
float: left;
background-color: #E6E6E6;
padding: 5px;
margin-bottom: 5px;
}

.clubnews img
{
float: left;
}

/* Leagues */

.greenhead
{
background-color: #339933;
color: #FFFFFF;
font-weight: bold;
}

.rowgrey
{
background-color: #E6E6E6;
}

.rowwhite
{
background-color: #FFFFFF;
}

/* Gallery */


.clubgalleryholder
{
width: 200px;
height: auto;
float: left;
border: 5px solid #E6E6E6;
margin: 5px;
}

.clubgalleryimage
{
width: 200px;
height: 150px;
float: left;
overflow: hidden;
}

.clubgalleryimage img
{
padding: 0;
margin: 0;
}

/* Navigation Drop Downs */

	#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		width: 138px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 149px;
		margin-top : -25px;
		background-color: #339933; 
	}

	#nav li ul a { /* second-level lists */
		
		background-color: #339933; 
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}

	#nav li ul ul a { /* third-and-above-level lists */
		background-color: #CB4B4D;
	}
	
	#nav li a {
		width: 138px;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		background: #339933; /* IE6 Bug*/
		border: 1px solid #ffffff;
		padding : 5px;
	}
	
	#nav li a:hover {
		color : white;
		background-color :#e49c01; 
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}