#content {
	padding: 5px;
	background-color: #F0E9D7;	
}
	.column {
		width: 48%;
		float: left;
	}
	.subTitle {
		text-transform: uppercase;
		font-size: 17px;
		font-weight: bold;
		color: #7C1332;
	}

#home #content {
	background-image: url(../images/contentBackground.jpg);
	background-repeat: no-repeat;
	height: 310px;
}
	#home #comeExplore {
		position: absolute;
		top: 2px;
		left: 20px;
	}
	#home #mission {
		position: absolute;
		top: 53px;
		left: 190px;
		width: 400px;
		font-size: 15px;
		line-height: 140%;
	}


#about #content {
	height: 410px;	
}
	.newsItem {
		background-image: url(../images/redStarYellowBG.jpg);
		background-repeat: no-repeat;
		padding-left: 25px;
	}
		.newsItem a, #about a {
			color: #000000;
		}
		.newsItem a:hover, #about a:hover {
			text-decoration: none;
		}
		.newsItemBottom {
			font-size: 12px;
			font-style: italic;
		}

#dealers p {
	margin: 1px;
}
#dealers #storeImage {
	padding-top: 40px;	
}
#dealers .indent {
	padding-left: 40px;	
}
	#dealers .indent div {
		padding-top: 5px;
	}
	

#portfolio #content {
	position: relative;	
	padding-top: 50px;
}
		#portfolio .imageThumbnail {
			width:24%;
			float: left;
			position: relative;
			text-align: center;
		}
			#portfolio .thumbnail {
				border: 0;
		
		/*		width: 100px;
				height: 80px;
			*/
			}
			#portfolio .imageHeaderSmall { /* text above the thumbnail */
				font-size: 11px;
				margin-top: 10px;
			}	
			#portfolio .imageHeader{
				font-size:12pt;
				font-weight:bold;
				width:100%;
			}

		#portfolio a {
			font-weight: bold;
			text-deocoration: underline;
			color: #7C1332;
		}
			#portfolio a:hover {
				text-decoration: none;
			}
			
		#portfolio #next {
			position: absolute;
			top: 20px;
			right: 5px;
			z-index: 20;
		}
        #portfolio #photoHeader {
            position: absolute;
            top: 25px;
            width: 100%;
            text-align: center;
            font-size: 12px;
            z-index: 10;
        }
		#portfolio #previous {
			position: absolute;
			top: 20px;
			left: 5px;
			z-index: 20;
		}
		
#storeInfo .column {
	padding-left: 30px;
	width: auto;
}
	.subDiv {
		clear: both;
		margin-top: 10px;
		padding-left: 10px;
	}
	#storeInfo hr {
		width: 150px;
		color: #000000;
		height: 1px;
	}
	#storeInfo a {
		color: #000000;	
	}
		#storeInfo a:hover {
			text-decoration: none;
		}
	#storeInfo #map {
		float: left;
		padding-left: 50px;	
	}
		#storeInfo #map img {
			
		}
		

#contact #content {
	height: 440px;	
}
	#contact p {
		margin: 1px 1px 1px 20px;	
	}
	#contact form {
		text-align: center;
		margin-top: 0;
	}
		#contact form label {
			display: block;
			width: 300px;
			text-align: right;	
			float: left;
			padding-right: 10px;
			margin-top: 10px;
		}
		#contact form input, #contact form textarea {
			display: block;
			float: left;
			width: 300px;
			margin-top: 10px;
		}
		#contact form .submit {
			clear: left;
			padding-left: 330px;
		}
			#contact form .submit input {
				width: auto;
			}