/* CSS Document */
html, body {
	height: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
}


#page {
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 1000px;
}

.header {
	background-image:url(../images/head.jpg);
	background-repeat:no-repeat;
	width:783px;
	height:220px;
	text-align:left;
	color:#386ABF;
	font-size:10px;
	font-family:Tahoma;
	vertical-align:top;
	}

.right {
	background:url(../images/right_bottom.jpg) no-repeat bottom;
	width:217px;
	height:735px;
	font-size:10px;
	font-family:Tahoma;
	vertical-align:top;
	}

.menu_div {
	background-image:url(../images/right_top.png);
	background-repeat:no-repeat;
	width:217px;
	height:440px;
	text-align:left;
	color:#386ABF;
	font-size:10px;
	font-family:Tahoma;
	vertical-align:top;
	}

.menu_main {
	color:#09569F;
	font-size:13px;
	font-family:Tahoma;
	font-weight:bold;
	text-align:left;
	padding:71px 0px 0px 12px;
	margin:0px;
	list-style: none;
	}

.menu_main li {
	background-image:url(../images/li.jpg);
	background-repeat:no-repeat;
	width:202px;
	height:26px;
	padding:7px 0px 0px 0px;
	margin:0px 0px 5px 0px;
	text-align:center;
	float:none;
	}

.menu_main a {
	color:#09569F;
	font-size:13px;
	font-family:Tahoma;
	text-decoration:none;
	}

.menu_main a:hover {
	text-decoration:underline;
	}

.podmenu {
	margin:0px;
	padding:0px;
	float:none;
	position:relative;
	list-style: none;
	}

.podmenu li {
	color:#FFFFFF;
	font-size:11px;
	font-family:Tahoma;
	margin-bottom:2px;
	display: block;
	float:none;
	}

a {
	color:#FFFFFF;
	font-size:11px;
	font-family:Tahoma;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

.main {
	background:url(../images/main_bottom.jpg) no-repeat bottom;
	width:783px;
	font-family:Tahoma;
	font-size:11px;
	color:#BE6313;
	vertical-align:top;
	}

.rec {
	width:703px;
	text-align:justify;
	vertical-align:bottom;
	font-family:Tahoma;
	font-size:10px;
	color:#ff0000;
	padding-left:30px;
	padding-right:50px;
	padding-top:0px;
	padding-bottom:15px;
	position:relative;
	float:none;
	}

h1 {
	font-size:14px;
	font-family:Tahoma;
	color:#FDFEFE;
	margin:0px;
	padding:20px 0px 15px 0px;
	text-align:justify;
	vertical-align:top;
	font-weight:bold;
	}

#text {
	width:703px;
	font-family:Tahoma;
	font-size:11px;
	color:#ADD4F2;
	padding-left:30px;
	padding-right:50px;
	padding-top:0px;
	padding-bottom:30px;
	text-align:justify;
	float:none;
	position:relative;
	}

.footer {
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	font-family:Tahoma;
	font-size:10px;
	color:#FFFFFF;
	width:1000px;
	height:33px;
	text-align:center;
	vertical-align:top;
	}

.copy {
	padding-top:17px;
	float:none;
	position:relative;
	}

.image {
	width:140px;
	height:140px;
	border:solid 1px #4894D9;
	margin-left:20px;
	margin-bottom:20px;
	}

.date {
	font-family:Tahoma;
	font-size:11px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
	padding:5px;
	}

#gallery img {
	border:solid 1px #4894D9;
	margin-bottom:20px;
	}