body {
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 24px;
	height: 600px;
	text-align: justify;
}

#content_wrapper {
	margin-top:10px;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}

#left_side {
	float: left;
	width: 200px;
	margin-left: 20px;
	margin-right: 20px;
	height: 600px;
}

#center {
	background-color: #eee;
	border-top: 0px solid #aaa;
	margin-top: 0px;
	width: 660px;
	float: right;
	margin-left: 0px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	padding-bottom: 20px;
}

#center img
{
	border: 1px solid #000;
	padding: 5px;
	margin: 3px;
	background-color:#FFF;

}

img.Pic
{
	border: 1px solid #000;
	padding: 3px;
	background-color:#FFF;

}


#right_side {
  float: right;
  width:140px;
  border:0px dashed #cccccc;
}



a {
text-decoration: none;
color: #5b3205;
}
a:hover {
text-decoration: none;
/* text-decoration: underline; */
color: #874805;
}

#wrap {
	width: 980px;
	margin: 40px auto;
	background: #eee url(images/content.gif) repeat-y;
}

#header {
	height: 152px;
	background: #eee url(images/header.gif) no-repeat;
}
#header h1 {
font-size: 34px;
font-weight: 100;
letter-spacing: -3px;
padding: 30px 0 0 30px;
}
#header h1 a {
text-decoration: none;
color: #EC8714;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
color: #89A537;
font-size: 20px;
font-weight: 100;
padding: 0 0 0 31px;
}

#menu {
height: 180px;
background: #eee url(images/menu.gif) no-repeat;
}
#menu ul {
list-style-type: none;
padding: 10px 0 0 40px;
}
#menu ul li {
}
#menu ul li a {
color: #E7D68D;
font-size: 24px;
font-weight: 600;
letter-spacing: -1px;
}
#menu ul li a:hover {
color: #333;
text-decoration: none;
}

#content {
	background: #eee url(images/content.gif) repeat-y;
	padding: 20px;
	height: auto;
}

#slide {
	background: #eee url(images/content.gif) repeat-y;
	padding: 20px;
}
#slidecontent {
	border-top: 1px solid #ff0000;
	border-bottom: 1px solid #ff0000;

}

.main {
	border-top: 1px solid #aaa;
	background: #eee;
	padding: 10px;
	margin-left: 0px;
	float: right;
	width: 680px;
	border-right: 50px;
}
.menu {
	background: #eee;
	padding: 10px;
	margin-left: 0px;
	float: left;
	width: 200px;
}
.main h2 {
font-size: 18px;
font-weight: 100;
padding: 15px 0 7px 0;
}
.main h2 a {
text-decoration: none;
}
.left h2 a:hover {
color: #111;
}

#bottom {
	background: #eee url(images/bottom.gif) no-repeat;
	padding: 10px 0;
	clear: both;
	text-align: center;
}

#footer {
	font-size: 11px;
	color: #999;
	text-align: center;
	background-color: #FFF;
	clear: both;
	vertical-align: bottom;
	background: #eee url(images/content.gif) repeat-y;
	padding-top: 40px;
}

h2{
	margin: 0px;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid white;
}
:hover.highslide img {
	border: 0px solid #000000;
}

.highslide-image {
	border: 10px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 5px solid white;
    border-top: none;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a:hover.highslide-credits, a:hover.highslide-credits i {
    color: white;
    background-color: gray;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

a.WhiteLink:link {
	color: #FFFFFF;
}


a.WhiteLink:visited {
	color: #FFFFFF;
}



a.WhiteLink:active {
	color: #FFFFFF;
}

      table.directions th {
	background-color:#e5cb9f;
	color: #451d0f;
	padding-left: 4px;
      }
