* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
	float: left;
}

.break {
	clear: both;
}

ul {
	position: relative;
	list-style: none;
}

h1 {
	font-size: 2em;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}


ul li {
	position: relative;
	float: left;
}

ul li a, ul li a:visited {
	float: left;
	position: relative;
	display: block;
	padding: 6px 5px 6px 5px;
	background: #fff;
	color: #000;
	text-decoration: none;
	margin-left: 2px;
	font-weight: bold;
}

ul li a:hover {
	color: #FFFFFF;
	background: #333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #B09F80;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

#container {
	position: relative;
	margin: 0 auto;
	width: 622px;
	text-align: left;
	padding-top: 228px;
}

#content {
	margin-top: 30px;
	position: relative;
	padding: 5px;
}

#footer {
	margin-top: 30px;
	position: relative;
	padding: 10px 5px 5px 5px;
	color: #333333;
	border-top: #333 1px solid;
}

/* Contact Form */
#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 588px;
	border: 1px solid #ddd;
	background: #FFFEF6;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

