body {
	background:#fefef8;
	color: #000;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 13px;
	padding: 0;
	margin:0;
}
* html .container {
	margin-left: -778px;
	position: relative;
}
/*\*/
* html .container, * html .content {
	height: 1px;
}
/**/
.width {
	width: 90%;
	min-width: 778px;
	max-width: 778px;
	margin:0 auto;
	height:100%;
	border: 1px solid #000;
}
* html .minwidth {
	padding-left: 778px;
}
/*\*/
* html .minwidth, * html .layout {
	height: 1px;
}
/**/
p {padding:1.2em; margin:0;}

#header {
	height:147px;
	background:#314e84;
	text-align:center;
	border-bottom: 3px solid #d72733;
}
#headername
{
	width: 260px;
	float: left;
	padding: 30px;
}
#headerphoto
{
	width: 166px;
	float: left;
}
#headerballoons
{
	float: right;
	padding-right: 30px;
}
#headerballoons img 
{
	margin-left: 25px;
}
#menu
{
	clear: both;
	border-bottom: 3px solid #d72733;
}
.content {
	padding: 5px;
}
#contact
{
	font-size: 16px;
	font-weight: bold;
	color: #d72733;
	padding-top: 15px;
}
.homephoto
{
	padding: 4px;
	border: 1px solid #cccccc;
	margin: 10px 20px 20px 0px;
}
.gallery th
{
	font-weight: bold;
	font-size: 16px;
	padding: 0px 0px 10px 10px;
}
.gallery img
{
	padding: 4px;
	border: 1px solid #cccccc;
	margin: 10px 20px 20px 20px;
}
.testimonial
{
	padding: 10px 5px 10px 5px;
	clear: both;
}
.testimonial img
{
	float: left;
	margin: 5px 7px 5px 7px;
}
.testimonial p
{
	padding: 10px;
	margin 0px;
}
.testimonialsource
{
	clear: both;
	float: left;
	margin-left: 75px;
	font-style: italic;
	color: #7f7f7f;
	padding-bottom: 10px;
}
#footer
{
	clear: both;
	border-top: 3px solid #d72733;
	font-size: 10px;
	height: 15px;
	padding: 5px;
	background: #f4b364;
	text-align: right;
}

a {color:#314e84;}
a:visited {color:#314e84;}
