/* @group Global */

body{
	margin: 0;
	padding: 0;
	font: 14px/14px Helvetica, Geneva, Arial, sans-serif;
	color: #333;
	background-color: white;
}

div.clear {
	clear: both;
}

a {
	color: #465329;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	border-bottom: 1px dotted olive;
}

ul {
	
}

ul li {
	list-style-type: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

#container {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	background: url(../images/header.png) no-repeat;
	width: 195px;
	height: 46px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
}

#header a.header {
	width: 195px;
	height: 46px;
	display: block;
	position: relative;
	text-decoration: none;
	border-bottom-width: 0;
}

#content {
	margin-top: 30px;
	margin-bottom: 75px;
	position: relative;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

#nav {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 321px;
}

#nav ul {
	position: relative;
	padding-left: 0;
	height: 40px;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 0;
}

#nav ul li {
	display: inline;
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}

#nav ul li a {
	display: block;
	list-style-type: none;
	text-decoration: none;
	border-width: 0;
}

#nav ul li a.active {
	border-bottom: 3px solid #aaa;
}

#nav ul li a img {
	border-width: 0;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#footer p {
	color: #999;
	font-size: 11px;
	line-height: 11px;
}

/* @end */

/* @group Home */

#home_image {
	text-align: center;
	position: relative;
	display: block;
	background: url(../images/MainDeer.gif) no-repeat center;
	width: 329px;
	height: 412px;
	margin-right: auto;
	margin-left: auto;
}



/* @end */

/* @group Artwork */
#scroller-container {
	width: 410px;
	/*overflow: hidden;*/
}

/*#scroller-container a.prev {
	background: url(../images/back.gif) no-repeat;
	width: 48px;
	height: 12px;
	position: absolute;
	display: block;
	left: -10px;
	border-bottom-width: 0;
	top: 0px;
}

#scroller-container a.next {
	background: url(../images/forward.gif) no-repeat;
	width: 47px;
	height: 12px;
	display: block;
	position: absolute;
	top: 0px;
	right: -25px;
	border-bottom-width: 0;
}*/
div.jcarousel-container-horizontal {
	width: 400px;
}
div.jcarousel-prev-horizontal {
	background: url(../images/back.gif) no-repeat;
	width: 48px;
	height: 12px;
	position: absolute;
	display: block;
	left: 0px;
	border-bottom-width: 0;
	top: -15px;
	cursor: hand;
}

div.jcarousel-next-horizontal {
	background: url(../images/forward.gif) no-repeat;
	width: 47px;
	height: 12px;
	display: block;
	position: absolute;
	top: -15px;
	right: 0px;
	border-bottom-width: 0;
	cursor: hand;
}
#scroller {
	height: 85px;
	position: relative;
	padding-left: 0;
	width: 4000px;
}

#scroller li {
	float:left;
	margin: 5px;
}
#gallery_container {
	width: 405px;
	height: 525px;
	margin-right: auto;
	margin-left: auto;
}

#gallery_nav {
	height: 30px;
	position: absolute;
	width: 459px;
}

#prev {
	background: url(../images/back.gif) no-repeat;
	width: 48px;
	height: 12px;
	position: absolute;
	display: block;
	left: -45px;
	border-bottom-width: 0;
	top: 250px;
}

#next {
	background: url(../images/forward.gif) no-repeat;
	width: 47px;
	height: 12px;
	display: block;
	position: absolute;
	top: 250px;
	right: 5px;
	border-bottom-width: 0;
}

#info {
	font-weight: bold;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
	position: relative;
	height: 50px;
	line-height: 50px;
}

#gallery {
	width: 360px;
	height: 505px;
	margin-right: auto;
	border: 1px solid #ccc;
	background-color: black;
	overflow: hidden;
	vertical-align: middle;
	margin-left: auto;
}

#gallery img {
	display: block;
	/*padding: 5px;*/
	/*width: 320px;*/
}



/* @end */

/* @group About */

#about-content-header {
	display: block;
	position: relative;
	width: 400px;
	height: 260px;
}

img.about-header {
	width: 61px;
	height: 28px;
	display: block;
	position: absolute;
	/*left: 200px;*/
	float: right;
	bottom: 5px;
	/*left: 20px;*/
}

img.about-image {
	width: 186px;
	height: 256px;
	display: block;
	position: relative;
	/*left: 200px;*/
	float: right;
}



/* @end */

/* @group Contact */

#contact-content-header {
	display: block;
	position: relative;
	width: 400px;
	height: 185px;
}

img.contact-header {
	width: 61px;
	height: 28px;
	display: block;
	position: absolute;
	/*left: 200px;*/
	float: right;
	bottom: 5px;
	/*left: 20px;*/
}

img.contact-image {
	width: 265px;
	height: 173px;
	display: block;
	position: relative;
	/*left: 200px;*/
	float: right;
}



/* @end */

/* @group Links */

#links-content-header {
	display: block;
	position: relative;
	width: 400px;
	height: 145px;
}

img.links-header {
	width: 61px;
	height: 28px;
	display: block;
	position: absolute;
	/*left: 200px;*/
	float: right;
	bottom: 5px;
	/*left: 20px;*/
}

img.links-image {
	width: 204px;
	height: 132px;
	display: block;
	position: relative;
	/*left: 200px;*/
	float: right;
}

ul.link li {
	/*line-height: 20px;*/
}

ul.link li span.link-desc {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 20px;
	display: block;
	position: relative;
}



/* @end */