@import url(main.css);
@import url(header.css);
@import url(footer.css);
@import url(top.css);
@import url(content.css);
@import url(left.css);
@import url(mailform.css);
/*@import url(tt_newsv2.css);*/
@import url(tt_news.css);


#left-menu-box {
	margin: 0;
	padding: 6px 6px 0 6px;
	margin-top: 6px;
}

#middle-marker-box, #right-marker-box {
	margin: 6px;
	padding: 0;
}

#left-marker-box  {
	margin: 0 6px;
	padding: 0;
	
}

#left-marker, #middle-marker, #right-marker {
	margin: 0;
	padding: 6px;
}

#left, #middle, #right, #inner-content-wrapper {
	position: relative;
	overflow: visible;
}

#inner-content-wrapper {
	float: left;
	margin: 0;
	width: 680px;
}

#left {
	float: left;
	width: 222px;
	z-index: 4;
}

#left h1 {

font-size: 11px; color: #000; padding: 3px 2px 3px 2px;
}


#left-content {
/*	position: relative;
	z-index: 5;*/
	width: 222px;
}

#middle {
	float: right;
	width: 450px;
	z-index: 2;
	min-height: 600px;
	

}


#middle h1 {

font-size: 15px; color: #000; /*border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #006633;*/ padding: 3px 2px 3px 2px;
	
}

#middle-content {
/*	position: relative;
	z-index: 3;*/
	width: 450px;
}

#right {
	float: right;
	width: 222px;
	z-index: 6;
	
}

#right-content {
/*	position: relative;
	z-index: 7;*/
	width: 222px;
	margin: 2px;
	
	
}
#right h1 {
	font-size: 11px; color: #000; /*border-left-width: 2px; border-left-style: solid; border-left-color: #365C64; */ background-color: ;
	padding: 3px 2px 3px 2px;
}


#header, #outer-wrapper, #footer {
	width: 909px;
}

#header-img {
	width: 1000px;
}

.cleaner {
	clear:both;
/*	float: left;*/
	height: 50px;
	border-bottom: #999 solid 1px;
}