@charset "UTF-8";
/* CSS Document */

a {
	color: #FFE2C9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

body {
	background: #9e865c url('../images/background.jpg') top center repeat-x;
	color: #fff;
	font-family: 'Gill Sans', 'Trebuchet MS', Arial, san-serif;
	font-size: 16px;
	line-height: 28px;
	margin-top: 0px;
}

.body {
	background: url('../images/background2.jpg') top center no-repeat;
	min-height: 738px;
}

.footer {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 20px;
	text-align: center;
}

h1 {
	font-size: 42px;
	line-height: 52px;
}

h2 {
	font-size: 22px;
}

img {
	border: 0px;
}

input[type="text"] {
	background-color: #FFE2C9;
	border: #E1BDB4 solid 2px;
	color: #785A56;
	font-size: 13px;
	font-family: 'Gill Sans', 'Trebuchet MS', Arial, san-serif;
}

.sidebar {
	background-color: #7ba5bc;
	border: 2px dashed #785A56;
	margin-left: 20px;
	padding: 16px;
}

textarea {
	background-color: #FFE2C9;
	border: #E1BDB4 solid 2px;
	color: #785A56;
	font-size: 14px;
	font-family: 'Gill Sans', 'Trebuchet MS', Arial, san-serif;
	height: 300px;
	width: 420px;
}





