/* 		life in general
----------------------------------------------- */
* {
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background:url(../img/main_bg.jpg) repeat-x 0% 0%;
	background-color:#82B64A;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#E6F0D5;
}
#wrapper {
	background:url(../img/shadow.jpg) no-repeat 50% 26px;
	height:100%;
}
#all {
	position: relative;
	height: 100%;
	width:766px;
	margin:0 auto;
}
html>body #all {
	height: auto;
	min-height: 100%;
}
.clear {
	clear:both;
	font-size:1px;
	margin-top:-1px;
}
#footer {
width: 100%;
position: fixed;
bottom: 0px;
left: 0px;
} 
/* little bits and pieces
----------------------------------------------- */
a {
	color:#1a4c27;
	font-weight:none;
}
a:hover {
	color:#1a4c27;
	font-weight:none;
	text-decoration:none;
	border-bottom:thin dotted; 
}
/* frame of painting
----------------------------------------------- */
#mainpic {
	float:left;
	width:323px;
	height:545px;
	background:url(../img/main_pic.jpg);
}
#menu {
	list-style:none;
	width:433px;
}
#menu li {
	float:left;
	height:26px;
}
#menu li a {
	text-decoration:none;
	display:block;
	text-indent:-9999px;
	width:144px;
	height:26px;
}
.m1 {
	background:url(../img/m1.jpg);
}
.m2 {
	width:143px;
	background:url(../img/m2.jpg);
}
.m3 {
	background:url(../img/m3.jpg);
}
h1 span {
	display:none;
}
h1 a img {
	border:0;
}
h1 {
	margin-top:46px;
}
h3 {
	text-transform: uppercase;
	color:#194b26;
	font-size:12px;
}
/* painting inside frame
----------------------------------------------- */
#content {
	float:left;
	width:443px;
	display:table;
	background:url(../img/content_bg.jpg) no-repeat 0% 0%;
}
.border_1 {
	border:2px solid #ffffff;
	padding:1px;
	background:#000000;
}
.text-date {
	text-transform:lowercase;
	font-size:10px;
}
.text-headline {
	font-weight:bold;
	letter-spacing: 0.5px;
	text-transform:uppercase;
}
.news_item-line {
	border-bottom:thin dotted;
	width:440px;
	color:#acc690;
}
