body {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 0.82em;
	text-align: center;
	background: #edebd5 url(images/bg.gif) repeat-y center;
	color: #333;
	margin: 0;
}

p {
	line-height: 1.5em;
}

a:link {
	text-decoration: underline;
	color: blue;
}

a:visited {
	text-decoration: underline;
	color: blue;
}

a:hover {
	text-decoration: underline;
	background-color: transparent;
	color: #600;
}

li {
	text-align: left;
	list-style: square;
	line-height: 20px;
}

#header {
	width: 550px;
	text-align: left;
}

#header h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	background-color: transparent;
	color: #1c263c;
	margin: 0 0 10px 0;
	padding: 5px 0;
}

#header h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	text-align: left;
	font-weight: normal;
	background-color: transparent;
	color: #A19F91;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #A19F91;
}

#website {
	width: 800px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}

#content {
	width: 750px;
	height: auto;
	text-align: left;
	margin: 0px auto;
}

#right {
	width: 200px;
	float: right;
	font-size: 95%;
	text-align: left;
	color: #000;
}

ol,ul {
	padding: 5px 10px;
	margin: 10px;
}

#right li {
	list-style: none;
	line-height: 1.5em;
	text-align: left;
}

#right h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	text-align: left;
	background-color: transparent;
	color: #A19F91;
	padding: 10px 10px;
	border-bottom: 1px solid #A19F91;
}

#right a:link {
	text-decoration: none;
	background-color: none;
	color: #A19F91;
}

#right a:visited {
	text-decoration: none;
	background-color: none;
	color: #A19F91;
}

#right a:hover {
	text-decoration: underline;
	background-color: none;
	color: #A19F91;
}

#main {
	margin-right: 200px;
}

#main h1 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.6em;
	text-transform: uppercase;
	font-weight: normal;
	background-color: transparent;
	color: #000;
}

#main h2 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	font-weight: normal;
	background-color: transparent;
	color: #A19F91;
	border-bottom: 1px solid #A19F91;
}

#main h3 {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	background-color: transparent;
	color: #333;
}

#footer {
	clear: both;
	text-align: left;
	font-weight: bold;
	padding: 1em 0;
}