/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
div#centerc {
	width: 600px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 30px;
	float:left;
}
div#centerc UL {
	list-style-type:disc;
	margin-top: 12px;
	margin-bottom: 12px;
}
#header {
	width: 590px;
	height: 44px;
	text-align: right;
	padding-right: 10px;
}
#left_partition {
	width: 330px;
	float: left;
	overflow:auto;
}
#left_partition1 {
	padding-left: 10px;
	width: 210px;
	float: left;
}
#left_partition2 {
	width: 200px;
	padding-top: 10px;
	float: left;
}
#image	{
	width: 100%;
	float: left;
	padding-top: 20px;
	text-align: center;
}
#slogan_box {
	display: block;
	width: 100%;
	float: left;
	line-height: normal;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#example_overview	{
	height: 367px;
	width: 307px;
	padding: 50px 0px 0px 7px;
	float: left;
	text-align: center;
	background-image: url(../images/about/overview.jpg);
	background-repeat: no-repeat;
}
#example	{
	width: 100%;
	float: left;
	text-align: center;
}
a.enhanced {
	display: block;
	width: 285px;
	height: 62px;
	background-image: url(../images/about/enhanced.jpg);
	background-repeat: no-repeat;
	float: left;
}
a:hover.enhanced {
	background-position: left -62px;
}
a.directory {
	display: block;
	width: 285px;
	height: 62px;
	background-image: url(../images/about/directory.jpg);
	background-repeat: no-repeat;
	float: left;
}
a:hover.directory {
	background-position: left -62px;
}
a.spotlight {
	display: block;
	width: 285px;
	height: 62px;
	background-image: url(../images/about/spotlight.jpg);
	background-repeat: no-repeat;
	float: left;
}
a:hover.spotlight {
	background-position: left -62px;
}
a.coupon {
	display: block;
	width: 285px;
	height: 62px;
	background-image: url(../images/about/coupon.jpg);
	background-repeat: no-repeat;
	float: left;
}
a:hover.coupon {
	background-position: left -62px;
}
a.info {
	display: block;
	width: 285px;
	height: 62px;
	background-image: url(../images/about/info.jpg);
	background-repeat: no-repeat;
	float: left;
}
a:hover.info {
	background-position: left -62px;
}
a.oomp {
	display: block;
	width: 285px;
	height: 62px;
	background-image: url(../images/about/oomp.jpg);
	background-repeat: no-repeat;
	float: left;
}
a:hover.oomp {
	background-position: left -62px;
}
#right_partition {
	display: block;
	width: 250px;
	float: left;
	padding: 10px 5px 0px 15px;
}
#right_partition1 {
	display: block;
	width: 350px;
	float: left;
	padding: 23px 20px 20px 10px;
}
#right_partition2 {
	margin-left: auto; 
	margin-right: auto;
	display: block;
	width: 350px;
	float: clear;
}
#price_box {
	display: block;
	width: 100%;
	float: right;
	line-height: normal;
	text-align: right;
}
#price_box_info {
	display: block;
	width: 100%;
	float: right;
	line-height: normal;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
/****************************************************************/
/*                          Text                                */
/****************************************************************/
.slogan {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.dollar {
	font-size: 24px;
	font-weight: bold;
}
.price {
	font-size: 36px;
	font-weight: bold;
}
.month {
	font-weight: bold;
}
li {
	margin: 4px 5px 4px 10px;
}	
.disclaimer {
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
}
