
body {
	background-color: #fff;
	margin-top: 75px;
}

#MainContainer {
	width: 895px;
	height: auto;
    background-color: #fff;
    margin-left:auto;
    margin-right:auto;
}

#GalleryLogo {
	width: 885px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 55px;

}

#HomeMain {
	width: 785px;
	margin:0px 55px 0px 55px;
	height: auto;
    background-color: #BDC1CC;
	text-align:center;
}

#PricingMain {
	width: 785px;
	margin:0px 55px 0px 55px;
	_margin:0px 27px 0px 27px;
	height: auto;
    background-color: #E9EEF4;
	text-align:left;
	float:left;
}

#ContactMain {
	width: 785px;
	margin:0px 55px 0px 55px;
	_margin:0px 27px 0px 27px;
	height: 345px;
    background-color: #E9EEF4;
	text-align:left;
	float:left;
}


.PricingPic {
	float:left;
	border-right-color:#BCC1CB;
	border-right-width:4px;
	border-right-style:solid;

}

.ContactPic {
	float:left;
	border-right-color:#BCC1CB;
	border-right-width:4px;
	border-right-style:solid;
	!margin:0px 0px -20px 0px;
}

.PricingText {
	float:left;
	padding:17px 0px 0px 65px;
	border:none;
}

.BioText {
	float:left;
	padding:10px 0px 0px 25px;
}

.ContactText {
	float:left;
	padding:12px 0px 5px 220px;
}

.ThanksText {
	float:left;
	padding:55px 0px 10px 110px;
}

#Navigation {
	width: 895px;
	float:left;

}

#Navigation2 {
	width: 375px;
	float:left;
	padding:0px 0px 0px 475px;

}

ul.ContactForm {
	list-style-image: none;
	list-style-type: none;

}
ul.ContactForm li {
	padding:0px 0px 3px 0px;

}

.CustomField {
	width: 245px;
	height:16px;
	border: none;
	!border-width:0px;
	padding-left:3px;
	background-color:#fff;
}

.CommentsField {
	width: 245px;
	border: none;
	!border-width:0px;
	padding-left:3px;
	
}

.SubmitButton {
	!margin:0px 0px 0px 225px;
	margin:2px 0px 0px 225px;
	background-color:#bbc2cc;
	height:22px;
	width:60px;
	border:0;
	color:#3b3d40;
	cursor:pointer;
}


#clear {
	clear:both;

}