body {
	margin: 0;
	padding: 0;
	background-color: #A81204;
	background-image: url(images/page_bk.gif);
	background-repeat: repeat;
	font: 11pt "Arial", sans-serif;
	color: #000;
	}

#masthead {
	width: 920px;
	height: 200px;
	background-image: url(images/masthead.gif);
	}

#container {
	background-color: #FEF4DC;
	padding: 30px 0 20px 0;
	}

#content {
	background-color: #FEF4DC;
	color: #A81204;
	padding: 0 20px;
	margin: 0 0 1em 0;
	}

#content h1, h2, h3, h4, h5, h6 {
	font-family: "Times", "Times New Roman", "Garamond", serif;
	font-style: italic;
	color: #464466;
	}

#content p {
	font: 11pt "Arial", sans-serif;
	color: #000;
	text-align: justify;
	}
	
#content a {
	text-decoration: none;
	font-weight: bold;
	color: #464466;
	}

#content a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #A81204;
}

#content ul {
	list-style: url(images/li_fleur_c.gif);
	font: 11pt "Arial", sans-serif;
	color: #000;
	text-align: justify;
	}

#content li {
	font: 11pt "Arial", sans-serif;
	color: #000;
	text-align: justify;
	}

#content .pic {
	float: right;
	border-color: #464466;
	border: 2px solid #464466;
	margin: 0 0 0 1em;
	}
	
#navbar {
	background-color: #FEF4DC;
	color: #3F0E23;
	padding: 20px 10px;
	border-right: 1px solid #181848;
	}

#navbar ul {
	list-style: url(images/li_fleur_a.gif);
	}

#navbar li {
	margin-bottom: 10px;
	}

#navbar li a {
	font-family: "Times New Roman";
	font-style: italic;
	font-size: 15px;
	text-decoration: none;
	color: #464466;
	padding-bottom: 10px;
	}

#navbar li a:hover {
	text-decoration: none;
	color: #A81204;
	list-style: url(images/li_fleur_b.gif);
	}

#navbar li a:active {
	text-decoration: none;
	color: #A81204;
	list-style: url(images/li_fleur_b.gif);
	}

#footer {
	background-color: #464466;
	color: #FEF4DC;
	padding: 10px 10px;
	text-align: right;
	}

#footer p {
	font: 9pt "Arial", sans-serif;
	line-height: 1.5em;
		}

#footer a {
	text-decoration: none;
	color: #FEF4DC;
	}

#footer a:hover {
	color: #060638;
	}
	
#postings {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 1em;
	border-color: #464466;
	border: 3px solid #464466;
	}
#postings td, th {
	font: 10pt "Arial", sans-serif;
	color: #464466;
	}

#postings th {
	font-weight: bold;
	color: #000;
	}
	
#postings tr {
	vertical-align: top;
	}
	
#postings td.question {
	width: 100px;
	font-weight: bold;
	}

#postings td.answer {
	width: 500px;
	}
