body {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	background-color: #545454;
	text-align: center;
}

body, td, a, div, span {
	font-family: arial, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

h1 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

td {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#logo {
	display: block;
	height: 23px;
	width: 333px;
}

#content {
	width: 877px;
	height: 536px;
	background: url(../img/bg.jpg) no-repeat left top;
	text-align: left;
}

#top-nav {
	margin: 4px 0px 10px 100px;
	float: left;
	background-color: #ccc;
	filter: alpha(opacity=71);
}

#top-nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#top-nav li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#top-nav li a {
	padding: 0px 8px 0px 8px;
	margin: 0px;
	white-space: nowrap;
	position: relative;
	text-transform: uppercase;
}

#top-nav li a:hover, #top-nav li.current a {
	background-color: #666;
	text-decoration: none;
}

.grid {
	clear: both;
}

#column-1 {
	width: 72px;
	margin: 0px 0px 0px 18px;
	overflow: hidden;
}

.text-page #column-2 {
	overflow: auto;
	width: 514px;
	height: 432px;
	scrollbar-base-color: #545454;
}



#column-2 {
	width: 514px;
	height: 372px;
	overflow: hidden;
}
#previous, #next {
	text-align: center;
	width: 30px
}

#photo {
	height: 372px;
	background-repeat: no-repeat;
	background-position: center center;
}

#caption {
	text-align: center;
	margin: 0px;
	font-weight: normal;
	text-align: left;
}
	
.gallery_caption {
	margin: 5px 0px 0px 0px;
}

.gallery-thumb a {
	display: block;
}

.gallery-thumb {
	height: 100px;
	width: 200px;
	float: left;
	margin: 30px 20px 0px 20px;
	text-align: center;
}

#text-content {
	margin: 20px;
	line-height: 18px;
}

#inner-content {
}

#text-content ul {
	margin: 10px 20px 20px 20px;
}

#navigation {
	margin: 0px;
	width: 514px;
}

#navigation td {
	padding: 0px 10px 0px 10px;
}
#navigation div {
	cursor: pointer;
	text-align: center;
}


/**
 * This <div> element is wrapped by statically around the list
 * inside the HTML document.
 */
.jcarousel-scope {
	margin: 0px 0px 0px 0px;
	position: relative;
	height: 320px;
	padding: 40px 0px 40px 4px;
}

/**
 * Similar styles will be applied by jCarousel. But we additionally
 * add it here for better displaying with browsers having
 * javascript disabled.
 */
.jcarousel-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.jcarousel-list li {
	float: left;
	list-style: none;
	margin-bottom: 5px;
}

.jcarousel-list li {
	border: 1px solid #ccc;

}


/**
 * The button-elements are added statically in the HTML document
 * to illustrate how to cutomize the prev/next controls.
 *
 * We set display:none to hide them from browsers having
 * javascript. jCarousel will show them automatically.
 */
.jcarousel-next {
	position: absolute;
	bottom: 5px;
	left: 20px;
	cursor: pointer;
	border: none;
}

.jcarousel-next-disabled {
	cursor: default;
	visibility: hidden;
}

.jcarousel-prev {
	position: absolute;
	top: 5px;
	left: 20px;
	cursor: pointer;
	border: none;
}

.jcarousel-prev-disabled {
	cursor: default;
	visibility: hidden;
}

