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

#fla {
	width: 100%;
	min-width: 900px;
	margin-right: auto;
	margin-left: auto;
	clear: none;
	float: none;
	height: 400px;
	background-position: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#topBar {
	padding: 0px;
	height: 30px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(TopBarBg.png);
	background-repeat: repeat-x;
	z-index: 10;
	clear: both;
}
#topBar #topText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6C2300;
	vertical-align: middle;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	padding-left: 35px;
	letter-spacing: 2px;
	text-align: center;
}
#topBar #topRight {
	float: right;
	height: 30px;
	margin-right: 25px;
	width: 200px;
}
#topBar #topRight #rSearch {
	width: 150px;
	float: left;
}
#topBar #topRight #rSearch input {
	background-image: url(search.png);
	background-position: center center;
	width: 150px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
#topBar #topRight #rGo {
	float: right;
}
#topBar #topRight #rGo input {
	background-color: #ef3f10;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 20px;
	float: right;
	position: static;
}




#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 3;
	
}
#wrapper #navigation {
	height: 40px;
	width: 850px;
	padding-right: 25px;
	padding-left: 25px;
	z-index: 10000;
}
#wrapper #navigation .navBar {
	height: 40px;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
	z-index: 100;
	position: relative;
	float: left;
}

#wrapper #navigation .navBar .nT3 {
	border-right-width: 2px;
	border-left-width: 2px;
	height: 40px;
	width: 146px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}

#wrapper #content {
	background-image: url(b1.gif);
	width: 890px;
	height: 600px;
	margin-left:10px;
}
#wrapper #content #cLeft {
	float: left;
	width: 590px;
	height: 600px;
	clear: both;
	position: absolute;
}
#wrapper #content #cLeft #lefttext {
	padding-top: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	text-align: justify;
	padding-right: 10px;
}
#wrapper #content #cLeft #lefttext span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #000;
	text-align: center;
	vertical-align: middle;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

#wrapper #content #cRight {
	padding-top: 10px;
	height: 590px;
	width: 300px;
	position: relative;
	float: right;
	clear: both;
}
#bBar  {
	font-size: 12px;
	background-image: url(TopBarBg.png);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
	text-align:center;
	color: #000;
	vertical-align: middle;
	clear: both;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#bBar span  {
	display: block;
	clear: both;
	position: relative;
	padding-top: 9px;
}
