@charset "UTF-8";
/* CSS Document */

a:link { color: #000000; font-weight: normal; text-decoration: underline;}
a:visited { color: #000000; font-weight: normal; text-decoration: underline; }
a:active { color: #000000; font-weight: normal; text-decoration: underline; }
a:hover { color: #000000; font-weight: normal; text-decoration: none; }

body {
	margin: 0;
	background-color: #e7eef8;
	font-family: "Lucida Grande", verdana, arial, helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
}

#mainhead {
	width: 1000px;
	height: 140px;
	background: url(images/mainhead.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #000000;
	text-align: left;

}

#mainhead2 {
	width: 1000px;
	height: 210px;
	background: url(images/mainhead2.jpg) no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: 14px;
	color: #000000;
	text-align: left;

}

#nav {
	position: relative;
	top: 10px;
	left: 40px;
	text-align: left;
/*	width: 770px; */
}

#tagline {
	width: 609px;
	font-size: 24px;
	line-height: 36px;
	margin-left: 100px;
	text-align: left;
	color: #FFFFFF;
}

#wrapper {
	width: 920px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#header {
	width: 900px;
	margin: auto;
	font-size: 14px;
	color: #000000;
	background: url(images/logo.jpg) left no-repeat;
	height: 140px;
}

#headerList {
	width: 300px;
	float: right;
	text-align: left;
	margin-top: 10px;
}

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

#headerList li {
	background: url(images/bullet.gif) left center no-repeat;
	padding-left: 25px;
	padding-bottom: 2px;
}

#seal {
	position:relative;
	top: 109px;
	left: 517px;
	z-index: 50;
	margin-left: auto;
	margin-right: auto;	
}
	
#topContent {
	background: url(images/topContent.jpg);
	height: 60px;
}

#content {
/*	background: url(images/contentbg.jpg) top repeat-x; */
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	background-color: #556a8a;
	text-align: left;
}

.padded {
	padding: 0px 50px 0px 50px;
}

.itsafact {
	font-size: 30px;
	color: #f0d171;
}

.highlight {
	color: #f0d171;
}

.tbl_numViews {
	color: #f0d171;
}

.tbl_profileViews {

}

.tbl_numPlays {
	color: #f0d171;
}

.tbl_musicPLays {

}

.tbl_spreadOver {

}

.tbl_dropDown {

}

.tbl_for {

}

.tbl_amount {
	color: #f0d171;
}

.tbl_buyNow {

}

#leftshadow {
	background: url(images/leftshadow.jpg) left repeat-y;
}

#rightshadow {
	background: url(images/rightshadow.jpg) right repeat-y;
}

#bottomshadow {
	background: url(images/bottomshadow.jpg) no-repeat;
	width: 920px;
	height: 20px;
}


#footer p{
	font-size: 11px;
	line-height: 15px;
	color: #333333;
}

.marginFix {
	margin-left: -4px;
}