/* CSS Document */

@import url('contentPage.css');



.homeContent {

	float: left;
	width: 950px;
	
}

.pageContent
{
	display: block;
	width: 800px;
	float: right;
}


.contentHeader
{
	
	float: left;
	
}

.homeHeaderTitle
{
	display: block;
	width: 950px;
	float: right;
	padding-top: 42px;
}

.homeHeaderMainTitle
{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
}

.homeHeaderSubTitle
{
	font-size: 14px;
	color: #b80404;
	display: block;
	width: 400px;
	float: left;
	text-align: left;
	font-weight: bold;
}


.listingType {
	display: block;
	float: left;
	width: 760;
	padding-top: 15px;
}

.infoContent {
	
}

.infoContent b {
	color: #009900;
}


.selectHolder {
	padding-top: 20px;
	display: block;
	width: 850px;
}

.subContent {
	display: block;
	float: right;
	width: 760px;
	padding-top: 5px;

}

.aboutSelect {
	padding-top: 15px;

	font-weight: bold;
	font-size: 16px;
	
	width: 650;
	float: left;
	
	text-align: center;
}

.aboutSelect b {
	color: #00CC00;
}

.collections {
	clear: left;
	display: block;
	float: left;
	width: 700px;
	padding-top: 20px;

}

.collectionHolder {
	display: block;
	width: 220px;
	text-align: center;
	float: left;
	padding-bottom: 20px;

}


.collectionHolder img {
	

}

.collectionTitle {
	display: block;
	width: 200px;
	font-weight: bold;

}

.buttonSelect {
	margin-top: 4px;
}



