body {
	margin-top: 80px;
	padding: 0;
	font-family: Arial;
	font-size: 75%;
	background-color: #B0A092;
	text-align: center;
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#wrapper {
	position: relative;
	text-align: left;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow-bg.jpg);
	background-repeat:repeat-y;
}

#main {
	padding: 0 25px 25px 25px;
	background-image: url(images/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#header {
	height:25px;
    position:relative;
	border: none;
}

#header h1 {
	margin: 0;
    padding: 0;
    font-weight: bold;
    color: #A2936F;
    position:absolute;
    bottom: 4px;
    left: 10px;
}

#content {
	float:left;
    width: 520px;
	border: 2px solid #FFF;
	padding: 10px 25px 10px 25px;
	margin: 5px 5px 15px 5px;
	background-color:#F3F0EA;
	color: #A2936F;
	line-height: 1.2em;
}
#content img {
	float: left;
	margin: 20px 20px 10px 0px;
	}
#content ul {
	color: #A2936F;
	line-height: 1.2em;
	}	
#content p {
	color: #A2936F;
	line-height: 1.2em;
}
#content table {
	color: #A2936F;
	line-height: 1.2em;
}
#content h1 {
	margin: 0;
    padding: 0;
    font-weight: bold;
	font-size: 105%;
    color: #A2936F;
    position:relative;
}
#content a:link, #content a:visited {
	color: #A2936F;
    background-color:transparent;
    text-decoration:none;
}
#content a:hover {
	color: #533F2C;
	font-weight: normal;
}

#navigation {
	float:right;
	width: 260px;
	border-top: 2px solid #FFF;
	border-left: 1px solid #B0A092;
	margin: 5px 5px 15px 0px;
}

#navigation ul {
	list-style: none;
	margin: 30px 10px 0 0;
	padding: 0px 0px 0px 0px;
}

#navigation li {
	font-size: 100%;
}

#navigation a:link, #navigation a:visited {
	color: #A2936F;
    background-color:transparent;
    display:block;
    padding: 0.2em 0 0.2em 3em;
    text-decoration:none;
	border-bottom: 1px solid #FFF;
}

#navigation a:hover {
	color: #A2936F;
	border-bottom: 1px solid #B0A092;
	font-weight: normal;
}
#column {
	float:right;
	width: 235px;
	border-top: 2px solid #FFF;
	border-left: 1px;
	background-image: url(images/column-bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	margin: 5px 5px 15px 5px;
	padding: 5px 10px 185px 10px;
	color: #A2936F;
	font-size: 100%;
}

#footer {
	clear:both;
	font-size: 80%;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-left: 1em;
    color: #FFF;
    background-color: transparent;
	}
	
#footer a:link, #footer a:visited {
	color: #FFF;
    background-color:transparent;
    text-decoration:none;
}
#footer a:hover {
	color: #A2936F;
	font-weight: normal;
}
