{
  margin: 0;
  padding: 0;
}


body {
  
font-family: Arial,Helvetica,sans-serif;
  
font-size: 11px;
  
background-image: url(images/background.jpg);
  
background-repeat: repeat-x;
  
background-color: #e088c0;

line-height: 16px;
}

h1 {
font-size: 16px;
font-weight: bolcod;
color: #5d3279;
}

h2 {
font-size: 12px;
font-weight: bold;
color: #8a6a9e;
margin-bottom: 2px;
}

.dotted
{
border-bottom: 1px solid #ffffff;
}

.club h2 {
font-size: 12px;
font-weight: bold;
color: #8a6a9e;
margin-bottom: 2px;
margin-top: 0px;
}

.small
{
font-size: 8px;
}

.club
{
background-color: #f9c9e1;
padding: 10px;
width: 200;
}

.footer
{
border-top: 1px solid #ffffff;
background-color: #f9c9e1;
padding-bottom: 10px;
}


.clearing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearing {
    display: inline-block;
    }

/* hides from IE/Mac \*/
* html .clearing { 
    height: 1%;
    }

.clearing {
    display: block;
    }
/* end hide from IE-Mac */
/*** end clearing hack ***/


#wrapper 
{
  
margin: 0 auto;
  
width: 800px;
  
background-image: url(images/wrapperbg.jpg);
  
background-repeat: no-repeat;
  
background-color: #def0f6;

}


#header {
   
  
margin-left: 20px;
  
padding-top: 20px;

background-attachment: scroll;
  
color: #333333;
  
width: 750px;
  
float: left;
  
height: 100px;

}


#leftcolumn {
  
margin: 0px 0px 15px;
  
padding-left: 40px;
  
padding-top: 70px;
  
color: #333333;
 
width: 214px;
  
float: left;

background-image: url(images/menubg.jpg);
  
background-repeat: no-repeat;
  
background-color: #def0f6;

height: 411px;
}


#content {
  
  
margin: 25px 5px 15px 0px;
  
padding: 10px;

padding-left: 20px;  
background-image: none;
  
background-attachment: scroll;
  
float: left;
  
color: #333333;
 
display: inline;

}

.inttitle
{
margin-top: 70px;

}


#rightcolumn {
   
margin: 0px 0px 5px;
  
padding-top: 80px;
  
background-attachment: scroll;
  
color: #333333;
 
width: 162px;
  
float: left;

}

