/*
 * webstream.pl CSS  
 *
 */
body {
	font-family: Helvetica,HelveticaNeue,"Helvetica Neue",Arial,Geneva,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #000;
	margin: 0px;
	background-image: url(../_images/webstream2.jpg);
	background-position: center 0px;
	background-repeat: no-repeat;
		
}
a {
	color: #fff;
	text-decoration: none;	
}

a:hover{
	text-decoration: underline;
}

ul{
	padding: 0px;
	margin: 0px;
	list-style-type: none;	
}

#pageWrapper{
	width: 960px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;	
}

#pageHeader{
	height: 447px;
	width: 960px;
}

#leftPanel{
	width: 425px;
	float: left;
	padding-left: 50px;
}

#leftPanel #customersWrapper{
	width: 343px;
	height: 100px;
	margin: 5px 0px 0px 10px;
}

#leftPanel #customersWrapper img{
	border: solid 1px #1D1D1D;
} 

#rightPanel{
	width: 475px;
	float: right;	
	padding-top: 25px;
}

#rightPanel h1{
	padding-left: 28px;
}

#rightPanel ul {
	padding: 5px 70px 0px 30px;
}

#rightPanel ul li{;
	font-size: 14px;
	line-height: 1.2;
	text-align: right;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	padding: 0px 0px 0px 10px;
	margin: 0px;
}

#footer{
	margin-top: 60px;
	text-align: right;
	font-size: 12px;
	padding-right: 70px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif
}