/* navigation elements */ @import url("navi.css");
/* page elements */ @import url("page.css");
body{
	background:url(/gfx/2010/bodyBg_net.jpg) no-repeat center top;
}

/* CONTENT ***************************************/
#contentwrapper{
	margin:0 10px;
	background: #fff;

}
#content{
	width:690px;
	float:left;
	border-right: #d7d7d7 1px solid;
	min-height:400px;
}
.t188 #content,
.t189 #content,
.t230 #content{
	margin-left:10px;
	padding-right:10px;
	width:670px;

}

.columnTop{
	height:190px;
	background: url(/gfx/2010/flash_net.jpg);
	border-bottom: #d7d7d7 1px solid;
}
.columnLeft  {
	display:block;
	float:left;
	margin:0;
	width:460px;
	border-right: #d7d7d7 1px solid;
}
.columnLeft .row {
	min-height:102px;
	/*overflow:hidden;*/
	padding:10px 0;
	border-bottom: #d7d7d7 1px solid;
}
.columnLeft .row.last {
	border-bottom: none;
}
.columnLeft .row .img {
	float:left;
	text-align:center;
	width:128px;
}
.columnLeft h2{
	padding-bottom:0;
}
.columnLeft h2, .columnLeft .text {
	padding-top:0;
	padding-right:10px;
}
.columnRight  {
	display:block;
	float:left;
	height:auto;
	padding:10px;
	width:209px;
}
.columnNews .news.panel dd.date {
	display:none;
}
.columnNews .news.panel dt.heading {
	display:block;
	padding:5px 0;
}
.columnNews .news.panel dt.heading a{
	text-decoration:underline;
}
/*============================================================*/
#sideContent{
	width:229px;
	float:right;
}
#sideContent .linkBox  {
	height:190px;
	padding:0 10px;
	border-bottom: #d7d7d7 1px solid;
}
#sideContent .linkBox h3 {
	margin:0;
	overflow:hidden;
	padding: 15px 5px 12px;
}
#sideContent .linkBox p {
	margin:0;
	padding:0;
}
#sideContent .linkBox a {
	display:block;
	
	padding: 8px 5px;
	text-decoration:none;
	border-top: #d7d7d7 1px dotted;
}
#sideContent .linkBox a:hover {
	text-decoration:underline;
}
