body {
	background-color: #000;
}

#header {
	background-color: #000;
}

a, a:visited {
	color: #660000;
	text-decoration: none;
}

a:hover {
	color: #cc0000;
	text-decoration: underline;
}

.flourish {
	margin-bottom: 50px;
}

#rates {
	float: right;
	margin-top: 130px;
	width: 260px;
	height: 260px;
	padding: 20px;
	border-left: 2px groove #EED; 
	border-right: 2px groove #EED; 
}

#rates p {
	color: #343434;
	font-size: 18px;
	line-height: 22px;
}

#contact-wrap {
	padding-top: 20px;
	margin-top: 50px;
	width: 630px;
	height: 500px;
}

h2 {
	margin-left: 0px;
	color: #171717;
	font-size: 25px;
	font-variant: small-caps;
	letter-spacing: 2px;	
}

#contact-form {
	margin-top: 30px;
	width: 596px;
	padding: 50px 15px 15px 15px;
	border: 1px solid #ccc;
	background-image: url('../images/form.jpg');
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-box-shadow: 1px 1px 3px 1px #b0b0b0;
	box-shadow: 1px 1px 3px 1px #b0b0b0;
}

.info {
	width: 260px;
	text-align: center;
	padding-top: 0px;
}

.fields-wrap {
	width: 600px;
	margin: 20px auto;
	height: 25px;
}

.fields {
	color: #171717;
	font-size: 18px;
	font-variant: small-caps;
	letter-spacing: 1px;
	float: left;
	width: 275px;
}

.right-field {
	float: right;
}

.field-input {
	padding-left: 5px;
	font-family: georgia, "times new roman", serif;
	background-color: #d5d5d5;
	width: 265px;
	height: 30px;
	border: 1px solid #776f43;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px #737061;
	box-shadow: 1px 1px 1px 1px #737061;
}

.comments {
	margin-top: 30px;
}
	
.comment-field {

	width: 570px;
	padding: 10px;
	height: 120px;
	border: 1px solid #9a9a9a;
	background-color: #d5d5d5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 1px #737061;
	box-shadow: 1px 1px 1px 1px #737061;
}

textarea, input, submit {
	font-family: georgia, "times new roman", serif;
	font-size: 16px;
	color: #343434;
}

#submit-div {
	width: 140px;
	margin: 10px 0px 0px 400px;
}

.button {
	background: url('../images/button.jpg') no-repeat top center;
	width: 140px;
	height: 48px;
	border: none;
}

.button:hover {
	cursor: pointer;
}

.centered-text {
	text-align: center;
}


	