/* CSS Document */

body {
	margin:0;
	background: #436a85 url(images/bg11.jpg);
	padding: 30px 0;
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	color: #333;
}
a, a:visited{
	color: #55797e;
}
a:hover{
	color: #333;
}
.layout{
	width: 754px;
	border: solid 3px #cbcbcb;
	margin: 0 auto;
	background: #fff;
}
.header{
	padding-bottom: 3px;
}
.leftcol{
	width: 182px;
	background:url(images/left_bg.jpg) repeat-y;
	vertical-align:top;
}
.menu{
	width: 176px;
	background:url(images/menu_bg.jpg) repeat-y;
	border-left: solid 1px #eee;
	border-bottom: solid 3px #a4a0a1;
	margin-left: 5px;
}
.menu a, .menu a:visited{
	display: block;
	line-height: 29px;
	width: 156px;
	text-align: left;
	color: #55797e;
	font-weight: bold;
	margin-left: 10px;
	padding-left: 10px;
	border-bottom: dashed 1px #b6c7ca;
	text-decoration: none;
}
.menu a:hover{
	background: #e2e3e3;
	color: #333;
	border-bottom: dashed 1px #999;
}
.menu .active, .menu .active:visited, .menu .active:hover {
	background: #cadfe1;
	color: #0a4f7b;
}
.news{
	margin-left: 25px;
	text-align: left;
	margin-right: 10px;
}
.date{
	color: #fff;
	font-size: 10px;
}
.ndate{
	color: #0a4f7b;
	font-size: 10px;
}
.news a, .news a:visited{
	color: #0a4f7b;
	font-weight: bold;
	font-size: 11px;
}
.news a:hover{
	color: #304649;
	text-decoration: none;
}
.main{
	text-align: justify;
	margin: 25px;
}
.main img{
	padding:2px;
	border: solid 1px;
	border-color: #eee #aaa #aaa #eee;
}
.imglink{
	color: #55797e;
	text-decoration: none;
}
h1{
	font-size: 14px;
	color: #0a4f7b;
	padding-bottom: 3px;
	border-bottom: dashed 1px #bad4e5;
}
.footer{
	width: 744px;
	margin: 5px auto;
	color: #0a4f7b;
	font-size: 10px;
	text-align: left;
}
.err{
	color: #c00;
	font-size: 10px;
	font-weight: bold;
}

.tablehead{
	border: dashed 1px #bad4e5;
	background: #cadfe1;
	color: #0a4f7b;
}
.tablerow{
	border-bottom: dashed 1px #ccc;
}
.txtfield{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
}
.sep{
	height:1px;
	border-top: dashed 1px #eee;
	border-bottom: dashed 1px #aaa;
	padding: 1px;
}
.artist{
	display: none;
	position: absolute;
	background: #fff;
	color: #999;
	height: 18px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.painting{
	border: solid 5px #fff;
}
