@import url(html_styles.css);
@import url(class_styles.css);
/*@import url(fc_styles.css);*/

@import url(contactform_styles.css);
@import url(tt_news_styles.css);
@import url(tt_news_event_styles.css);

#address {
	width: 820px;
	display:block;
	float:left;
}

#address p.bodytext{
	margin:0;
}

#mainarea{
	background-color: #F6F6F6;
	float:left;
	display:block;
	width:100%;
	height:auto;
}

#main{
	display:block;
	float:left;
	background-image: url(img/bg_body.gif);
	background-repeat: repeat-y;
	width:1000px;
}

#bottom{
	clear: both;
	display:block;
	width:1000px;
	background-color:#382D24;
	height:30px;
	color: white;
	font-size: 11px;
	padding:8px 0px 0px 2px;
}

#bottom a{
	color: white;
	font-size: 11px;
}

#content {
	float:left;
	width: 532px;
	_width: 552px; /* ie */
	padding: 10px 10px 20px 10px;
}
#content p {
	font-size: 12px;
}

#contentright {
	float:left;
	width: 168px;
	padding: 10px 10px 10px 10px;
}

#cyberhouse {
	display: inline;
	float:left;
}

#headerright {
	float:left;
	display:block;
	background-color:#382D24;
	background-image: url(img/bg_header_left.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 340px;
	width: 800px; 
}

#header {
	float:left;
	display:block;
	height: 340px;
	width:1000px;
	background-color:#382D24;
	margin-bottom: 0px;	
}

#headercontent {
	float:left;
	display:block;
	width: 552px;
	height: 220px;
	background-color:#FFFFFF;
	margin: 0;
	padding: 0;
}

#headerleft {
	float:left;
	width: 198px;
}


#menutop {
	height: 110px;	
	_height: 120px;	 /* ie */
	padding-top: 10px;
}


#menuleft {
	float:left;
	width: 170px;
	_width: 200px; /* ie */
	vertical-align: top;
	text-align: right;
	padding: 10px 20px 10px 10px;
}

#menuleft_level1 {
	background-image: url(img/bg_navileft_level1.gif);
	width: 170px;
	_width: 200px; /* ie */
	height: 200px;	
	_height: 220px; /*ie*/
	vertical-align: bottom;
	text-align: right;
	padding: 20px 20px 20px 10px;
	_padding: 30px 20px 0px 10px;
}
ul.menuleft_level2 {
	vertical-align: bottom;
	text-align: right;
	width: 130px;
	margin-top: 15px;
	_margin-top: 25px;
}
ul.menuleft_level3 {
	vertical-align: bottom;
	text-align: right;
	padding: 0;
	margin: 0;
}

.textwhite {
	color: #FFFFFF;
}
.orangetext {
	color: #E6913D;
}


