@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../NavImgs/MainBg_large2.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000;
}

body {
/*  	background: #1b1b1b	 url(../NavImgs/body.jpg) repeat 50% 0%;  */
	position: relative;
	font: 80%/1.5em Arial, Helvetica, sans-serif;
	color: #ccc;
}

#mainContainer {
	width: 100%;
	overflow: hidden;
/*	font-size: .25em; */
 	background-image: url(../NavImgs/shine.jpg);
	background-repeat: repeat-x;

/*		background-position: 50% 0%;  */
}


#MainContainer {
		
}

#MainPlaceholder {
		margin: 0 auto;
	position: relative; 
	width: 950px;
}

#HeaderLyr {
	background-color:#000;
	background-image:url(../NavImgs/head_bg1.jpg);
	background-repeat: no-repeat;
	height:160px;
}

#LogoLyr {
	margin-top: 50px; 
	margin-left: 10px;
	width: 200px; 
	height: 80px; 
	float: left;
}

#LogoElementLyr {
	margin-top: 10px; 
	margin-right: 5px; 
	width: 250px; 
	height: 140px; 
	float: right; 
	background-image: url(../NavImgs/RTW_Stamp.png);
	background-repeat: no-repeat;
}


#MainContent {
	margin-top:5px;
}

#leftContainer	{
	float:left; 	
	width: 200px;
}
#leftBar {
	background-color:#000;
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;	
}
#leftBar img {
	margin-top: 5px;
	margin-bottom: 5px;	
}

#content {
/*	Float:right; */
	background-image:url(../NavImgs/MainBg.png);
	width: 710px; 
	min.height: 780px;
	margin-left: 210px;
	padding: 15px;
}
#contentTxt {
	width: 520px; 
	min-height: 980px;	
}
#contentTxt img{
/*	width: 140%; */
/*	height: 140%;  */ 
}

strong, h1 {
	color: #ffF; 
}

#sponsors {
/*		background-color:#060; */
	float: right; 
	width: 185px; 
	padding-top: 15px;  
	min.height: 450px;	
}

#Footer {
}
#dekor	{
/*	background-image:url(../NavImgs/Bike.png);  */
	height: 652px; 
	width:	756px; 
	position:absolute; 
	bottom: -250px; 
	right: -350px; 
}

#bike {
	float: right; 
}

.Hidden {
	visibility:hidden;
}

/* Clear Floated Elements */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

A:link	{
	color:#F93;
	text-decoration:none;
}
A:active	{
	color:#F93;
	text-decoration:none;
	}
A:visited	{
	color:#F93;
	text-decoration:none;
}
A:hover	{
	color:#F93;
	text-decoration:underline;
}