/* overall Styles */
* {
	margin:0;
	padding:0;
	border:0;
	list-style:none;
}
a {
	cursor:hand;
}

body {
	font-size: 0.8em;
	font-family: 'Open Sans', Arial, sans-serif;
	color:#333;
	background:#fff;
}
a:link, a:active {
	color:#7376b8;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#7376b8
}
a:hover, a.boldTextBlue:hover span {
	color:#f14d22;
	text-decoration:none;
}
#wrapper {
	margin: 0 auto;
	width: 870px;
}

#header {
	background: url('http://img.roxio.com/pinnacle/images/nav-bar.gif') bottom left no-repeat;
	padding-bottom: 40px;
}

#content {
	padding: 15px;
	min-height: 300px;
	height: auto !important;
	height: 300px;	
}

#content h1 {	
	font-size: 1.75em;
	font-weight: 600;
}

#content ul {
	padding-top: 15px;
	padding-bottom: 15px;
}

#content p {
	padding: 0 0 5px 0;
}

#footer {
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding-top: 15px;
padding-bottom: 15px;
}

#footer p {
	text-align: center;
}