body{
margin:0;
padding:0;
background-color: #000;
font-family: arial,helvetica,sans-serif;
font-size: 14px;
line-height: 150%;
color: #fff;
}

p {
margin: 0 0 1.0em 0;
}

h3 {
margin: 0 0 1.0em 0;
}

#maincontainer{
width: 900px;
margin: 0 auto;
}

#topsection{
height: 70px;
background-image: url(../../images/top_header.jpg);
background-repeat: no-repeat;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 365px;
height: 202px;
background-image: url(../../images/title.jpg);
background-repeat: no-repeat;
}

#leftcolumn{
float: left;
width: 365px;
height: 202px;
margin-left: -900px;
background-image: url(../../images/logo.jpg);
background-repeat: no-repeat;
}

#contentcolumn2{
margin-left: 365px;
background-image: url(../../images/right_side_back.jpg);
background-repeat: no-repeat;
}

#leftcolumn2{
float: left;
width: 365px;
margin-left: -900px;
background-image: url(../../images/left_side_back.jpg);
background-repeat: no-repeat;
}

#leftcolumn2in{
float: left;
width: 365px;
margin-left: -900px;
background-image: url(../../images/memberlinks.jpg);
background-repeat: no-repeat;
}

#footer{
clear: left;
width: 100%;
height: 137px;
background-image: url(../../images/footer.jpg);
background-repeat: no-repeat;
}


/* STUFF */


a.leftcol
{
	display:block;
	width:155px;
	overflow:hidden;
}

a:hover.leftcol
{
	display:block;
	text-indent:-155px;
	}
	
	
	a.club
{
	display:block;
	width:117px;
	overflow:hidden;
}

a:hover.club
{
	display:block;
	text-indent:-117px;
	}
	

.leftyin {
padding: 87px 0 0 64px;
}

.footeyin {
padding: 60px 0 0 64px;
font-size: 90%;
}

/* LINKS */

a, a:link a:active {
/* set all links to have underline */
	text-decoration: none;
	background-color: inherit;
	color: red;
}
a:visited {
/* keeps the underline */
	text-decoration: none;
	background-color: inherit;
/* a different color is used for visited links */
	color: red;
}
a:hover {
/* remove underline on hover */
	text-decoration: none;
	background-color: inherit;
/* using a different color makes the hover obvious */
	color: yellow;
}
