html, body {
	margin:					0;
	text-align:				center;
	background-color:		#777777;
	color:					#222222;
	font-size:				11px;
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
body a {
	color:					#222222;
	text-decoration:		none;
}

#Container {
	position:				relative;
	height:					auto;
	width:					985px;
	margin:					0 auto 10px auto;
	background-color:		#e7ebf1;
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:				left;
}

#Header, #Footer {
	position:				relative;
	margin:					0 5px 0 5px;
	font-size:				11px;
	color:					#222222;
	background-image:		url(../images/default/Header-Bg.gif);
	background-repeat:		repeat-x;
}
#Header {
	height:					165px;
	width:					973px;
	background-position:	0 0;
	border-style:			solid;
	border-width:			0 1px;
	border-color:			#FFFFFF;
}
#Header .CornerTopLeft, 
#Header .CornerTopRight {
	display:				none;
}
#Footer {
	height:					106px;
	width:					955px;
	padding:				32px 10px 0 10px;
	background-position:	0 -134px;
	text-align:				justify;
	overflow:				visible;
}
#Header a:link, #Header a:visited, #Footer a:link, #Footer a:visited {
	color:					#222222;
	text-decoration:		none;
}
#Header a:hover {
	color:					#CCCCCC;
	text-decoration:		none;
}
#Footer a:hover {
	color:					#34498b;
	text-decoration:		none;
}

#Header .CornerBottomLeft, #Header .CornerBottomRight,
#Footer .CornerBottomLeft, #Footer .CornerBottomRight {
	height:					35px;
	width:					12px;
	background-image:		url(../images/default/OuterShadow-Corners.gif);
}
#Footer .CornerBottomLeft, #Footer .CornerBottomRight {
	top:					0;
	bottom:					auto;
	height:					138px;
}
#Header .CornerBottomLeft {		background-position:	0 0;		left:	-7px;}
#Header .CornerBottomRight {	background-position:	-11px 0;	right:	-7px;}
#Footer .CornerBottomLeft {		background-position:	0 -4px;		left:	-7px;}
#Footer .CornerBottomRight {	background-position:	-11px -4px;	right:	-7px;}

#HeaderLeft {
	position:				absolute;
	top:					6px;
	left:					1px;
	height:					150px;
	width:					488px;
	background-image:		url(../images/default/Header-Left.jpg);
	background-position:	37px 44px;
	background-repeat:		no-repeat;
}
#Welcome {
	position:				absolute;
	bottom:					4px;
	_bottom:				3px;
	left:					10px;
	font-size:				10px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
}
#Welcome a:link, #Welcome a:visited, #Welcome a:hover {
	text-decoration:		underline;
}
#HeaderRight {
	position:				absolute;
	top:					135px;
	right:					4px;
	_right:					3px;
	height:					19px;
	width:					400px;
	padding:				5px 10px 0 0;
	font-size:				9px;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	text-align:				right;
}
#HeaderRight a:link, #HeaderRight a:visited, #HeaderRight a:hover {
	text-decoration:		none;
}
#HeaderS13 {
	display:				none;
}

.OnlineUsers, .NavLink {
	font-size:				12px;
	font-weight:			bold;
	color:					#444444;
}
.OnlineUsers {
	padding:				7px 0 10px 0;
}
.NavLink {
	display:				block;
	position:				relative;
	float:					left;
	top:					92px;
	left:					3px;
	height:					17px;
	width:					132px;
	margin:					0 3px 0 3px;
	padding-top:			4px;
	text-align:				center;
	text-decoration:		none;
}
#Header .NavLink:link, #Header .NavLink:visited {
	color:					#444444;
}
#Header .NavLink:hover {
	color:					#3a566c;
}

#Content {
   _width:					985px;
   _margin-left:			5px;
}
TABLE#Content {
   width:					975px;
   margin-left:				5px;
	background-color:		#e7ebf1;
}

#Content:after {
   content:					".";
   visibility:				hidden;
   display:					block;
   clear:					both;
   height:					0; 
}

.ComponentWhole {
	position:				relative;
	width:					975px;
	background-color:		#FFFFFF;
}
.ComponentLeft,
.ComponentRight {
	height:					151px;
	background-image:		url(../images/ComponentBG.gif);
}
.ComponentLeft A.Archived,
.ComponentRight A.Archived {
	position:				absolute;
	bottom:					5px;
	right:					10px;
	font-size:				9px;
}
#Search, #Trader, .ComponentLeft, .ComponentRight {
	position:				relative;
	width:					675px;
	background-color:		#FFFFFF;
	background-position:	bottom;
	background-repeat:		repeat-x;
}
.ComponentLeft, #Search {
	border-style:			solid;
	border-width:			0 2px 0 0;
	border-color:			#777777;
}
#Search {
	height:					31px;
	width:					650px;
	padding:				4px 0 0 25px;
	color:					#575757;
	font-size:				12px;
	background-image:		url(../images/Components-Bottom.gif);
}
#Search FORM, #Search .SearchText, #Search .SearchBtn, #Search .LoginText, #Search .LoginBtn {
	margin:					0;
}
#Search .LoginText {
	width:					150px;
	margin-right:			22px;
}
#Search .LoginBtn {
	position:				relative;
	top:					1px;
	height:					24px;
	width:					126px;
}
#Search .SearchText {
	width:					364px;
}
#Search .SearchBtn {
	position:				relative;
	top:					1px;
	height:					24px;
	width:					83px;
}
#Search a {
	color:					#222222;
	font-size:				9px;
}
#Search, .ComponentLeft, .ComponentWhole {
	float:					left;
	margin-left:			5px;
	_margin-left:			0px;
}
#Trader, .ComponentRight {
	float:					right;
	margin-right:			5px;
}
#Trader {
	height:					82px;
}
#Trader img {
	position:				absolute;
	top:					1px;
	left:					1px;
}

#Content .CornerTopLeft, #Content .CornerTopRight, #Content .CornerBottomLeft, #Content .CornerBottomRight {
	width:					5px;
	_line-height:			0;
}
#Content .CornerTopLeft, #Content .CornerTopRight {
	height:					5px;
}
#Content .CornerBottomLeft, #Content .CornerBottomRight {
	height:					6px;
}
#Content .CornerTopLeft {		background-position:	0 -6px;}
#Content .CornerTopRight {		background-position:	-4px -6px;}
#Content .CornerBottomLeft {	background-position:	0 0;}
#Content .CornerBottomRight {	background-position:	-4px 0;}

#ForumTopics, #ForumNavigate {
	background-color:		#e7ebf1;
}
#ForumTopics {
	float:					right;
	height:					486px;
	width:					298px;
	/*margin-bottom:			2px;*/
	margin-right:			5px;
	border-style:			solid;
	border-width:			0 0 2px 0;
	border-color:			#777777;
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:				left;
	overflow:				hidden;
}
#ForumNavigate {
	float:					left;
	height:					231px;
	width:					298px;
	margin-left:			5px;
	_margin-left:			0;
	border-color:			#777777;
	border-style:			solid;
	border-width:			2px 2px 0 0;
}
#ForumNavigateList {
	height:					208px;
	padding:				0 10px 0 10px;
	border-bottom:			solid 2px #e7ebf1;
	_border-bottom:			none;
	overflow:				auto;
}
#ForumNavigateList strong, #ForumNavigateList a, .ForumTopicLogin, .ForumTopicLogin a {
	color:					#222222;
	font-size:				11px;
}
#ForumNavigateList strong, #ForumNavigateList a, .ForumTopicLogin {
	text-decoration:		none;
}
#ForumNavigateList a:hover, .ForumTopicLogin a:hover {
	color:					#34498b;
}
#ForumNavigateList strong {
	display:				block;
	margin-top:				10px;
}

.ForumTopic {
	height:					39px;
	font-size:				11px;
	border-bottom:			solid 1px #dddddd;
	overflow:				hidden;
}
.ForumTopic, .ForumTopic a {
	color:					#222222;
}
.ForumTopic a:hover {
	color:					#34498b;
}

DIV.ForumTopicName {
	float:					left;
	display:				block;
	width:					286px;
	height:					22px;
	margin:					2px 6px 0 6px;
	_margin:				2px 6px 0 3px;
	overflow:				hidden;
}
A.ForumTopicName {
	text-decoration:		underline;
	line-height:			20px;
}
DIV.ForumTopicForum {
	float:					left;
	display:				block;
	width:					286px;
	padding:				0 6px 0 6px;
}
DIV.ForumTopicForum SPAN {
	float:					left;
}
DIV.ForumTopicForum A {
	float:					right;
}
.ForumTopicPoster:link, .ForumTopicPoster:visited, .ForumTopicPoster:hover {
	text-decoration:		none;
}
.ForumTopicLogin {
	padding:				180px 0 0 0;
	width:					100%;
	text-align:				center;
}

.ComponentSubject {
	position:				absolute;
	top:					22px;
	right:					185px;
	color:					#222222;
	font-size:				14px;
	font-weight:			bold;
}
.ComponentSubject:hover {
	color:					#3a566c;
}
.ComponentImage {
	position:				absolute;
	top:					22px;
	right:					27px;
	padding:				3px;
	border:					none;
	background-image:		url(../images/ComponentImage.gif);
	background-repeat:		no-repeat;
}

.ComponentClubNews,
.ComponentEventInfo,
.ComponentFeaturedRide,
.ComponentClubResults {
	position:				absolute;
	top:					0px;
	left:					0px;
	padding:				58px 198px 23px 25px;
	color:					#575757;
	font-size:				12px;
	background-repeat:		no-repeat;
	background-position:	left top;
}

.ComponentClubNews {
	background-image:		url(../images/ComponentClubNews.gif);
}
.ComponentEventInfo {
	background-image:		url(../images/ComponentEventInfo.gif);
}
.ComponentFeaturedRide {
	background-image:		url(../images/ComponentFeaturedRide.gif);
}
.ComponentClubResults {
	background-image:		url(../images/ComponentClubResults.gif);
}

.ColumnRight {
	width:					298px;
	background-color:		#e7ebf1;
	color:					#222222;
	border-left:			solid 2px #777777;
	font-family:			Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align:				left;
}
DIV.ColumnRight {
	float:					right;
	width:					303px;
	border-width:			0;
}

#Content .Articles {
	position:				relative;
	width:					625px;
	padding:				30px 25px;
	line-height:			12px;
	background-image:		none;
	background-color:		#FFFFFF;
}
#Content .Articles A {
	color:					#222222;
}
#Content .Articles A:HOVER {
	color:					#444444;
}
#Content .Articles H1 {
	margin:					0 0 20px 0;
	font-size:				14px;
	color:					#222222;
}
#Content .Articles LI {
	margin:					5px 0 0 0;
	.margin:				25px 0 0 0;
	font-size:				12px;
	font-weight:			bold;
}
#Content .Articles UL.SmallText LI {
	margin:					5px 0 0 0;
	font-size:				11px;
	font-weight:			normal;
}
#Content .Articles SPAN {
	display:				block;
	position:				relative;
	top:					-5px;
	.top:					5px;
	color:					#999999;
	margin:					0 0 0 25px;
	font-size:				11px;
	font-weight:			normal;
}

.CornerTopLeft, .CornerTopRight, .CornerBottomLeft, .CornerBottomRight {
	position:				absolute;
	font-size:				0;
	background-image:		url(../images/default/Components-Corners-Grey.gif);
}
.CornerTopLeft, .CornerTopRight {		top:	0;}
.CornerBottomLeft, .CornerBottomRight {	bottom:	0;	_bottom: -1px;}
#Trader .CornerBottomLeft, #Trader .CornerBottomRight,
.Articles .CornerBottomLeft, .Articles .CornerBottomRight {	bottom:	-1px;	_bottom: -2px;}
.CornerTopLeft, .CornerBottomLeft {		left:	0;}
.CornerTopRight, .CornerBottomRight {	right:	0;	_right:	-1px;}

#ShadowLeft, #ShadowRight {
	_display:				none;
	position:				absolute;
	top:					0;
	height:					100%;
	width:					5px;
	background-image:		url(../images/default/OuterShadow-Vertical.gif);
	background-repeat:		repeat-y;
}
#ShadowLeft {
	left:					0px;
	background-position:	0 0;
}
#ShadowRight {
	right:					0px;
	_right:					5px;
	background-position:	-4px 0;
}

			#accordion {
				margin:				0;
				/*border-left:		solid 2px #777777;*/
			}
			.toggler {
				cursor:				pointer;
			}
			.toggler, .ColumnRight H1 {
				height:				15px;
				color:				#3a566c;
				margin:				0;
				padding:			4px 0 2px 7px;
				background-image:	url(../images/default/Sidemenu.gif);
				background-repeat:	repeat-x;
				font-size:			11px;
				font-weight:		bold;
			}
			.toggler:hover {
				color:				#1f3b51;
			}
			 
			.element {
				margin-top:			0;
				height:				402px;
			}
