body {background: url(images/top.gif) repeat-x;
	background-color: #ffffff;
      background-position: top;

}

body,html {
	margin:0;
	padding:0;
}
	  
p, ul {color: #000000;
      font-family: verdana, arial, sans-serif;
	font-size:12px;
	font-weight:normal;
  	line-height: 16px;
	list-style-type: none;
	}


a {	text-decoration: underline;
   	font-family: arial;
	font-size:12px;
	font-weight:normal;
  	line-height:16px;}

/*
a#navigation {font-size: 18px;
		font-weight: bold;
		text-decoration: none;
		line-height: 20px;
		color: #990000;
		}

a#navigation:hover {color: #6600cc;
		background-color: #990000;
		border: 1px solid #000000;
		padding-left: 5px;
		padding-right: 5px;
}*/

a:link {color: #990000;}
a:visited {color: #990000;}
a:active {color: #0000cc;}
a:hover {color: #6600cc;
	text-decoration: none;}

h2 {text-align: center;
    font-size: 22 px;
    color: #6600cc;}

bottomlinks#h3.a:link {color: #666666;}
h3.a:visited {color: CC0033;}
h3.a:active {color: 000099;}
h3.a:hover {color: CC6633;
	text-decoration: none;}

h1, h2, h3, h4, h5, h6 {font-family: verdana;
	line-height: 30%;}

h4 {line-height: 15%;
	color: #990000;}

img {border: none;}

div.clear {
	clear:left;
	line-height:0;
	height:0px;
	margin-bottom:0px;
	_margin-top:-4px; /* IE Windows target */
        background: transparent;
}


table {font-family: verdana, sans-serif;
	font-size: 90%;}

.workshop td {border-bottom: 1px solid #6600cc;
	border-right: 1px solid #6600cc;
	text-align: center;
	font-size: 80%;}

.sidenav {background: url(images/topcorner.gif)no-repeat top left;
	position: absolute;
	top: 20px;
	left: 0px;
	height: 120%;
	width: 170px;
	background-color: #6600cc;
	}


.main { background: url(images/club.gif) no-repeat top right;
	position: absolute;
	top: 60px;
	left: 200px;
	width: 580px;
	height: 700px;
}

.main02 { background: transparent url(images/clubFade.gif) no-repeat top right;
	position: absolute;
	top: 60px;
	left: 200px;
	right: 0px;
	height: 100%;
}

.main02 img {border: 1px solid #990000;
	padding: 2px;}

/*.main02 h2, p {line-height: 10%;)*/

.side {font-size: 60%;
	font-weight: bold;
	color: #990000;
	margin-left: 10px;} 

.logo {margin-left: 10px;
	padding: 0px;
	border: 2px solid #990000;}

/*********nav styles********/
#nav {
	width: 9em;
	/*border-right: 1px solid #900;
	border-left: 1px solid #900;
	border-top: 1px solid #900;*/
	padding: 0 0 0em 0;
	margin-left: 15px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 90%;
	background-color: #000000;
	color: #333;
	}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
		
#nav li {
	border-bottom: 1px solid #900;
	margin: 0;
	}

#nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-right: 10px solid #6600cc;
	background-color: #6600cc;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	}

html>body #nav li a {
	width: auto;
	}

#nav li a:hover {
	border-right: 10px solid #990000;
	background-color: #6600cc;
	color: #990000;
	font-weight: bold;
	}
