h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-style: italic;
}
h1 {
	font-size: 14px;
	color: #333333;
}
h2 {
	font-size: 16px;
	color: #333333;
}
h3 {
	font-size: 18px;
	color: #333333;
}
h4 {
	font-size: 18px;
	color: #333333;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #000066;
}
a:hover {
	color: #000099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
img
{  border-style: none;
}

#container {
	background-color: #FFFFFF;
	background-image: url(../image/layout/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#navi_wrap {
	height: 119px;
	width: 900px;
	position: relative;
	background-image: url(../image/layout/navi.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#logo {
	float: left;
	height: 119px;
	width: 300px;
	position: relative;
}
#navibar {
	float: right;
	height: 119px;
	width: 600px;
	position: relative;
}
#right_content{
	float: right;
	height: 260px;
	width: 600px;
	position: relative;
	background-image: url(../image/gallery/bg/right_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	list-style-position: inside;
	list-style-type: none;
	padding-top: 240px;
	padding-right: 25px;
	padding-left: 25px;
}
#left_content{
	background-image: url(../image/gallery/bg/galleryleft_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	height: 195px;
	width: 210px;
	position: relative;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
	font-style: italic;
	list-style-position: inside;
	list-style-type: none;
}
#content_wrap{
	background-image: url(../image/gallery/bg/gallery_bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	width: 900px;
	position: relative;
	height: 520px;
}
#footer{
	background-image: url(../image/gallery/bg/galleryfooter_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
	width: 650px;
	position: relative;
	padding-left: 250px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
}
.subfoot{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}.carousel_item {
	position: relative;
	list-style-position: outside;
}
.carousel_item li{
	display: block;
	margin-bottom: 15px;
}
#navi_content {
	width: 170px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	position: relative;
	padding-left: 20px;
	padding-right: 10px;
}
html>body #navi_content {
	width: 150px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #FFFFFF;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.arrowup {
	background-image: url(../image/gallery/bg/uparrow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.arrowdown {
	background-image: url(../image/gallery/bg/downarrow.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
			
#carousel {
	width: 170px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
}
.slider-wrap { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	width: 590px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 280px;
	clear: both;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
}