* {
	margin : 0;
	padding : 0;
	}
	
body, html {
	margin : 0;
	padding : 0;
	height : 100%;
	font-family : arial;
	font-size : 0.82em;
	text-align : center;
	}
p, td {
	padding : 3px;
	}
h1 {
	font-size : 20px;
	color : black;
	}
h2 {
	display : block;
	color : black;
	background : silver;
	padding : 2px 0 0 10px;
	}
h3, h4 {
	padding : 5px;
	display : block;
	
	background : grey;
	color : #cccccc;;
	}
h5 {
	padding : 5px;
	display : block;
	
	
	color : #cccccc;;
	}
#wrapper {
	
	width : 805px;
	margin-left : auto;
	margin-right : auto;
	color : white;
	text-align : left;
	background : white;
}	
	
#header {
	height : 100px;
	border-bottom : 5px solid black;
	color : white;
	}
.header_title h2 {
	font-size : 24px;
	position : relative;
	top : -10px;
	color : black;
	}
#leftpane {
	width : 235px;
	height : 560px;
	float : left;
	background : black;
	color : black;
	
	}
#content {
	width : 570px;
	float : left;
	height : 800px;
	color : black;
	
	
	}
.text {
	padding-left : 15px;
	}
#footer {
	clear : both;
	height  : 20px;
	margin: 0;
	height : 26px;
	width : 805px;
	margin-left : auto;
	margin-right : auto;
	text-align : center;
	background : black;
	color : white;
	
	}
.footerlink {
	color : yellow;
	}
.headerlink {
	color : black;
	font-size : 14px;
	font-family : Helvetica;
	font-weight : bold;
	text-decoration : none;
	padding-left : 20px;
	}
.player {
	
	width : 100%;
	text-align : left;
	}
.clips_petrol {
	background : white;	
	}
.clips_petrol a{
	color : black;
	display : block;
	background : white;
	
	padding : 4px;
	
	
	font-size : 18px;
	}
.clips_petrol h5 {
	background : black;	
	}
