* {
	margin: 0;
	padding: 0;
}
html, body {
	height:100%;
}
body {
	background-color: #465B8F;
	font-family: arial, serif;
}
#wrap {
	background: #fff url("../resources/back.gif") top left repeat-y;
	position: relative;
	width: 1000px;
	min-height: 100%;
	margin: auto;
	border-width: 0 1px;
}
* html #wrap,
* html #inner-wrap {
	height:100%;
}
#inner-wrap {
	padding-bottom: 41px;
}
#inner-wrap:after {
	content: " ";
	display: block;
	clear: both;
}
#content {
	padding:100px 0 80px 390px;
	position: relative;
}
#footer {
	background: #053F64 url("../resources/footer.gif") top left repeat-x;
	height: 41px;
	width: 600px;
	position: absolute;
	bottom: 0;
	color: #FF00FF;
	text-align: center;
	margin-left: 390px;
}
#header {
	background: #053F64 url("../resources/header.gif") top left repeat-x;
	color: #FF00FF;
	position: absolute;
	top: 0;
	height: 68px;
	width: 600px;
	margin-left: 390px;
}
#left {
	background: #0072BB url("../resources/menu_back.jpg") top left no-repeat;
	position: absolute;
	top: 0;
	width: 380px;
	height: 607px;
	margin-left: 10px;
}

h1 {
	font: normal 23pt Impact, Charcoal, sans-serif;;
	color: #fff;
	text-align: center;
	padding-top: 5px;
}
h2 {
	font: normal 10pt Verdana, sans-serif;
	font-weight: bold;
	line-height: 14pt;
	text-align: left;
	color: #26365A;
	margin: 20px 20px 0 20px;
	_margin: 10px;
	padding: 0 20px 20px 20px;
}
.remark {
	font: italic 10pt Verdana, sans-serif;
	font-weight: bold;
	line-height: 14pt;
	text-align: left;
	color: #26365A;
	margin: 20px 20px 0 20px;
	_margin: 10px;
	padding: 0 20px 20px 20px;
}

p, ol, ul {
	font: normal 10pt Verdana, sans-serif;
	line-height: 14pt;
	text-align: justify;
	color: #26365A;
	margin: 20px 20px 0 20px;
	_margin: 10px;
	padding: 0 20px 20px 20px;
}
p a {
	font: bold 10pt Verdana, sans-serif;
	line-height: 14pt;
	color: #ff6600;
	text-decoration: none;
}

#footer p {
	font: normal 10pt Verdana, sans-serif;
	color: #fff;
	text-align: center;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 0;
}
#footer a {
	font: bold 10pt Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
table {
	font: normal 8pt Verdana, sans-serif;
	line-height: 14pt;
	color: #26365A;
	width: 90%;
	margin-left: 4%;
	border: 1px solid #26365A;
	border-spacing: 0;
	border-collapse: collapse;
}

td {
	border: 1px solid #26365A;
	padding: 5px;
	
}
.contacts {
	width: 600px;
	height: 500px;
	border: 1px solid #26365A;
	font: normal 10pt Verdana, sans-serif;
	line-height: 14pt;
	text-align: justify;
	color: #26365A;
}
#gallery {
	margin: 0 0 0 30px;
	width: 560px;
}
#gallery:after {
	content: " ";
	display: block;
	clear: both;
}
#gallery .thumb {
	float: left;
	font-size: 0;
	line-height: 0;
	margin: 0 15px 15px 0;
	border: 3px solid #465B8F;
}
#gallery .thumb img {
	font-size: 0;
	line-height: 0;
	border: 0;
}

table.schedule {
	font: normal 8pt Arial, sans-serif;
	line-height: 14pt;
	color: #26365A;
	width: 550px;
	text-align: center;
	border: 1px solid #26365A;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 10px;
}
table.schedule th {
	border: 1px solid #26365A;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.schedule td {
	border: 1px solid #26365A;
	padding: 5px 5px 5px 5px;
	-moz-border-radius: 0px 0px 0px 0px;
}
.scheduleMain {
	background-color: #7fb8dd;
}
.scheduleDark {
	background-color: #b2d4eb;
}
.scheduleLight {
	background-color: #d8eaf5;
}