body{
	font-family: arial, verdana;
	background-image:url('pix/tuner_background.jpg');
	background-repeat:no-repeat;
	background-position: top center;
	background-color: black;
	padding-top:80px;
	color: white;
	font-size: 12px;
}
#content-container{
	width:500px;
	text-align:left;
}
#content-container ol li{
	margin-bottom:5px;
	font-size: 12px;
}

h2{
	font-size:16px;
	margin-bottom:0;
	padding-bottom:0;
	font-weight:bold;
}
h2+p{
	margin-top:2;
	padding-top:0;
	font-weight: bold;
}
a{
	color:#70e7f9;
	text-decoration:none;
}

/* link to flash 10.1 download */
.flash-link{
	font-weight: 800;
	font-style:italic;
}

/* Social Links */
ul.social-links li{
	display:inline; 
	margin: 0px 3px;
	vertical-align:bottom;
}
		
span.fb_share_count_nub_right {display:none !important;}

/* (deprecated) Social Links */
.social-links{
	margin:auto;
	text-align:center
}
.social-tools{
	display:block;
	width:363px;
	height:33px;
	background-image:url('pix/tuner_social_background.jpg');
	margin-top:20px;
}

/* Main Navigation */
ul.navigationLinks{
	list-style-type:none;
	text-align:center;
}
ul.navigationLinks li{
	display:inline;
}
ul.navigationLinks li a{
	text-decotation:none;
	color:white;
	margin-right: 20px;
	font-weight:800;
}
ul.navigationLinks li a:hover{
	text-decoration:underline;
}