.clear {
	clear: both;
}

body {
	margin: 0;
	padding: 0;
	background: #bbd3ff;
}

#container {
	width: 901px;
	margin: 0 auto;
	-webkit-box-shadow:  0px 0px 10px 5px rgba(21, 30, 46, .5);
	box-shadow:  0px 0px 10px 5px rgba(21, 30, 46, .5);
}

#header {
	margin-bottom: -20px;
}

#inner {
	padding: 10px 20px;
	margin-top: 0!important;
	background: #fff;
}

#inner h1 {
	font-family: 'Old Standard TT';
	font-style: italic;
	color: #4466ae;
	font-size: 28pt;
	text-align: center;
}

#inner #left {
	width: 450px;
}

#inner #left #images {
	float: left;
	width: 200px;
}

#inner #left #images img {
	margin-bottom: 5px;
	width: 194px;
}

#inner #left #images {
	text-align: center;
}

#inner #left #images a {
	text-decoration: none;
	font-size: 9pt;
	font-family: trebuchet ms, sans-serif;
	color: #2e2e2e;
}

#inner #left #text {
	float: left;
	margin-top: -20px;
	margin-left: 15px;
	width: 235px;
}

#inner #left #text h3 {
	font-family: 'Old Standard TT';
	font-style: italic;
	color: #6188d1;
	margin-bottom: 0;
}

#inner #left #text p {
	margin-top: 0;
	color: #5f5f5f;
	font-family: trebuchet ms, sans-serif;
	text-align: justify;
	font-size: 10pt;
	line-height: 16pt;
}

#inner #left #gallery {
	text-align: center;
}

#inner #left #gallery a {
	font-family: 'Old Standard TT';
	font-style: italic;
	color: #2e2e2e;
	font-size: 16pt;
	text-decoration: none;
}

#inner #right {
	margin-top: -715px;
	width: 350px;
	float: right;

}

#inner #right #form {
	background: #fbe5be;
	border: 1px solid #d2b889;
	padding: 0 15px;
}

#inner #right #form h2 {
	font-family: 'Old Standard TT';
	font-style: italic;
	color: #2e2e2e;
	font-size: 20pt;
	text-align: center;
	margin-bottom: 0;
	margin-top: 15px;
}

#inner #right #form h4 {
	font-family: 'Old Standard TT';
	font-style: italic;
	color: #2e2e2e;
	font-size: 12pt;
	text-align: center;
	margin-top: 0;
	margin-bottom: 10px;
}

#inner #right #form ul {
	list-style-type: none;
	padding-left: 0;
	font-family: trebuchet ms, sans-serif;
	font-size: 10pt;
	font-weight: bold;
}

#inner #right #form ul .gfield_required {
	color: red;
}

#inner #right #form ul input {
	float: right;
	width: 250;
}

#inner #right #form ul label {
	float: left;
	clear: both;
}

#inner #right #form ul textarea {
	float: left;
	clear: left;
	width: 318;
	height: 100;
}

#inner #right #form #gform_submit_button_1 {
	float: left;
	clear: left;
	color: #fff;
	font-family: trebuchet ms, sans-serif;
	border: 1px solid #1b2c4b;
	background: #6188d1;
	margin-top: 10px;
	margin-left: 130px;
	padding: 5px 10px;
	cursor: pointer;
}

#inner #right #regency {
	background: #bbd3ff;
	border: 1px solid #7182a1;
	padding: 15px;
	font-family: trebuchet ms, sans-serif;
	font-size: 10pt;
	margin-top: 10px;
}

#inner #right #regency h2 {
	font-family: 'Old Standard TT';
	font-style: italic;
	color: #2e2e2e;
	font-size: 20pt;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 0;
}

#inner #right #regency img {
	margin-left: 10px;
}

#inner #right #regency p {
	margin-bottom: 0;
}

#footer {
	clear: both;
	margin: 15px auto;
	text-align: center;
	width: 600px;
	font-family: trebuchet ms, sans-serif;
	font-size: 9pt;
	color: #6188d1;
}

#footer a {
	color: #2e2e2e;
}