@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	font-family:Arial, Helvetica, sans-serif;
}

/*layout*/
#canvas{
	margin:15px auto 20px auto;
	width:800px;
}
#banner{
	height:185px;
	border: 1px solid #5B5126;
	background-color:#000000;
	margin-bottom: 7px;
}
#textlogo{
	display:block;
	float:left;
	width: 175px;
	margin: 40px 0px 0px 35px;
	text-align:center;
	text-decoration:none;
}
#leaf{
	min-height: 385px;
	border: 1px solid #5B5126;
	background-color:#000000;
	
	background-image:url(images/bg_content.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
	#leaf #bridgetools{
		position:absolute;
		top: 190px;
	}
#shade{
	margin: 0px 1px 0px 1px;
	height:90px;
	position:relative;
	top: -91px;
	background-color:#000;
	opacity: .30;
	filter: alpha(opacity=30);
	z-index: 100;
}
#shade_txt{
	width: 80%;
	margin:auto;
	height:40px;
	position:relative;
	top: -145px;
	color:#FFFFFF;
	z-index:101;
	text-align:right;
	font-size:18px;
	letter-spacing: 2px;
}
/*end layout*/

/*half txt half img*/
#txt_side{
	float:left;
	width: 250px;
	overflow:hidden;
}
#img_side{
	float:right;
	width: 525px;
	overflow:hidden;
}
/**/

/*navigation*/
#menubarsingle1{
	margin-top: 150px;
}
#menubarsingle1 a{
	display: block;
	float:right;
	color: #F5CB25;
	font-size: 12px;
	text-decoration:none;
	width: 90px;
	text-align:center;
}
#menubarsingle1 a:hover{
	color: #666666;
}
/*end navication*/
/*content*/
#banner .primary{
	letter-spacing: 3px;
	font-size:38px;
	line-height: 42px;
	font-weight:bold;
	color:#F5CB25;
}
#banner .secodyary{
	letter-spacing: 3px;
	font-size: 16px;
	line-height:24px;
	font-weight:bold;
	color:#FFF;
}
b,strong{
	font-weight:normal;
	color:#F5CB25;
}
/*end content*/

/*div tag id=textarea1*/
#textarea1{
	padding: 0px 5px 0px 5px;
	letter-spacing: 1px;
}
#textarea1 h1{
	letter-spacing: 2px;
	font-size: 15px;
	color: #F5CB25;
	font-weight:100;
}

#textarea1 h2{
	letter-spacing: 2px;
	font-size: 14px;
	color: #F5CB25;
	font-weight:100;
}

#textarea1 p{
	font-size: 11px;
	color: #999999;
    line-height: 15px;
}

#textarea1 h6{
	font-size: 11px;
	color: #999999;
}

#textarea1 b, #textarea1 strong{
	font-size: 12px;
	color: #F5CB25;
}

#textarea1 a, #textarea1 a:active, #textarea1 a:link, #textarea1 a:visited{
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#textarea1 a:hover{
	border-bottom: 1px dotted #F5CB25;
}

.tight tr td p{ margin: 0px; padding: 0px;}
/* END CSS for div tag id=textarea1*/