* html #body {
	height: 100%;
}
body {
	padding: 0;
	margin: 0;
}
body, table, form, input, select, textarea {
	font-family: tahoma, arial, verdana, serif;
	font-size: 12px;
	color: #222222;
}
a, a:visited, a:hover {
	font-family: tahoma, arial, verdana, serif;
	font-size: 12px;
	color: #222222;
}
a:hover {
	text-decoration: none;
}
a.min, a.min:visited, a.min:hover {
	font-size: 11px;
	text-decoration: none;
}
a.min:hover {
	color: #7A7A7A;
}

h1, h2 {
	text-align: left;
	margin: 0 0 10px 0;
}
h1 {
	font-size: 17px;
	color: #CC6600;
}
h2 {
	font-size: 14px;
}
hr {
	height: 1px;
	color: #222222;
	background-color: #222222;
	border-style: none;
}
div {
	text-align: left;
}
p {
	margin-top: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
form {
	margin: 0;
}

#container {
	min-width: 990px;
	height: 100%;
	background: url('bg_left.gif') repeat-y;
}

/* Body */
#body {
	float: left;
	width: 100%;
	min-height: 100%;
	background: url('bg_right.gif') right repeat-y;
}
#tel {
	position: absolute;
	top: 10px;
	right: 15px;
	color: white;
	font-size: 18px;
	font-weight: bold;	
}
#flash {
	height: 86px;
	background-color: #5190DE;
}
#corner {
	position: absolute;
	width: 27px;
	height: 26px;
	background: url('corner.gif') no-repeat;
}
#menu {
	height: 26px;
	background: #4A78A9 url('bg_menu.gif');
	text-align: center;
	overflow: hidden;
}
#menu, #menu a, #menu a:visited, #menu a:hover {
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 26px;
	padding: 0 3px;
}
#menu a:hover {
	color: #BCDFFF;
}

/* Content */
#content {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content .text {
	float: left;
	margin: 20px 140px 100px 300px;
	text-align: justify;
}

/* Left */
#left {
	position: relative;
	float: left;
	width: 210px;
	min-height: 576px;
	margin-left: -100%;
}
#left .text {
	padding: 60px 10px 10px 10px;
	margin-bottom: 80px;
}
#news {
	position: absolute;
	top: 0;
	width: 281px;
	height: 54px;
	background: url('news.jpg') no-repeat;
}
#border {
	position: absolute;
	top: 54px;
	left: 209px;
	width: 72px;
	height: 522px;
	background: url('border.jpg') no-repeat;
}

/* Right */
#right {
	float: left;
	width: 120px;
	margin-left: -120px;
	margin-bottom: 80px;
	background: #E0E0E0 url('bg_right.gif') repeat-y;
	overflow: hidden;
	display: inline;
}
#right a, #right a:visited, #right a:hover {
	font-size: 11px;
	text-decoration: none;
}
#right a:hover {
	color: #7A7A7A;
}
#right img {
	margin: 5px 0;
	border: solid #222222 1px;
}
#right .text {
	padding: 10px 5px;
	text-align: center;
}

/* Foot */
#foot {
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	height: 80px;
	margin-top: -80px;
	background-color: #698DB1;
}
#copyright {
	position: absolute;
	left: 20px;
	top: 27px;
	font-weight: bold;
}
#copyright, #copyright a, #copyright a:visited, #copyright a:hover {
	font-size: 11px;
	color: #ffffff;
}
#copyright a:hover {
	color: #BCDFFF;
}
#banner {
	position: absolute;
	right: 20px;
	top: 30px;
}

/* Gallery */
#img_win {
	position: absolute;
	z-index: 1;
	visibility: hidden;
	background-color: white;
	border: solid #222222 5px;
	cursor: pointer;
}
#close {
	position: absolute;
	top: 5px;
	right: 5px;
}
.gallery {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.gallery div {
	width: 102px;
	overflow: hidden;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	margin: 0 10px 10px 0;
	text-align: center;
	vertical-align: top;
}
.gallery img {
	display: block;
	width: 100px;
	height: 75px;
	border: solid #222222 1px;
}
.gallery, .gallery a, .gallery a:visited, .gallery a:hover {
	font-size: 11px;
	text-decoration: none;
}
.gallery a:hover {
	color: #7A7A7A;
}
.clear {
	clear: both;
}

/* Table */
.table {
	border-top: #ffffff 2px solid;
	border-left: #ffffff 2px solid;
	background-color: #F3F3F3;
}
.table td {
	padding: 3px;
	border-right: #ffffff 2px solid;
	border-bottom: #ffffff 2px solid;
}
.t_r {
	text-align: right;
	font-weight: bold;
}
.t_c {
	text-align: center;
	font-weight: bold;
}