@charset "UTF-8";
/* CSS Document */

#container {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	border: 1px solid #BA9765;
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #331A0F;
	padding: 20px;
	margin-bottom: 40px;
}
#photos {
	float: right;
	width: 300px;
	margin-left: 20px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #BA9765;
	margin-top: 25px;
}
body {
	background-image: url(images/bg.gif);
}
a:link {
	color: #993333;
}
a:visited {
	color: #993333;
}
a:hover {
	color: #000000;
}
.style2 {font-size: 20px}
#map {
	float: left;
	width: 400px;
}
.clearfloat { 
   clear:both;
   height:0;
   font-size: 1px;
   line-height: 0px;
}

/******** FORM START ********/
	
#formContainer {
	width: 400px;
	float: right;
}

fieldset {
	padding-bottom: 30px;
	padding-left: 30px;
	padding-top: 15px;
	border: 1px solid #1F311C;
}

input
{
	border: 1px solid #1F311C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
}
.submit {
	border: 1px solid #666666;
	background-color: #304D2B;
	color: #FFFFFF;
}
textarea
{
	border: 1px solid #1F311C;
}

.contact {
	color: #32502D;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: lighter;
}

form {
	width: 400px;
}

/******** FORM END ********/
#bottomblock {
	height: 400px;
	width: 820px;
}
#hosts {
	width: 350px;
}
#bottom-block-A {
	float: left;
	width: 800px;
}
#bottom-block-B {
	float: left;
	width: 800px;
}
* {
	margin: 0px;
}
#header {
	height: 200px;
	margin-bottom: 25px;
}

