body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #666666;
	font-size:12px;
	background-image: url(art/bg-line.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#container {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(art/banner-top.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #container #mainContent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.oneColFixCtr2 #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-align: left;
	float: right;
	width: 422px;
	margin: 0px;
	height: 35px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}



.oneColFixCtr #container #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
}

#container #mainContent .main-image {
	background-image: url(art/fire-image-large.jpg);
	background-repeat: no-repeat;
	height: 444px;
	width: 750px;
	margin-left: -20px;
}

#container #mainContent .main-image2 {
	background-image: url(art/lower-banner.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 750px;
	margin-left: -20px;
}
/* links */

a:link, a:visited, a:active {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color:#E03C26;
	text-decoration: none;
}



/* left menu area */

#container #mainContent .left-menu {
	background-image: url(art/left-menu-back.png);
	background-repeat: repeat-x;
	text-align: center;
	float: left;
	height: 355px;
	width: 225px;
	margin-right: 20px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-bottom: 20px;
	border: 1px solid #DDDDDD;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}
#container #mainContent .left-menu strong {
	color: #FFFFFF;
	padding-bottom: 12px;
	display: block;
}
#container #mainContent .left-menu p {
	text-align: center;
}
#container #mainContent .left-menu em {
	font-weight: bold;
}

/* footer area */

#container #mainContent .footer {
	display: block;
	clear: both;
	padding-top: 5px;
	margin-top: 5px;
	font-size: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DEDEDE;
	padding-bottom: 20px;
}
#container #mainContent .footer .footright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	float: right;
}

.footright a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.footright a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}
.footright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}


/* main menu index area */

#container #mainContent .main-menu-hold {
	background-image: url(art/bottom-menu.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 750px;
	margin-left: -20px;
	background-position: top;
	padding-top: 20px;
}
#main-menu li {
	display: inline;
	list-style-type: none;
	padding-left: 80px;
	padding-right: 60px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-size:24px;
}
.main-menu-hold ul {
	margin: 0px;
	padding: 0px;
}
#main-menu a {
	color: #000000;
	text-decoration:none;
}
#main-menu a:link {
	color: #000000;
}
#main-menu a:visited {
	color: #000000;
}
#main-menu a:hover {
	color: #E8C51F;
}
#main-menu a:active {
	color: #E8C51F;
}

/* main menu in site area */

#container #mainContent .main-menu-hold2 {
	background-image: url(art/top-banner-inner.png);
	background-repeat: no-repeat;
	height: 43px;
	width: 750px;
	margin-left: -20px;
	background-position: top;
	padding-top: 22px;
	margin-bottom: 10px;
}

#main-menu2 li {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	padding-right: 60px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-weight:normal;
	font-size:16px;
}
.main-menu-hold2 ul {
	margin: 0px;
	padding: 0px;
}
#main-menu2 a {
	color: #000000;
	text-decoration:none;
}
#main-menu2 a:link {
	color: #000000;
}
#main-menu2 a:visited {
	color: #000000;
}
#main-menu2 a:hover {
	color: #E8C51F;
}
#main-menu2 a:active {
	color: #E8C51F;
}





/*---------------------------- Events start ---------------------------------------------------*/

.events dt {
	color: #393035;
	font-weight: normal;
	float: left;
	margin: 0em;
	width: 9em;
	text-align: left;
	padding-top: 2px;
	padding-bottom: 2px;
	/*	background-image: url(../images/bag2.png);
	background-repeat: no-repeat;
*/	padding-right: 0em;
	padding-left: 0em;
	font-size: 11px;
}

.events dd {
	margin-left: 36em;
	padding-top: 2px;
	padding-bottom: 5px;
	font-size: 11px;
}
.oneColFixCtr #container #mainContent h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.oneColFixCtr2 #container #mainContent .index2-image {
	margin-top: 10px;
}
.oneColFixCtr2 #container #mainContent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtr2 #container #mainContent .events {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
