/*
* =============================================================================
* GLOBAL
* =============================================================================
*/
body
{
	color: #d8c7a9;
	font-family: Georgia, serif;
	font-size: 0.6em;
	line-height: 1.4em;
	margin: 30px 0;
	padding: 0;
}
a
{
	color: #91b8b5;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
a img
{
	border: 0px solid #fff;
}

ul
{
	margin: 0.7em 0;
	margin-left: 0;
	padding-left: 0;
	margin-left: 1.1em;
}

h1
{
	font-family: "Edwardian Script ITC", serif;
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 0;
}
h2
{
	font-family: Georgia, serif;
	font-size: 11pt;
	font-weight: normal;
	line-height: normal;
	margin-bottom: 0.7em;
}
h3
{
	font-size: 8pt;
	font-weight: normal;
	letter-spacing: -0.03em;
	line-height: normal;
	margin-bottom: 0.7em;
}

blockquote,
p
{
	margin: 0.7em 0;
}

.clear
{
	clear: both;
	float: none;
}
.clear hr
{
	display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}

div#wrapper
{
	background-color: #004d43;
	background-position: top center;
	border: 1px solid #000;
	height: 600px;
	margin: 0 auto;
	position: relative;
	width: 800px;
}