body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/bg.gif);
}

a {
	font-weight: bold;
	color: #566A81;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #333F4D;
	text-decoration: none;
}
#main {
	background-image: url(images/background.gif);
	height: 388px;
	width: 488px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	background-repeat: no-repeat;
}

#footer {
	height: 20px;
	width: 488px;
	margin-right: auto;
	margin-left: auto;
	padding: 6px;
	text-align: center;
}

#navigation {
	width: 140px;
	margin-top: 94px;
	float: left;
}

#navigation a {
	font-size: 10px;
	line-height:16px;
	padding-left: 4px;
	margin: 0px;
}

#navigation a:hover {
	font-size: 10px;
	line-height:16px;
	margin: 0px;
}

#content {
	width: 342px;
	margin-top: 94px;
	float: right;
	height: 294px;
	overflow: auto;
}


.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #745412;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #FAF5EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #745412;
	padding-top: 4px;
	padding-bottom: 4px;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #745412;
	font-variant: small-caps;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	background-color: #FAF5EB;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #745412;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #745412;
}

p {
	margin: 0px;
	padding: 4px;
}

textarea {
	height: 40px;
	width: 100px;
	border: 1px solid #745412;
	background-color: #FAF5EB;
}

textarea.messagebox {
	height: 60px;
	width: 200px;
}

input {
	border: 1px solid #745412;
	background-color: #FAF5EB;
}

form {
	padding-left: 10px;
}
img {
	border: 0px;
}
