/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat-x #CCCCCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.5em;
}
a {
	color:#AB002C;
	text-decoration:none;
	font-weight: bold;
}
ul , ol {
	margin-top: 5px;
	margin-bottom: 5px;
}
h2 { color:#f16a27;}
#wrapper {
	width:820px;
	background-image: url(images/sitebg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 20px;
	margin: 0px;
}
.head1 { height:70px;}
.head2 {height:180px;
background:url(images/head2.jpg) no-repeat top center;}
#content {
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	color: #666666;
}
#content h1 {
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
	display: inline;
}
.question {
	height: 30px;
	color:F16A27;
	font-size:14px;
	background-image: url(images/question.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	padding-top: 20px;
	margin: 0px;
}
.signup {
	height: 30px;
	color:F16A27;
	font-size:14px;
	background-image: url(images/signup.jpg);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 50px;
	padding-top: 20px;
	margin: 0px;
}
.answer {
	margin-left: 50px;
	border: 1px dashed #FFCC66;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.answerdiv{
	background:url(images/bookdiv.jpg) no-repeat left top;
	height:30px;
	margin-left: 20px;
	width: 720px;
}
.answerdiv2{
	background:url(images/bookdiv2.jpg) no-repeat left top;
	height:15px;
	margin-left: 20px;
	width: 720px;
}
.tdborder {border:1px solid #FFDF9D;}
.whitefont {color:#FFFFFF;}
.tdpackage {border:1px solid #ffffff; font-size:11px; color:#333333}
.comment {
	width:160px;
	border: 1px dashed #FFCC99;
	margin-top:10px;
	background-color: #FFFFE8;
	font-size:11px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.commentuser {
	font-style:italic;
	text-align: right;
	color: #F16A26;
	font-weight: normal;
}
#footer {
	height:50px;
	background-image: url(images/foot.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 10px;
	padding-left: 50px;
	width: 760px;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}