@charset "utf-8";
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #EEEEEE;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #F7F7F7;
	border-left-color: #F7F7F7;
	background-image: url(../images/index.jpg);
	background-repeat: repeat-x;
	background-color: #232E34;
	background-position: -70px top;
}
.thrColFixHdr #container {
	width: 1100px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #EDECE7;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 900px;
} 
.thrColFixHdr #header {
	width: 1100px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0px;
} 
.thrColFixHdr #header h1 {
	margin: 0;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	width: 1100px;
	height: 96px;
	font-size: x-large;
}
/*********** Horizontal Nav *************/
#horizonnav {
	padding: 0px;
	list-style: none;
	float: left;
	width: 900px;
	background-repeat: no-repeat;
	border-bottom-color: #B08971;
	margin-top: 2px;
	margin-bottom: 2px;
}
#horizonnav li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#horizonnav a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 1;
	float: left;
	width: 111px;
	text-align: center;
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #AB6249;
}
#horizonnav a:hover {
	text-decoration: none;
	color: #F60;
}
#horizonnav #hornav_last a {
	border-right-style: none;
}
.thrColFixHdr #mainContent {
	margin-top: -390px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-repeat: repeat;
	width: 1100px;
	height: auto;
	border-top-color: #EDECE7;
	border-right-color: #EDECE7;
	border-bottom-color: #EDECE7;
	border-left-color: #EDECE7;
	background-image: url(../images/test3.png);
} 
.thrColFixHdr #container #slider {
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: -20px;
	margin-left: 0px;
}

.thrColFixHdr #footer {
	background-image: none;
	height: 0px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	width: 1100px;
	background-repeat: no-repeat;
	background-position: 0px;
	margin-top: 150px;
} 
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.thrColFixHdr #container #mainContent {
	font-size: 18px;
	font-weight: normal;
	color: #CCCCCC;
}
.thrColFixHdr #container #sidebar2 p {
	font-size: 20px;
	color: #CCC;
	font-weight: bold;
}
.thrColFixHdr #container #mainContent p {
	font-size: 14px;
}
.org {
	color: #CC9900;
}
.red {
	color: #CC6600;
}
