/*
	toppage.css	  
*/

#header {
	height: 340px;
	background-image:url(../imgs/bg_topheader.jpg);
	background-repeat:repeat-x;
}

#header div.logo{
	float:right;
	margin: 21px 21px 10px 0;
	background-image:url(../imgs/bg_toplogo.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
}

#header div.toptopic{
	float:left;
	width:482px;
	height:306px;
	background-image:url(../imgs/top_topics_bk.jpg);
	background-repeat:no-repeat;
}

#header img.answer  {
	position:relative;
	top: -20px;
	left: 300px;
}


#content {
	width: 730px!important;
}

div.boxinside,
div.boxinfo
 {
	float:left;
}

div.boxinfo {
	width: 280px;
	padding: 10px; 
}

div.boxinside {
	width: 400px;
	padding: 10px 10px 10px 0; 
	border-right: 1px solid #CCC;
}

div.boxinside h2,
div.boxinfo h2
 {
 	margin-bottom:0!important;

}

table.tblnews {
	width: 100%;
}

table.tblnews th,
table.tblnews td {
	color:#444444;
	padding: 4px;
	line-height:1.4;
	border-bottom:1px dashed #CCC;
	font-size:90%;
	vertical-align:top;
}

table.tblnews th {
	white-space:nowrap;
}

table.tblnews td span {
	font-size:90%;
	color:#996600;
}

table.tblnews td.backnumber {
	font-size:90%;
	text-align:right;
}



