html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{  
	margin: 0;  
	padding: 0;  
	border: 0;  
	font-family: sans-serif;  
	font-size: 12px;  
	font-weight: normal;  
	font-style: normal;  
	line-height: 1.2em;
} 

#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 134px;
	width: 130px;
	background: url('graphics/clublogo.png') no-repeat center; 
}
	
#menu
{
	list-style-type: none;
	padding: 0px; 
	margin: 0px;
	border: 0px;
}

.menulist
{
	font-variant: normal;
	list-style-type: none;
	background-color: #fff;
	padding: 0px; 
	margin: 0px;
	border: 0px;
}
	
.menuheading 
{
	font-family: Arial,Helvetica,sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	color: #aa0000;
	width: 125px;
}

li.rollmenu 
{
	font-family: Arial,Helvetica,sans-serif;
	list-style-type: none;
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 125px;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 0px;
	width: 120px;
}
li.rollmenu a 
{
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #008800;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	width: 125px;
	height: 100%;

	voice-family: "\"}\"";
	voice-family: inherit;
}

li.rollmenu a:hover 
{
	color: #000;

	background-color: #fafae8;
}				
					
#clubname
{
	position: absolute;
	float: left;
	top: 0px;
	left: 120px;
	height: 60px;
	width: 361px;
	background: url('graphics/club.png') no-repeat center; 
}

#pageinfo
{
	float: none;
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 12px;
	top: 0px;
	height: 60px;
	text-align: right;
}

#pagetitle 
{
	position: relative;
	top: 0px;
	width: 90%;
	left: 120px;
	padding: 20px 0px 0px 20px;
	font-family :  Arial, Helvetica, sans-serif;
	font-weight: bold; 
	color: #cc0044; 
	font-size: 36px;
	text-align: left;
}

#subtitle
{
	float: right;
	right: 5px;	
	margin-left: 120px;
	font-weight: bold; 
	color: white;
	font-size: 13px;
	font-family :  Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #cc0044;
}

#header		
{
	position: absolute; 
	top: 0; left: 0; 
	height: 100px; 
	background: #040404;
	background-image: -moz-linear-gradient(top, #111 94%, black 95%, white);
	background-image: -webkit-gradient(linear, 0 0, 0 100, from(#111), color-stop(0.94, #111), color-stop(0.95, black), to(white));
	color: #fff;
	width: 100%; 
	z-index: 10;
}

#main
{
	position: relative;
	display: table; 
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0; 
	clear: both;
	border-spacing: 0; /* required by Opera 6 */
}

#mainrow		
{
	display: table-row;
}

.column
{
	display: table-cell;
	border: 0;
	padding: 0;
	margin: 0; 
	padding-top: 135px; 
	padding-bottom: 10px;
	vertical-align: top;
	min-height: 100%; /* opera6 needs min-height but moz/IE needs height */	
}

.navigation
{
	width: 130px;  
	position: relative;
	z-index: 5;
}

.notification
{
    background: red;	
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow:0px 0px 10px red;
	-webkit-box-shadow:0px 0px 10px red;
	box-shadow:0px 0px 10px red;
}

.notification p
{
    color: white;
	font-weight: bold !important;
	font-size: 16px !important;
	font-family :  Arial, Helvetica, sans-serif;	
}

.news
{
	width: auto; 
	position: relative;
}

.updates 
{
	width: 180px; 
	position: relative;
	padding-left: 10px;
}

#content /*for pages that do not display updates*/
{
	width: auto; 
	position: relative;
}

#clubnews, #media, #results, #forum, #market
{
	border-color: gray;
	border-style: solid;
	border-width: 0px;
	margin-bottom: 10px;
}

#photo
{
}
								
#pagetext
{
	top: 65px;
	margin-right: 150px;
   margin-right /**/: 50px;
}

#pagetable
{
	float: left;
	padding: 10px
}

#footer
{
	background: #040404;
	background-image: -moz-linear-gradient(top, white, black 3%, #111 3.5%, #111 97%, black 97.5%, white);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(white), to(white), color-stop(0.03, black), color-stop(0.035, #111), color-stop(0.97, #111), color-stop(0.975, black));
	color: #777;
	width: 100%;
}

#footer a
{
	text-decoration: none;
}

#footer a:hover
{
	color: green;
	text-decoration: underline;
}

#footer h3 a
{
	color: #aa0000;
	font-size: 15px;
	font-weight: bold;
}

#footer .subfooter
{
	color: #777;
	float: left;
	width: 18%;
	padding: 1%;
}

#footer .subfooter div
{
		border-bottom: solid #181818 1px;
}

#footer .subfooter div, .subfooter a
{
	font-size: 10px;
	padding-bottom: 5px;
}	

#footerFooter
{
	clear: both;
	color: #444;
	font-size: 8px;
	text-align: right;
	padding: 0px 0px 5px 0px;
	border-top: 1px solid #222;
}

.sectiontitle 
{
	font-family: Arial,Helvetica,sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
	color: #aa0000;
	padding: 3px;
}
	
.shade1 
{
	background-color: #fff; 
}

.shade2 
{
	background-color: #fafae8;
}

.shade3 
{
	background-color: #cccccc; 
	text-align: center; 
	font-weight: bold;
}

.caps
{
	font-family: Arial,Helvetica,sans-serif;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 16px;
}

.newsheadline
{
	background-color: #fff;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #aa0000;
	border-color: #aa0000;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	padding:  3px 0px 0px 0px;
}
.newsdate 
{
	background-color: #fff;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 10px;
	color: Gray;
	padding: 0px;
}
.newsitem
{
	background-color: #fff;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 13px;
	padding: 3px 5px 10px 0px;
}

.sponsor
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 20px;
	vertical-align: middle;
	padding: 10px;
}

.month
{
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 16px;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px dotted #888888;
	padding: 15px 15px 2px 5px; 
}

.sortable tr:hover
{
	background: #aaffaa;
	font-weight: bold;
}

body 
{ 
	color: black; 
	background: #fff;
	margin-left: 1%; 
	margin-right: 1%; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

table
{
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	background-color: #fff;
}

th
{
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #aa0000;
}

h2 
{ 
	margin: 15px 15px 5px 5px; 
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	color: #aa0000;
	border-bottom: 1px solid #aa0000;
}

h3 
{ 
	margin: 5px 15px 3px 15px; 
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
	
h4 
{ 
	margin: 5px 5px 2px 0px; 
	font-family: Arial,Helvetica,sans-serif;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}
	
a, 
a.colored,
a.colored:visited
{ 
	font-weight: bold;
	color: #008800;	
	text-decoration: underline; 
}

a:visited
{ 
	font-weight: bold;
	color: #005500;
}

a:hover,
a.colored:hover
{ 
	font-weight: bold;
	color: #000;
}

p 
{
	margin-top: 8px; 
	margin-bottom: 2px; 
}

img
{
	border: none;
}

form
{
	background-color: #fafae8;
	padding: 10px;
	border: thin outset;
}

strong
{
	font-weight: bold;
}

ol, ul
{
	margin-left: 30px;
}
