body {
	background-image: url(background.jpg);
	color: #453E3D;
	font-size: 12px;
	font-family: "Lucida Sans",Arial, Helvetica, sans-serif;
	margin:0px;
}
#header{
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-color:#6F655F;
	width:798px;	
	background:#D2CDCB;
	margin: 0px auto;
}
#container{
	border-style:solid;
	border-left-width:1px;
	border-right-width:1px;
	border-top-width:0px;
	border-bottom-width:1px;
	border-color:#6F655F;
	padding-top:15px;
	width:798px;	
	background:#D2CDCB;
	margin: 0px auto;
	background-image:url(images/background2.jpg);
	background-repeat:repeat-x;
}
#topcol {
    float: left;
  width: 100%;
 
}
#leftcol{
	float:left;
	width:250px;
	margin:10px;
	text-align:center;
}
#rightcol{
	float:left;
	width:490px;
	margin:10px;	
}
a {
	color: #5A0000;
	text-decoration:none;
	border-color:#6F655F;
 }
img{	border-color:#6F655F;} 
 a:hover {
	color: #000000;
 }
.larger {font-size: 16px;}
#menu{
	float:left;
	margin-right:15px;
	text-align:center;
}
.button{
	width:178px;
	height:34px;
	padding-top:7px;
	background-image:url(images/button.jpg);
	background-repeat:no-repeat;
	margin: 0px auto;
}
.question{
	color:#990000;
	}
