* {
    padding: 0;
    margin: 0;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	background:#7c716e;
	color:#c9bab6;
}
a{
	color:#FBEAA5;
}
.wrapper {
	margin: 0px auto;
	width: 1235px;
}
.main_left{
	background:url(http://www.cherylsclassicphotos.com/templates/default/images/left.jpg);
	width:124px;
	height:669px;
	float:left;
}
.main_center{
	width:964px;
	height:669px;
	float:left;
}
.main_center_top{
	width:964px;
	height:76px;
}
.main_center_content{
	background:#3a3331;
	height:494px;
}
.main_center_bottom{
	background:url(http://www.cherylsclassicphotos.com/templates/default/images/bottom.jpg);
	width:964px;
	height:99px;
}
.main_right{
	background:url(http://www.cherylsclassicphotos.com/templates/default/images/right.jpg);
	width:147px;
	height:669px;
	float:left;
}
/* SERVICES */
.services_header{
	color:#fea46a;
	font-size:11px;
	font-weight:bold;
}
.services_list{
	color:#a89487;
	font-size:11px;
}

.contact_form_input{
	border:solid 1px #666;
	padding:2px;
	font-size:11px;
	background:#191D1F;
	color:#ccc;
	width:200px;
}
.contact_form_submit{
	border:solid 1px #666;
	padding:2px;
	font-size:11px;
	background:#191D1F;
	color:#ccc;
	width:75px;
}
.contact_error{
	color:#7F0000;
	background:#B5CEDF;
	padding:5px;
	border:solid 2px #000;
	width:306px;
}