﻿body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5a2911;
	margin: 0;
	padding: 0;
}

img {
	border: none;
	padding-left: 5px;
	padding-right: 5px;
}

a {
	color: #5a2911;
	text-decoration: none;
	border-bottom: 1px dotted #5a2911;
	font-weight: bold;
}

a:hover {
	color: maroon;
}

#container {
	width: 800px;
	margin: 0 auto;
}

#header {
	background: url('../images/v1_01.jpg') no-repeat;
	width: 800px;
	height: 178px;
}

#content {
	width: 800px;
}

#sidecontent {
	width: 250px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
}

#maincontent {
	width: 450px;
	float: left;
	padding-left: 40px;
	border-left: 1px dotted #5a2911;
}

#maincontent h2 {
	text-align: right;
}

#maincontent h3 {
	text-align: right;
	padding-top: 20px;
}

#sidecontent h2 {
	text-align: left;
}

#sidecontent h3 {
	padding-top: 20px;
	text-align: left;
}

h2 {
	font-size: 48px;
	font-weight: normal;
	letter-spacing: -5px;
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
}

.clearer {
	clear: both;
}

#footer {
	background: url('../images/v1_03.jpg') no-repeat;
	width: 800px;
	height: 225px;
}

#footertext {
	text-align: left;
	width: 200px;
	color: white;
	margin-top: 110px;
	margin-left: 30px;
	float: left;
}

#footertext a {
	color: #823C1A;
	border-bottom: 1px dotted #B45223;
}

#footertext a:hover {
	color: white;
}
