@charset "utf-8";

/*--MAIN FORMATTING--*/

* {
	margin:0;
	padding:0;
}

body {
	background:#363636 url(/qafu/_images/main_bg.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

#container {
	margin:0 auto;
	width:900px;
	background:url(/qafu/_images/container_bg.jpg) repeat-y;
}

/*--TAG FORMATTING--*/

#index_side_content a {
	color:#FFFFFF;
	font-weight:normal;
}
a {
	text-decoration:none;
	color:#663300;
	font-weight:bold;
}

a:hover {
	color:#0000FF;
	text-decoration:underline;
}
img {
	border:0;
}
p {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color:#000000;
	text-align: justify;
	line-height: 1.4em;
}
p.indent {
	text-indent:30px;
}

h1 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	font-weight:bold;
	color:#000000;	
}


h2 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color:#000000;	
}

h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color:#000000;
}

h4 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	background:url(/qafu/_images/arrow_small_orange2.gif) no-repeat top left;
	font-weight: normal;
	padding-left: 15px;
}
h4 a, h4 a:visited {
	color: #663300;
}
h4 a:hover {
	color:#003399;
	text-decoration:underline;
}

/*--GENERAL FORMATTING--*/

#head_banner {
	width:900px;
	height:130px;
	background:url(/qafu/_images/index/head_banner.jpg);
}

#main_body {
	width:900px;
	/*background:url(/qafu/_images/side_address.jpg) no-repeat bottom right;*/
}

	/*Main menu formatting*/

#main_menu {
	background:url(/qafu/_images/index/menu_bg.jpg) no-repeat top center;	
	width:640px;
	height:25px;
	padding:20px 30px 15px 30px;
}

#main_menu a {
	color:#FFFFFF;
	line-height:25px;
	font-size:12px;
	padding:0px 10px;
	border-right:inset #FFFFFF 1px;
}
#main_menu a:hover {
	color:#000;
	text-decoration:none;
	background:#FFFF00;
	border-color:#FFFF00;
}

#main_menu a.no_border {
	border:none;
}

	/*end Main menu formatting*/

#footer {
	background:#363636 url(/qafu/_images/index/footer_bg.jpg) no-repeat;
	padding:20px 230px 20px 0px;
	width:670px;
	height:40px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	color: #FFFFFF;
}
#footer a, #footer a:hover, #footer a:visited {
	color:#FFFFFF;
	font-weight:normal;
}

/*--INDEX PAGE FORMATTING--*/

#index_body {
	width:700px;
	float:left;
}
#index_content {
	padding:10px 15px 10px 15px;
	width:670px;
	height:auto;
}
#index_movie {
	width:435px;
	height:200px;
	float:left;
	background:url(/qafu/_images/index/banner_movie_bg.jpg) no-repeat top left;
}
#index_login {
	width:185px;
	height:145px;
	float:right;
	background:url(/qafu/_images/index/login_bg.jpg) no-repeat top center;
	padding:45px 15px 10px 15px;
	text-align:center;
	font-size:11px;
	color:#333333;
}

#index_side {
	background:#363636 url(/qafu/_images/index/side_image.jpg) no-repeat top center;
	height:auto;
	width:200px;
	float:right;
	padding:245px 0px 0px 0px;
}

#index_side_content {
	color:#FFFFFF;
	width:180px;
	padding:10px 0px 10px 20px;
}

/*--OTHER PAGE FORMATTING--*/



/*--CLASSES FORMATTING--*/

.defloater {
	float:none;
	clear:both;
}
.defloater_10px {
	float:none;
	clear:both;
	height:10px;
}
.text_container {
	background:url(/qafu/_images/text_container.jpg) no-repeat top center;
	height:14px;
	width:630px;
	color:#FFFF00;
	line-height:14px;
	padding:8px 20px;
}
.text_container a {
	color:#FFFFFF;
	font-weight:normal;
}
a.pdf {
	background:url(/qafu/_images/pdf_icon.gif) no-repeat top left;
	padding-left:22px;
	
}
a.pdf_right {
	background:url(/_images/pdf_icon.gif) no-repeat top right;
	padding-right:22px;
	
}
.comment_block {
	background:#EDEBED;
	padding:10px;
	margin:10px 0px;
	border:dotted #CCCCCC 1px;
}
.non_human {
	display:none;
}

/*--MESSAGE PAGE FORMATTING--*/

#message_title {
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
	
}
