/* PhotoCareCenter color palette 

#4C4341    ASH
#646266    DULL GRAY
#7B798F    PEWTER BLUE
#ADA982    DARK TAN
#D8D5BC    MED TAN
#EDE4D6    LIGHT TAN
#667F6A    DARK GREEN
#DB7E40    BURNT ORANGE

*/
#wrapper{
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #D8D5BC;
	
}

#banner-top {
	height: 400px;
	width: 940px;
	background-color: #D8D5BC;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	line-height:1.5em;
	background-image: url(../photos/PCC_header-banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	
}
#footer {
	height: 100px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#banner-small-txt {
	width: 350px;
	text-align: center;
	position: relative;
	clear: both;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	float: left;
	font-size: 20px;
	line-height: .8 em;
}
#banner-small-txt-btm {
	width: 350px;
	text-align: center;
	float: left;
	line-height: .8 em;
	clear: both;
}

.text266-left{
	width: 250px;
	height: 300px;
	padding: 10px;
	border: 2px solid;
	float: left;
	margin:10px;
	border-top-left-radius:25px;
	border-bottom-right-radius:25px;
	background-color: #FFF;
}
#mid-holder{
	width: 900px;
	height: 350px;
	margin: 0 auto;
	clear:both;
	display:block;
	text-align: left;
}
.textwide{
	width:820px;
	padding: 20px;
	background-color:#4c4341;
	color:#FFF;
	border: 2px solid;
	border-radius: 25px;
	clear:both;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
}
