@charset "utf-8";
/* CSS Document */
* {margin: 0; padding: 0; border: 0;}

body {
	background: #bfadad;
	font-weight:bold;
}
#container {
	background: #7d756e url(images/background.gif) repeat-y;
	width: 800px;
	margin: 0 auto;
}
#header {
	height: 442px;
	background: url(images/focheader.jpg) no-repeat;
	
}
#footer {
	background: url(images/footer.gif) no-repeat;
	height: 68px;
	clear: both;
	color:#CCCCCC;	
}
a:link,a:visited {
	color:#d2b398;
}
a:hover {
	color:#c89a71;
}
#content {
	width: 470px;
	float: left;
	margin-top: -10px;
	padding-left: 66px;
}
h1,h2 {
	color:#FFFFFF;
}
#navigation {
	width: 150px;
	float: left;
	margin-top: -20px;
	padding-left: 110px;
}

#question{
	font-family:YOzFontOTW;
	color:#333399;
}

#answer{

	color:#996633;
}

th,td{
margin: 1; padding: 1; border: 1;
color:#E5E5E5
}