@media screen {

body {
	background-image:url(../images/site_bg.jpg);
	background-repeat:repeat-x;
	background-color:#797C82;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	margin-top: 0px;

		}
		
		#mainwrapper {
		width:951px;
		margin:0 auto;
		} 
		
		#menu {
		position:relative;
		width:951px;
		height:72px;
		} 
		#banner {
		width:951px;
		height:243px;
		} 
		#all_hottopics {
		position:relative;
		width:951px;
		height:170px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		} 
		#hottopic1{
		position:absolute;
		width:220px;
		height:165px;
		} 
		#hottopic2{
		position:absolute;
		width:219px;
		height:165px;
		left:247px;	

		} 
		#hottopic3{
		position:absolute;
		width:207px;
		height:165px;
		left:500px;
		} 
		#hottopic4{
		position:absolute;
		width:210px;
		height:165px;
		left:740px;

		} 

		
		#footer {
		width:951px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#CCCCCC;
		} 
		#footer a {
		color:#CCCCCC;
		} 
		#footer a:hover {
		color:#44C7EE;
		} 
		
		.footer_right {
		float:right;
		width:790px;
		text-align:right;	} 
		
	.blue_title {color:#44C7EE;
		font-weight:bold;
		}	
	.white_title {color:#ffffff;
		font-weight:bold;
		}	
	.blue_big {color:#44C7EE;
		font-weight:bold;
		font-size:20px;
		}	
	.yellow_title {color:#FFFD00;
		font-weight:bold;
		}	
		
	.yellow_title a {color:#fff;
		font-weight:bold;
		}	
		
		a{
		color:#FFFFFF;

		font-weight:bold;}
		
		a:hover{
		color:#44C7EE;}
		
		#main_content {
		position:relative;
		width:951px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		} 
		
		#main_content_left {
		background-image:url(../images/main_left_bg.jpg);
		background-repeat:repeat-y;		
		position:relative;
		width:565px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		padding-right:45px;
		} 
		
		#q_logo {
		position:relative;
		width:54px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		float:left;
		padding-right:30px;
		} 
		
			
		#main_content_right {
		position:relative;
		width:305px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		float:right;
		padding-left:30px;
		} 
		
		
		
		.left {float:left;}
		
		
		
		
.tbflat_box  {
	font-size : small;
	font-family : Arial;
 	border: thin #FFFFFF solid;
	background-color:#44C7EE;
	color:#FFFFFF;
	
}
.tbflat_blue  {
	font-size : small;
	font-family : Arial;
 	border: thin #FFFFFF solid;
		background-color:#44C7EE;
	color:#FFFFFF;

}		
		
		
		
		
		li {
		list-style-image:url(../images/dots.jpg);
		line-height:20px;}
		
		
		.leftlogos {float:left;
		padding-right:20px;}
		
		

		}


	
	
	
	
	
	@media print {
	
	
body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:x-small; 
		padding:0; 
		margin:0; 
		color:#333333;
		}
	
	}

