body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background-image:url("images/bg.png");
	background-color:#e3d6b2;
}

#mainTable {
	margin: 0 auto;
	background-image:url("");
	line-height: 1.5em;
	width: 960px;
        height: 100%;
	padding-top:6;
}

#maincontent {
	padding:10;
	font-size: 11px;
	font-size: 100%;
	background-color:transparent;
        vertical-align: top;
	border-color:transparent;
	color:#474959;
	font-family: times;
}

#header {
	background-image:url("");
	background-repeat: no-repeat;
	height:80px;
	font-size: 60px;
	color: #6b2f39;
	font-family: Times;
	letter-spacing: -2px;
	font-weight:200;
	padding:0;
}
#header2 {
	background-image:url("");
	background-repeat: no-repeat;
	font-size: 15px;
	color: #6b2f39;
	font-family: Times;
	padding:0;
}

#easyslider {
	background-color: #d0be96;
margin-right: auto;
margin-left: auto;
	z-index: 1;
height:300px;
width:850px;
border:#d0be96 solid 2px;
}

#fix {
	z-index:1;
}

#upcoming {
	border-left:2px dotted #d0be96;
}

#newsfeed {
	border-top:2px dotted #d0be96;
	padding:20;
	font-size: 11px;
	font-size: 100%;
        vertical-align: top;
	color:#474959;
	font-family: times;
}

.thumbs {
        float:left;
        margin-right:10px;
        margin-top:15px;
        margin-left:10px;
        margin-bottom:15px;
        width:125px;
        height:200px;
padding-left: 70px;}

#nav a {
	font-size: 22px;
	text-decoration: none;
	color: #aa934f;
}

#nav a:hover, #nav a:active {
	font-size: 22px;
	text-decoration: none;
	color: aa934f;
}

#nav {
	font-size: 22px;
	text-decoration: none;
	font-family: times;
	padding-right:20px;
}

#itemmenu {
	padding:10;
	font-size: 12px;
	font-size: 100%;
	background-color:transparent;
        vertical-align: top;
	text-align:center;
	margin: 10;
}

.indented
   {
    padding-left: 20pt;
    padding-right: 20pt;
   }

#navcontent {
	padding:0px;
	font-size: 12px;
	font-size: 100%;
	background-color:transparent;
	background-image:url("");
        vertical-align: top;
	font-size: 40px;
	text-decoration: none;
	font-family: times;
}

#menu-container {position:relative;z-index:99;}


#footer {
	background-color: transparent;
	padding-left: 20pt;
	padding-right: 20pt;
	font-size: 11px;
	font-family: Times;
	color:#474959;
}

td, p, ul {
	font-family: Tahoma;
}

h1 {
	font-size: 20px;
	margin-top: 0px;
	padding-bottom: 3px;
	font-family: times;
}

#maincontent a:link, #maincontent a:visited {
	text-decoration: none;
	color: #6b2f39;
}
#maincontent a:hover, #maincontent a:active {
	color: #6b2f39;
}
#maincontent3 a:link, #maincontent3 a:visited {
	text-decoration: none;
	color: #6b2f39;
}
#maincontent3 a:hover, #maincontent3 a:active {
	color: #6b2f39;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #6b2f39;
}
#footer a:hover, #footer a:active {
	color: #6b2f39;
}
#current a {
	color: #000000;
	text-decoration: none; 
}


/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:850px;
		height:300px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
