@charset "utf-8";
/* CSS Document */

#fla {
	width: 100%;
	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(images/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(images/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: #F90;
	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;
	top: -100px;
}
#wrapper #navigation {
	height: 200px;
	width: 850px;
	padding-right: 25px;
	padding-left: 25px;
	z-index: 10000;
}
#wrapper #navigation .navBar {
	height: 190px;
	width: 150px;
	margin-right: 10px;
	margin-left: 10px;
	z-index: 100;
	position: relative;
	float: left;
}
#wrapper #navigation .navBar .nImg {
	height: 150px;
	width: 150px;
}
#wrapper #navigation .navBar .nT3 {
	border-right-width: 2px;
	border-left-width: 2px;
	height: 36px;
	width: 146px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#wrapper #content {
	background-image: url(images/b1.gif);
	background-repeat: repeat;
	width: 880px;
	margin-left: 20px;
	margin-top: -100px;
	height: 700px;
}
#wrapper #content #cLeft {
	background-image: url(images/SubBg.png);
	background-repeat: repeat-y;
	float: left;
	width: 250px;
	height: 600px;
	clear: both;
	position: absolute;
	margin-top: 100px;
}
#wrapper #content #cLeft #lefttext {
	padding-top: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
}
#wrapper #content #cRight {
	height: 500px;
	width: 600px;
	position: relative;
	float: right;
	clear: both;
	margin-top: 100px;
}

#wrapper #bBar {
	font-size: 12px;
	background-image: url(images/TopBarBg.png);
	background-repeat: repeat-x;
	background-position: center center;
	clear: both;
	height: 30px;
	width: 900px;
	text-align:center;
	position: relative;
}
