/* CSS Document */

/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }
/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }
/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td,script,hr { margin:0; padding:0; }
/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset {
	border-style: solid;
	}
a {
	font-size: 18px;
	text-decoration: none;
	color: #FFEE30;
	text-align: left;
	}
a:hover {
	font-size: 18px;
	text-decoration: underline;
	color: #E5BD03;
	text-align: left;	
	}	

img.border {
	border: 3px solid #1B1E22;
	}
	
img.border a:hover{
	border: 3px dotted #1B1E22;
	}	
	
body{
	margin: 0 auto;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	font-family: "Trebuchet MS", Georgia, Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #FFFFFF;	
	font-size:12px;
	text-align: left;}	

	
h1, h2{
		font-family: "Trebuchet MS", Georgia, Tahoma, Verdana, Arial;
	font-weight: normal;
	color: #FFFFFF;	
	font-size:12px;
}
#container { width:910px;
	margin: 0 auto;
	background-image:url(images/RimmingClub_03.jpg);
	background-repeat:repeat-y;		
}

#header {
	background-image:url(images/RimmingClub2_01.jpg);
	background-repeat:no-repeat;
	height: 229px;
	width: 910px;
	clear: both;
	}
	
#navi{
	clear: both;
	width: 910px;
	height:46px;
	background-image: url(images/buttons.jpg);
	background-repeat: no-repeat;	
	}	
	#navi span { display: none; }		

#navi li, #navi a { height: 46px; display: block; }

#navi li { float: left; list-style: none;}

#navi-01 { width: 131px; margin-left: 0px;}
#navi-02 { width: 221px;}
#navi-03 { width: 103px;}
#navi-04 { width: 177px;}
#navi-05 { width: 117px;}
#navi-06 { width: 161px;}

#navi-01 a:hover {background:url(images/buttons.jpg) -0px -46px no-repeat;}
#navi-02 a:hover {background:url(images/buttons.jpg) -131px -46px no-repeat;}
#navi-03 a:hover {background:url(images/buttons.jpg) -352px -46px no-repeat;}
#navi-04 a:hover {background:url(images/buttons.jpg) -455px -46px no-repeat;}
#navi-05 a:hover {background:url(images/buttons.jpg) -632px -46px no-repeat;}
#navi-06 a:hover {background:url(images/buttons.jpg) -749px -46px no-repeat;}	
	
#header-btm {
	background-image:url(images/RimmingClub2_02.jpg);
	background-repeat:no-repeat;
	height: 35px;
	width: 910px;
	clear: both;
	}	
#today {
	background-image:url(images/RimmingClub_02.jpg);
	background-repeat:no-repeat;	
	height: 64px;
	width: 910px;
	clear: both;
	}	
#yesterday {
	background-image:url(images/RimmingClub_07.jpg);
	background-repeat:no-repeat;	
	height: 64px;
	width: 910px;
	clear: both;
	}		
#halloffame {
	background-image:url(images/RimmingClub_09.jpg);
	background-repeat:no-repeat;	
	height: 64px;
	width: 910px;
	clear: both;
	}	
#friends {
	background-image:url(images/RimmingClub_11.jpg);
	background-repeat:no-repeat;	
	height: 64px;
	width: 910px;
	clear: both;
	text-align:left;	
	}		
#body {
	background-image:url(images/RimmingClub_03.jpg);
	background-repeat:repeat-y;	
	width: 910px;
	clear: both;
	text-align:left;
	}
#bookmark {
	background-image:url(images/RimmingClub_05.jpg);
	background-repeat:no-repeat;	
	height: 51px;
	width: 910px;
	clear: both;
	}		
#spacer {
	background-color:#3F434B;
	width: 910px;
	clear: both;
	text-align: center;	
	}
#blank_footer {
	background-image:url(images/RimmingClub_13.jpg);
	width: 910px;
	clear: both;
	height: 33px;
	}	
#footer{
	background-image:url(images/RimmingClub_15.jpg);
	background-repeat:no-repeat;	
	height: 139px;
	width: 910px;
	clear: both;
	}		
	


#bookmark-link span { display: none; }	
#bookmark-link li, #bookmark-link a { height: 51px; display: block; }
#bookmark-link li { float: left; list-style: none;}
#bookmark-link {
	width: 210px;
	height:51px;
	position: relative;
	margin-right: 20px;
	float: right;
	}
#webmaster-link span { display: none; }	
#webmaster-link li, #webmaster-link a { height: 100px; display: block; }
#webmaster-link li { float: left; list-style: none;}
#webmaster-link {
	width: 270px;
	height:100px;
	position: relative;
	margin-right: 80px;
	float: right;
	top: 30px;
	}

#text-welcome { 
	width: 430px;
	height:90px;
	position: relative;
	left: 40px;
	float: left;
	top: 145px;
	text-align: center;
	}	
		
#text-disclaimer { 
	width: 370px;
	height:90px;
	position: relative;
	left: 40px;
	float: left;
	top: 45px;
	text-align: center;
	}	
	
#toplinks { 
	width: 375px;
	height:158px;
	position: relative;
	right: 25px;
	float: right;
	top: 46px;
	text-align: left;
	}		
	
p.toplinks { padding: 0 0 0 16px; color: #8B8B8E;}
p.sponsors { font-size: 22px; font-weight: bold; text-decoration: none; text-align:center; color:#DA1010;}
p.sponsors2 { font-size: 12px; font-weight: normal; text-decoration: none; text-align:center; color:#FFFFFF;}
p.sponsors a{ font-size: 16px; font-weight: bold; text-decoration: none; text-align:center; color:#FFEE30;}
p.sponsors a:hover{ font-size: 16px; font-weight: bold; text-decoration: underline; text-align:center; color:#E5BD03;}
	

.thumb{
	width: 192px;
	height: 144px;
}



.widead{
		background-color:#3F434B;
		padding-top:10px;
		padding-bottom:10px;
}
.widead a img{
	border:0px;
}