body {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #b69d63;
	background-color: #725723;
	
}

.club {
	font-family: tahoma, helvetica, arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	
}
html, body, h1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

th, td {
	font-size: medium;
	line-height: 1.5;
}

img { border: 0; }



p {
	font-size: medium;
	line-height: 1.5;
	text-align: left;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
h4 {
	font-size: small;
}
h5 {
	font-size: small;
}
h6 {
	font-size: x-small;
}

a {
	color: #FFFF99;
}

a:visited {
	color: #FFFF99;
}

a:hover {
	background-color:#FFFF99;
	color: #725723;
}

#content {
	width: 700px;
	margin-left: auto; 
	margin-right: auto;	
	text-align: center;

}

#content p {
	font-size: medium;
	line-height: 1.5;
	color: #000000;
}

#content h2 {
	font-size: x-large;
	color: #000000;
}

#content h3 {
	font-size: large;
	color: #000000;
}

#content h4 {
	font-size: medium;
	color: #000000;
}

#content h5 {
	font-size: small;
	color: #000000;
}

#content h6 {
	font-size: x-small;
	color: #000000;
}

#content a {
	color: #002783;
	}

#content a:visited {
	color: #B6350A;
}

#content a:hover {
	background-color:#B69D63;
	color: #FFFF99;
}



/* footer */

#footer {
	clear: both;
	text-align: center;
}

#footer, #footer a {
	font-size: 12px;
	color: #FFFF99;
}

#footer a:hover {
	font-size: 12px;
	background-color:#FFFF99;
	color: #725723;
}

#footerA, #footerA h6, #footerA a, #footerA a:hover {
	font-size: 10px;
}




/* Round Box */
.rbroundbox { background: url(images/nt.gif) repeat; }
.rbtop div { background: url(images/tl.gif) no-repeat top left; }
.rbtop { background: url(images/tr.gif) no-repeat top right; }
.rbbot div { background: url(images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(images/br.gif) no-repeat bottom right; }

.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 760px;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 760px; margin: 1em auto; }
