body {
/* 	background: url(../images/bg.jpg) repeat-x top left #45392d; */
	background-color: #45392d;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:12px;
	font-family:georgia,serif;
}
#top {
	background-color:#000;
	font-size:10px;
	color:#333;
	text-align:right;
	line-height:22px;
	padding-right:25px;
	color: #cccccc;
}
a {
	color:#6699cc;
}
a:visited {
	color:#336699;
}
#top a, #top a:hover, #top a:visited, #top a:active {
	text-decoration:none;
	color:#ffffff;
}
a,a:hover,a:active {
	text-decoration:underline;
	color:#6699cc;
}
a:visited,a:hover {
	color:#336699;
	text-decoration:underline;
}
#wrapper {
	width:780px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#header {
	height:157px;
}
#header span {
	color:#a49484;
	font-weight:bold;
	font-size:24px;
	text-shadow: 2px 2px 2px #17140f;
}
#header img {
	float:right;
	margin-top:25px;
}
#banner {
	background:#fff;
	padding-left:18px;
	padding-right:18px;
	padding-bottom:18px;
	border-width:1px;
	border-color:#392f25;
	border-style:solid;
	font-size:16px;
	line-height:25px;
	min-height:390px;
	-moz-border-radius:18px;
  	-webkit-border-radius:18px;
}
#banner img {
	float:left;
}
.clear {
	clear:both;
	height:1px;
}
h1 {
	color:#000;
	font-size:26px;
}
h1 em {
	color:#003366;
}
#bannerContent {
	margin-left:290px;
	margin-right:28px;
	padding-top:15px;
}

#questionsHeader {
	margin-top:45px;
	background:#7c1009;
	padding: 5px 0px;
	-moz-border-radius-topleft:18px;
	-moz-border-radius-topright:18px;
	-webkit-border-top-left-radius:18px;
	-webkit-border-top-right-radius:18px;
}
#questionsHeader span{
	margin-left:18px;
	line-height:35px;
	font-size:18px;
	color:#fff;
}
#questionsContent {
	background:#5896d1;
	padding-top:10px;
	-moz-border-radius-bottomleft:18px;
	-moz-border-radius-bottomright:18px;
	-webkit-border-bottom-left-radius:18px;
	-webkit-border-bottom-right-radius:18px;
}
#questionsContent a {
	display:block;
	color:#fff;
	padding-left:20px;
	margin-left:10px;
	line-height:25px;
	text-decoration:none;
	font-size:11px;
	background: url(../images/bullet.jpg) no-repeat left center;
}
#qleft {
	float:left;
	width:49%;
}
#qright {
	float: right;
	width:49%;
}
#article {
	font-size:12px;
	line-height:23px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:20px;
}
#article h2 {
	font-size:22px;
	font-weight:bold;
	color:#7c1009;
	line-height:35px;
}
#article h3 {
	font-size:18px;
	font-weight:bold;
	color:#333;
	line-height:30px;
}
.blt {
	color:#6699cc;
	text-decoration:underline;
	font-size:12px;
}
.clear {
	clear: both;
	display: block;
	height: 0px;
	width: 0px;
}
