body {
	margin:0px;
	padding:0px;
	
	background-color:rgb(0,0,0);
	background-image: url(pictures/grey2BlackBackground.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
}

img	{
	border-style:none;
}

#header .leftBanner{
	position:absolute;
	float:left;
	margin:55px auto auto 72px;
}

#header .rightBanner{
	position:absolute;
	float:right;
	margin:55px auto auto 572px;
}

#pageWrapper{
	font-size: 12px;
	background-color: rgb(255,255,255);
	color: rgb(51,51,51);
	margin: 50px auto 0px auto;

	position:relative;
	/*
	left:150px;
	top:50px;
	*/
	
	width:800px;
	padding-bottom: 30px;
	
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255,255,0);
}

#header{
	position:relative;
	height: 200px;
	background-color:rgb(0,0,0);
	
	background-color:rgb(0,0,0);
	background-image: url(pictures/prpCyclesLogo.jpg);
	background-repeat:no-repeat;
	background-position:center;
}

#navigation{
	margin: 25px 20px 25px 20px;
	
	border-bottom-color:rgb(153,153,153);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
	text-align:center;
}

#navigation a { 
	font-size:18px;
	color:rgb(102,102,102); 
	text-decoration: none;
	
	margin: 0px 25px 0px 0px;
	padding: 5px 0px 10px 0px;
} 

#navigation a.current { 
	color:rgb(0,0,0); 
	background: url(pictures/linkCurrentNavTriangle.jpg) no-repeat center bottom; 

} 

#navigation a.current:hover, #navigation a.current:active{
	background: url(pictures/linkCurrentNavTriangle.jpg) no-repeat center bottom; 
} 

#navigation a:hover, #navigation a:active{
	background: url(pictures/linkHighlightNavTriangle.jpg) no-repeat center bottom; 
} 

#newsColumn{
	
	margin: 20px 20px 40px 20px;

	width: 170px; 
	float: left; 
	display:inline;

}

#newsColumn .sticker{
	border-style: solid;
	border-width: 1px;
	border-color: rgb(153,153,153);

}

#newsColumn .sticker .heading{
	font-weight:bold;

	background-color:rgb(153,153,153);
	padding: 5px;

}

#newsColumn .sticker .description{

	padding: 5px;

}

#newsColumn .sticker .description img{
	float:left;
	padding: 5px 5px 5px 0px;


}

#mainColumn{
	
	margin: 20px 20px 40px 20px;

	width: 540px; 
	float: right;
	display:inline;

}

#mainColumn .section{
  overflow:hidden;
	margin-bottom: 10px;
	
}

#mainColumn .section .heading{
	font-weight:800;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: rgb(153,153,153);
	
	clear:both;
}

#mainColumn .section .description{
	padding: 5px 0px 40px 0px;
}

body.gallery #mainColumn .section .description a{
	display:block;
	float:left;
	margin:5px 8px 0 0;
	min-height:100px;
	text-align:center;
}

body.gallery #mainColumn .section .description img{
	float: none;
	padding:0;
	height:80px;
}

#mainColumn .section .description img{
	float:left;
	padding:10px 10px 10px 0;
}

#press #mainColumn .section .description img{
  height:80px;
}
#press #mainColumn .section .description p{
  overflow:hidden;
}


#mainColumn .section .description img.bike{
}


.clear{
	clear:both;
}


#mainColumn .section .description p.bike{
	margin-left:120px;
	width:400px;
}


#footer{
	clear:both;

	font-size: 10px;
	margin: 50px 20px 0px 20px;
	width:760px;
	height:25px;


	background-image: url(pictures/impressumBar.jpg);
	background-repeat:no-repeat;
	/*
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(255,255,0);
	*/

}

#mirrorBottomPage{
	position:relative;
	/*
	left:150px;
	top:50px;
	*/
	
	margin: 0px auto 0px auto;
	
	width:802px;
	height:200px;

	background-image: url(pictures/mirrorBottomPage.jpg);
	background-repeat:no-repeat;
}


#mainColumn #mobileDeContainer{
  position:relative;
  overflow:auto;
  width:540px;
  height:500px;
}
