@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("typography.css");
@import url("grid.css");

body {
	background-color: #916b3f;
}

#wrapper {
	margin: 0 auto;
	width: 970px;
	background-image: url(../images/siteframework-02.gif);
	background-repeat: repeat-y;
}
#header {
	width: 950px;
	color: #333;
	padding: 10px;
	height: 155px;
	margin: 0px;
	background-image: url(../images/siteframework.gif);
}
#content {
	width: 900px;
	color: #333;
	height: auto;
	background-image: url(../images/sitebg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	margin: 0px;
}
#contentindent {
	width: 850px;
	color: #333;
	height: auto;
	background-image: url(../images/sitebg.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 85px;
	margin: 0px;
}
#footer {
	color: #333;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 35px;
	padding-bottom: 40px;
	padding-left: 35px;
	background-image: url(../images/siteframework-03.gif);
	height: 205px;
}

#footerbottom {
	color: #4A2929;
	width: 970px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 50px;
	margin: 0px;
	background-color: #906B41;
	text-align: center;
	font-size: 90%;
}


/* Top Menu */

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a, #wrapper #header #navcontainer #navlist a.current { padding: 3px 7px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
	color: #6c000a;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6D0008;
}

#wrapper #header #navcontainer #navlist .current {
	color: #6D0008;
}

#navcontainer {
	float: left;
	display: block;
	margin-top: 35px;
	margin-left: 275px;
}

/* French Menu */

ul#fnavlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#fnavlist li
{
display: inline;
list-style-type: none;
}

#fnavlist a, #wrapper #header #fnavcontainer #fnavlist a.current { padding: 3px 7px; }

#fnavlist a:link, #fnavlist a:visited
{
	color: #fff;
	text-decoration: none;
	font-size: 100%;
	letter-spacing: -1px;
}

#fnavlist a:hover
{
	color: #6c000a;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #6D0008;
}

#wrapper #header #fnavcontainer #fnavlist .current {
	color: #6D0008;
}

#fnavcontainer {
	float: left;
	display: block;
	margin-top: 35px;
	margin-left: 265px;
}

	
/* Footer */

#wrapper #footer p {
	line-height: 1.2em;
	padding-top: 90px;
	font-size: 90%;
	color: #4a2929;
}

.clear {
	clear:both}

#quote {
	float: right;
	display: block;
	width: 250px;
	margin-top: 0px;
	margin-right: 0px;
	line-height: 2.5em;
	font-size: 1.5em;
	color: #7D6B61;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 30px;
	height: 300px;
	background-image: url(../images/quote.gif);
	background-repeat: no-repeat;
}
#wrapper #footerbottom a {
	color: #4A2929;
}
.blue {
	color: #14415c;
}
