/* CSS Document */
body
	{
	margin:0px;
	background-color:#2f2f2f;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font:12px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	color:#6a745c;
	}
.headlink {text-decoration:none;color:#6a745c;}
.normal {text-decoration:none;color:#6a745c;}
.normal:hover {text-decoration:underline;color:#6a745c;}
.red {color:#ad2414;font-weight:bold;}
.smaller {font-size:90%;}
h1,h2,p	{margin:0;padding:0;}
#wrap
	{
	width:640px;
	margin:0px auto;
	}
#header
	{
	margin:0px;
	padding:0px;
	width:640px;
	}
#menu
	{
	position:absolute;
	top:213px;
	width:640px;
	margin:0px auto;
	}
#main
	{
	position:absolute;
	top:237px;
	width:630px;
	margin:0px auto;
	padding:5px;
	background-color:#f2e9e0;
	}
#main1
	{
	float:left;
	width:350px;
	padding:15px;
	}
#main100
	{
	float:left;
	width:610px;
	padding:10px;
	}
#right1
	{
	float:right;
	width:225px;
	padding-top:15px;
	padding-right:5px;
	padding-left:5px;
	}
#submenu
	{
	color:#922828;
	font-size:80%;
	}
#submenu a
	{
	color:#922828;
	text-decoration:none;
	}
#submenu a.active
	{
	color:#922828;
	text-decoration:underline;
	}
#submenu a:hover
	{
	color:#922828;
	text-decoration:underline;
	}
#update
	{
	font-weight:bold;
	color:red;
	}

#menu a img {border-width: 0;}
#menu a img.me {background: url(img/me.gif) top left no-repeat;}
#menu a img.news {background: url(img/news.gif) top left no-repeat;}
#menu a img.sponsors {background: url(img/sponsors.gif) top left no-repeat;}
#menu a img.club {background: url(img/club.gif) top left no-repeat;}
#menu a img.gallery {background: url(img/gallery.gif) top left no-repeat;}
#menu a img.links {background: url(img/links.gif) top left no-repeat;}
#menu a img.contact {background: url(img/contact.gif) top left no-repeat;}

#menu a:hover img.me {background: url(img/me-hover.gif) top left no-repeat;}
#menu a:hover img.news {background: url(img/news-hover.gif) top left no-repeat;}
#menu a:hover img.sponsors {background: url(img/sponsors-hover.gif) top left no-repeat;}
#menu a:hover img.club {background: url(img/club-hover.gif) top left no-repeat;}
#menu a:hover img.gallery {background: url(img/gallery-hover.gif) top left no-repeat;}
#menu a:hover img.links {background: url(img/links-hover.gif) top left no-repeat;}
#menu a:hover img.contact {background: url(img/contact-hover.gif) top left no-repeat;}

#menu a img.meselect {background: url(img/me-select.gif) top left no-repeat;}
#menu a img.newsselect {background: url(img/news-select.gif) top left no-repeat;}
#menu a img.sponsorsselect {background: url(img/sponsors-select.gif) top left no-repeat;}
#menu a img.clubselect {background: url(img/club-select.gif) top left no-repeat;}
#menu a img.galleryselect {background: url(img/gallery-select.gif) top left no-repeat;}
#menu a img.linksselect {background: url(img/links-select.gif) top left no-repeat;}
#menu a img.contactselect {background: url(img/contact-select.gif) top left no-repeat;}

.hide {display:none;}