/* define the content section along with 
the various heading styles */
#content h1 {
	margin-top: 0;
	padding-top: 20px;
	font-size: 1.8em;
}

#content h3 {
	margin-bottom: 3px;
	color: #7C83AD;
	margin-top: 6px;
}

#content p {
	margin-top: 3px;
	font-size: 0.9em;
	color: #CE82C0;
	width: auto;
	font-weight: bold;
}

#navigation ul {
	margin: 0;
	padding: 0;
	width: 100px;
	list-style: none;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	width: 82px;
}


/* The Whats New section lists out the most recent 5 products */
#whatsnew {
	color: #CE82C0;
	margin: 0;
}
#whatsnew h2 {
	height: 36px;
	text-align: center;
	margin: 18px 0 0 0;
	padding: 0;
}
#whatsnew .whatsnewimage {
	/* the background image is 161 x 36 px */
	width: 161px;
	height: 36px;
	background-image: url(/images/assets/text_whatsnew.gif);
	background-repeat: no-repeat;
	position: absolute;
}
#whatsnew ol {
	list-style-type: none;
}
#whatsnew ol li {
	float: left;
	width: 100px;
	text-align: center;
}
#whatsnew ol li strong {
	display: block;
}



#signup label {
    width: 50px;
}	

