body
{
	margin: auto;
	text-align: center;
	background: #0069fe;
	background-position: center top;
	background-image: url("pics/background.jpg");
	background-repeat: repeat-x;
	padding: 0px;
	font: 11px/20px verdana;
}

#container
{
	padding: 0px 0px 5px 0px;
	width: 790px;
	background-repeat: repeat-y;
	text-align: left;
	margin: auto;
	color: #052348;
}

#menu
{
	width: 790px;
	padding: 3px 0px 0px 25px;
	color: #fff;
	height: 26px;
}

#menu a
{
	text-decoration: none;
	color: #fff;
	padding: 0px 15px 0px 0px;
}

#menu a:hover
{
	text-decoration: underline;
	color: #fff;
}


#content
{
	padding: 15px 20px 15px 20px;
	width: 750px;
	background-image: url("pics/content_background.jpg");
	background-repeat: repeat-y;
}



h1
{
	font: 18px verdana;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.photoleft
{
	float: left;
	margin: 0px 10px 10px 0px;
}

.photoright
{
	border: 1px solid #394b07;
	float: right;
	margin: 0px 0px 10px 10px;
}

.phone
{
	font: 15px verdana;
	font-weight: bold;
}


fieldset
{
	padding-top: 15px;
	padding-bottom: 15px;
	padding: 0px;
	border: solid 0px;
}
	
fieldset div
{
	margin-top: 10px;
}
	
fieldset div label
{
	float: left;
	width: 100px;
	color: #000;
	font: 11px/20px verdana;
}
	
fieldset input, fieldset textarea, fieldset select
{
	border: 1px solid #ccc;
	background: #fff;
	width: 250px;
}
	
fieldset textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}
	
fieldset select
{
	padding: 0px;
}


fieldset submit
{
	width: 50px;
}

#form
{
	margin-top: 20px;
	margin-bottom: -19px;
}

html>body #form
{
	margin-top: 20px;
	margin-bottom: -11px;
}

.required
{
	color: #A02125;
}

.note
{
	margin-left: 100px;
}