html {
    background-color: #eaf2f0;
    color: #7e9a94;
}

body {
    font-family: 'Times New Roman',arial;
}

a {
    color: #577a73;
}

#bd {
    padding: 30px;
    zoom: 1;
}

#bd:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
}

#ft {
    padding: 20px;
}

.side-block {
    float: left;
    width: 175px;
}

.side-block .portrait {
	position:absolute;
	left:550px;
	top:100px;
	height: 348;
	width: 510;
}

.side-block .img1 {
	position:absolute;
	left:37px;
	top:720px;
	height: 182;
	width: 246;
}

.side-block .img2 {
	position:absolute;
	left:37px;
	top:910px;
	height: 182;
	width: 246;
}


.main-block {
    float: left;
    width: 470px;
    margin-left: 80px;
}

.main-block-home {
    postition:absolute;
	left: 640px;
	top: 90px;
    width: 700px;
    margin-left: 340px;
	margin-top: 380px;
}

.main-block-home .deco1 {
	position:absolute;
	left:1000px;
	top:10px;
	height: 218;
	width: 155;
	z-index:-1;
}

.main-block-home .deco2 {
	position:absolute;
	left:200px;
	top: 1100px;
	height: 306;
	width: 359;
	z-index:-1;
}



.main-block-paintings {
    float: left;
    width: 710px;
    margin-left: 80px;
}

.menu {
    margin-top: 30px;
    font-size: 108%;
    width: 10em;
}

.menu li {
    position: relative;
    margin-bottom: .2em;
}

.menu a {
    text-decoration: none;
    padding: .15em .4em;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menu .selected,
.menu .hover {
    background: rgba(103, 179, 46, .9);
}

.menu .selected a,
.menu .hover a {
    color: #fff;
}

.menu ul ul {
    position: absolute;
    top: -9999px;
    left: 10em;
    width: 10em;
    background: rgba(103, 179, 46, .9);
}

.menu .hover ul {
    top: 0;
}

.menu ul ul a {
    color: #fff;
    font-size: 100%;
}

.menu ul ul a:hover {
    background: none;
    text-decoration: underline;
}

.menuhome {
    margin-top: -270px;
    font-size: 108%;
    width: 10em;
}

.menuhome li {
    position: relative;
    margin-bottom: .2em;
}

.menuhome a {
    text-decoration: none;
    padding: .15em .4em;
    display: block;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.menuhome .selected,
.menuhome .hover {
    background: rgba(103, 179, 46, .9);
}

.menuhome .selected a,
.menuhome .hover a {
    color: #fff;
}

.menuhome ul ul {
    position: absolute;
    top: -9999px;
    left: 10em;
    width: 10em;
    background: rgba(103, 179, 46, .9);
}

.menuhome .hover ul {
    top: 0;
}

.menuhome ul ul a {
    color: #fff;
    font-size: 100%;
}

.menuhome ul ul a:hover {
    background: none;
    text-decoration: underline;
}


.title {
}

.content {
    margin-top: 25px;
    font-size: 108%;
    line-height: 1.6;
}

.content p {
    margin-bottom: 20px;
}


#nli_con {
	height: 150px;
	width: 447px;
	overflow: hidden;
	border: 0px solid #999999;
	color: #666666;
	background-color: #D4DFC3
}
div,dl,dt,dd {
	margin: 0px;
	padding: 0px;
}
dl {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4C9C7C;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
}
dd {
	font-size: 12px;
}
.navportrait {margin-top:5px;float:left;}
.navportrait ul {float:left;padding:.4em;*padding:.5em;margin-left:0px;}
.navportrait li {float:left;font-size:108%;margin-right:.4em;text-transform:uppercase;}
.navportrait li a {color:#686868;text-decoration:none;padding:.1em .8em;float:left;border:1px solid #313131;}
.navportrait li a:hover {color:#fff;background:#4d4d4d;border:1px solid #686868;}
.navportrait li.selected a {color:#FFF;background:#4d4d4d;border:1px solid #686868;}