* { line-height: 1.2; font-family: Verdana; }
input, select, textarea, body, form {margin: 0; padding: 0; }
img { border: 0; }
a { color: #C00; text-decoration: none; }
a:hover { text-decoration: underline; }
h2 { color: #A00; font-family: Arial;  margin-bottom: 5px; }
h3 { color: #600; font-family: Arial; font-size: 12px; margin-top: 1px; font-style: italic; }
body {
	font-size: 12px;
	background: #aeaeae;
	color: #340504;
}
#main {
	margin-left: auto;
	margin-right: auto;
	width: 958px;
	background: #FFF url('/img/logo.jpg') top left no-repeat;
	padding-top: 174px;
}
#title {
	text-transform: uppercase;
	color: #0d3f82;
	font-size: 15px;
	margin-left: 150px;
	font-weight: bold;
	margin-top: 5px;
	font-family: Arial;
}
#weather {
	width: 135px;
	height: 46px;
	background: url('/img/weather.jpg') left top no-repeat;
	padding-top: 8px;
	padding-left: 5px;
	float: left;
	font-size: 9px;
	color: #FFF;
}
#weather TD { vertical-align: middle; padding: 1px; white-space: nowrap;}
#menu {
	margin-top: 30px;
	text-align: center;
	width: 860px;
	height: 100px;
}
#menu .menu {
	margin-left: 10px;
	vertical-align: top;
	color: #000;
}
#menu .menu TD { vertical-align: top; padding-left: 5px; padding-right: 5px;}
#menu a { color: #340504; font-style: italic; }
#menu a:hover { color: #C00; }
#content {
	margin-top: 30px;
	width: 800px;
	text-align: justify;
	font-size: 12px;
	color: #340504;
	display: table;
}
#news {
	float: right;
	margin-left: 30px;
	margin-bottom: 40px;
	padding-left: 40px;
	border-left: 3px dotted #73cdf2;
	width: 200px; 
}
#news h1 { color: #c30b08; font-size: 15px; font-weight: bold; margin-bottom: 15px; }
#bottom a, #news a { color: #c30b08; text-decoration: underline; }
#bottom a:hover, #news a:hover { text-decoration: none; }
#bottom {
	background: url('/img/bottom.jpg') left bottom no-repeat;
	height: 120px;
}
#b_left { float: left; margin-left: 100px; margin-top: 40px; text-align: left; }
#b_right { float: right; margin-right: 100px; margin-top: 40px; text-align: left; }
#b_center { width: 200px; height: 120px; position: absolute; margin-left: 450px;}
#gallery { display: table; text-align: center; }
#gallery .imagez {
	float: left;
	border: 1px dotted #DDD;
	padding: 5px;
	margin: 5px;
	display: table;
	height: 160px;
	text-align: center;
	overflow: hidden;
    width: 30%;
}
#gallery .name {
	font-weight: bold;
	padding-bottom: 4px;
}
#gallery .text {
	font-style: italic;
	font-size: 10px;
}

#dbmain {
	overflow-y: auto;
	overflow-x: none;
	width: 720px;
}
#dbase {
	width: 690px;
	margin-left: 10px;
	border: 1px solid #EEE;
}
#dbase TH { background: #DDF;}
#dbase TD { border-top: 1px dotted #DDD; background: #EEE; white-space: nowrap;}
#dbase .white { background: #FFF; }
#dbase .green { background: #DFD; }
#dbase .red { background: #FDD; }
#dbase .left { border-left: 2px solid #CCC; padding-left: 3px; }
#myear { float: left; }
#myear select, #myear input { width: 60px; border: 1px solid #666; margin-bottom: 3px; font-size: 9px; }

#detail {
	border: 2px solid #555;
	padding: 10px;
}
#detail TH {
	background: #EEE;
	white-space: nowrap;
	font-weight: bold;
	text-align: left;
	padding: 2px;
}
#detail TD {
	background: #FFF;
	white-space: nowrap;
	text-align: left;
	border-top: 1px dotted #DDD;
	padding: 2px;
}
.moreinfo {
	position: absolute;
	display: none;
	width: 200px;
	min-height: 30px;
	border: 1px solid #AAA;
	background: #FFF;
	padding: 10px;
	text-align: justify;
	font-size: 12px;
}
