*{
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	text-decoration: none;
}

body{
	font-family: "Arial Rounded", arial, "sans serif";
	font-size: 12px;
	color: #363637;
}

h1{
	display: block;
	background: url(../images/niedoLogo.png) top left no-repeat;
	text-indent: -9999px;
	height: 146px;
	width: 308px;
	text-align: left;
	margin-bottom: 20px;
}

h2{
	text-indent: -9999px;
	width: 390px;
	height: 70px;
	display: block;
	margin: 0px auto;
	border: 1px solid #999;
}

h2#d{
	background: url(../images/header_displaystar.png) top left no-repeat;
}

h2#a{
	background: url(../images/header_artworld.png) top left no-repeat;
}

h2#s{
	background: url(../images/header_streetpolebanners.png) top left no-repeat;
}

em{
	font-size: 10px;
	text-align: center;
}

strong{
	font-size: 18px;
	color: #0066cc;
	text-align: center;
}

#wrapper{
	width: 800px;
	margin: 20px auto;
	padding: 10px;
	background: #f5f7ff;
	border: 1px solid #999;
	overflow: hidden;
	background: url(../images/background.jpg) top left no-repeat;
}

#leftcol{
	width: 320px;
	float: left;
	text-align: right;
}

#rightcol{
	width: 450px;
	float: right;
}
#rightcol div{
	background: #859cff;
	margin: 10px;
	margin-top: 0;
	padding: 5px 0;
	overflow: hidden;
	border: 1px #787b89 solid;
	width: 400px;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
}

#rightcol ul{
	list-style: none;
	padding: 10px;
	padding-top: 0;
	margin-top: 10px;
}

#rightcol li{
	float: left;
	border: 5px solid #999;
	height: 260px;
	background: #fff;
}

#rightcol li p{
	width: 135px;
	padding: 10px;
}

#rightcol img{
	background: #fff;
}

#rightcol p a{
	font-size: 12px;
	font-weight: bold;
	display: block;
}