/* Francis & Wool Styles */

body {
	font-family: Century Gothic, Lucida Grande, Verdana;
	font-size: small;
	color: #000000;
	line-height:1.3em;
	background-image: url(images/background-pattern.jpg);
	background-repeat: repeat;
}
a:link {
	color: #b9485a;
	text-decoration: underline;
}
a:visited {
	color: #b9485a;
	text-decoration: underline;
}
a:hover {
	color: #677c5e;
	text-decoration: underline;
}
a:active {
	color: #677c5e;
	text-decoration: underline;
}
.nav a:link {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:visited {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:hover {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
.nav a:active {
	text-decoration: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
}
#wrapper {
	position:relative;
	margin:auto;
	width:814px;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	margin-bottom:20px;
}
#headerbox {
	position:relative;
	clear:both;
	width:814px;
	height:243px;
}
#navbox {
	position:absolute;
	top:76px;
	left:308px;
	width:327px;
	height:94px;
	z-index:1;
}
#mainbox {
	position:relative;
	clear:both;
	width:659px;
	padding-right:80px;
	padding-left:75px;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
}
#titlebox {
	position:absolute;
	left:327px;
	top:217px;
	width:268px;
	height:32px;
	z-index:2;
}
#content {
	position:relative;
	float:right;
	clear:right;
	padding-top:15px;
	width:400px;
}
#sidebar {
	position:relative;
	float:left;
	clear:left;
	width:204px;
	padding-top:20px;
	padding-left:5px;
	padding-right:5px;
	font-size: 9pt;
	line-height:normal;
}
#sidebar p {
	padding-left:20px;
	padding-right:15px;
}
#footerbox {
	position:relative;
	clear:both;
	width:814px;
}
