html, body {
	background-color: #cedefc;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 14px;
}

#container {
	width: 995px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 0px black solid;
	border-collapse: collapse;
}
.leftS {
	background: url('images/sh_left.jpg') top left repeat-y;
	background-color: white;
	width: 267px;
	padding-left: 11px;
	text-align: center;
}
.rightS {
	background: url('images/sh_right.jpg') top left repeat-y;
	width: 16px;

}
img {
	border: 0;
}

td {
	margin: 0;
	padding: 0;
}

#langMenu li a {
	margin-left: 3px;
	margin-right: 3px;
	text-decoration: none;
	color: black;
}
#langMenu li a.sel {
	text-decoration: underline;
}
#langMenu li {
	float: right;
}
#langMenu {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 13px;
	line-height: 13px;
}

#menu {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	text-align: left;
	list-style-type: none;
	font-size: 14px;
	color: #183884;
}
#menu li{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#menu li a {
	text-decoration: none;
	color: #183884;
	
}
#menu li.sel, #menu li:hover {
	text-decoration: none;
	background: url('images/arrow.jpg') no-repeat 7px 11px;
	background-color: #efefef;
	position: relative;
	left: -2px;
	margin-right: -4px;
	padding-left: 32px;
}
#menu:hover li.sel{
	background: none;
}
#menu:hover li.sel:hover{
	background: url('images/arrow.jpg') no-repeat 5px 10px;
	background-color: #efefef;
}
#contentsContainer {
	background-color: #edf3fe;
	min-height: 100%;
}
#contents {
	padding: 20px;
	/*position: relative;
	z-index: 100;*/
	margin-top: -100px;
	font-size: 14px;
}
#contents p {
	margin: 0;
	padding: 0;
}
#titleContainer {
	margin-bottom: 25px;
	padding-top: 420px;
	background: url('images/photo.jpg') no-repeat top right;
	height: 110px;
	margin-right: -6px;
	position: relative; 
	left: -6px;
}

#titleContainerIn {
	margin-bottom: 25px;
	padding-top: 263px;
	background: url('images/photoIn.jpg') no-repeat top right;
	height: 110px;
	margin-right: -6px;
	position: relative; 
	left: -6px;
}

h1 {
	background: url('images/title.png') no-repeat;
	margin: 0;
	padding: 0;
	margin-left: -10px;
	height: 54px;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 400;
	padding-top: 16px;
	padding-left: 30px;
	text-decoration: underline;
}
#footer {
	font-size: 12px;
	padding: 5px;
}
.slogan1 {
	padding-top: 12px; 
	padding-bottom: 12px;
	font-family:garamond; 
	font-size: 24px;
	font-weight: bold;
}
.sloganContainer {
	vertical-align: top;
	background: url('images/line.jpg') repeat-x bottom left;
	font-size: 12px;
}
#banners {
	margin-top: 10px;
}
.banner {
	margin-top: 10px;
}
.newsDate {
	width: 85px;
	font-size: 12px;
	text-decoration: underline;
	vertical-align: top;
}
.newsBody {
	padding-top: 3px;
	padding-bottom: 10px;
}
.newsMore {
	font-size: 12px;
	color: #183884;
	margin-left: 20px;
	margin-top: 10px;
	display: block;
}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	margin-left: 35px;
	margin-bottom: 10px;
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
a.galleryLink {
	color: black;
	text-decoration: none;
	margin-top: 55px;
}
.form td {
	text-align: right;
	vertical-align: top;
	padding: 5px;
}
.form input, .form textarea {
	border: 1px #183884 solid;
	color: #183884;
	width: 400px;
}
.form textarea {
	height: 250px;
}
form input.submit {
	width: 100px;
	background-color: #efefef;
}
