
/* General setup */

#normal{
	background: url(images/nielsen_2009_bg_b.jpg) #FFFFFF;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	margin: 0 0 0 0;
}

#popup{
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;	
	margin: 0 0 0 0;
}

#wrapper {
	background: #FFFFFF;
	width: 800px;
	margin: auto;
	position: relative;
	margin: auto;
	top: 0px;
}

#bottom	{
	height: 30px;
	background: url(images/nielsen_2010_footer.gif);
	width: 800px;
	margin: auto;
	position: relative;
}

/* main boxes */

#header {
	background: url(images/nielsen_2009_header_b.jpg) #FFFFFF;
	height: 85px;
	width: 800px;
}

#slogans{
	width: 800px;
	text-align: center;
}

#slogans a{
	background-color: #FFFFFF;
	font-family: Arial Black, Helvetica, sans-serif;
	color: #0aa9e0;
	font-size: 40px;
	font-weight: bold;
	padding: 15 0 15 0;
}


#mainContent {
	width: 800px;
	text-align: left;	
	float: left;
}

#illustrations {
	width: 800px;
}

#footer {
	width: 800px;
}

/* content */

#leftContent {	
	width: 510px;
	float: left;
	text-align: justify;
	margin-top: 20px;
	background: #FFFFFF;
}

#leftContentBottom {
	width: 510px;
	float: left;
	background: url(images/nielsen_2010_leftcontentbottom.jpg) #FFFFFF;
	height: 150px;
}

#leftContentText {
	background: url(images/nielsen_2010_leftcontent.jpg) #FFFFFF;
}


#leftContent p{
	padding: 0px 100px 0px 100px;
	font-size: 12px;
}

#leftContent .smallPrint{
	padding: 10px 100px 0px 100px;
	font-size: 11px;
	color: #747474;
}

#leftContent ol {
	padding: 0px 100px 0px 100px;
	font-size: 12px;
	color: #747474;
	margin-bottom: 0px;
}

#leftcontent a{
	padding: 0px 100px 0px 100px;
	color: #000000;
	font-size: 12px;
}

#leftContent img{
	border: 0px;
}

#leftcontent h1{
	font-size: 18px;
	font-weight: bold;
	color: #0AA8E5;
	padding: 0px 100px 0px 100px;	
}

#leftcontent #leader{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#linked{
	text-align: center;
}

#rightContent {
	width: 290x;
	float: right;
	margin-top: 20px;
}

#rightContent a{
	text-decoration: none;
}

#rightContent img{
	border: 0px;	
}

#footer p {
	font-size: 10px;
	color: #909090;
	padding: 10px 50px 10px 50px;
	margin: 0 0 0 0;
}

#footer a {
	color: #909090;	
}


