body {
	background-color: #5F883F;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
}

#wrapper {
	width:763px;
	margin: 0 auto;
}

#header {margin-bottom:20px;}
#title {
	display: block;
	padding: 0px;
	margin-top: 60px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 165px;
}
#container {
	margin:0 auto;
	width:558px;
	padding:20px;
	background: #fff;
	float: right;
}

#menu {
	width: 165px;
	margin: 0;
	float: left;
}

#main_content {
	width: 300px;
	border-right:1px solid #CCCCCC;
	padding-right:20px;
	float: left;
}

#main_content_gallery {
	width: 558px;
	border-right:0px solid #CCCCCC;
	float: left;
}

#second_content {
	width: 216px;
	float: right;
}

#footer {
	background: url(../images/bordo.gif) no-repeat top #fff;
	width: 558px;
	padding: 20px;
	clear:both;
	margin: 0 0 0 165px;
}

#footer p {font-size:10px;}

/* Fonts */

h1 {font-size:18px; color:#993300; margin:0 0 18px 0;}

h2 {}

h3 {}

p {font-size:12px; color: #666666;}

a:link, a:visited {color:#993300;}

a:hover {color:#333333;}

#main_content_gallery span {
  font-size:12px;
  color: #666666;
  margin:8px;
  text-align:center;
}

/* List */

#menu ul {
	list-style-type: none;
	width: 165px;
}

#menu ul li {}

#menu ul li a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	background-image: url(../images/butt.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 20px;
	width: 125px;
	padding: 20px;
	text-align: center;
}

#menu ul li a:hover {
	background-image: url(../images/butt.png);
	background-repeat: no-repeat;
	background-position: -1px -60px;
}

#menu ul li a.current {
	background-image: url(../images/butt.png);
	background-repeat: no-repeat;
	background-position: -1px -60px;
}

/* Gallery */

a img {border:0px;}

#fontbg p{
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: white;
	margin: 30px;
}

/* *******************  ZOOM  ******************* */

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer; outline: none
}

.highslide-image {
	border: white 6px solid
}
.highslide-image-blur {
	
}
.highslide-caption {
	color: #086D80; border: white 3px solid; padding: 2px 5px 7px 5px; display: none; background-color: #FFFFFF; font-size: 100%;
}
.highslide-display-block {
	display: block
}
.highslide-display-none {
	display: none
}

