html {
	padding:0px;
	margin:0px;
}
body {
	font-size: 12px;
	font-family: "Lucida Grande", Arial, SunSans-Regular, Sans-Serif;
	color:#564b47;
	padding:0px;
	margin:0px;
	background-color:#a1be82;
    color:#525252;
}
a {
	color:#467712;
	text-decoration:none;
}
a:hover {
	color:#aaa;
}

.mme_iframe {
	height:100%;
	width:100%;
	border:none
	
}
#container {
	overflow:auto;
	width:1320px;
}
#middle {
	position:relative;
	float:left;
    width:890px;
}

#top {
    background: url('/images/top-blog-bar.jpg') repeat-x top left;
    height:145px;
}
a.tesoriere-top {
    position:relative;
    top:101px;
    left:91px;
	height:22px;
	width:170px;
	display:block;
}
#content {
	background: url('/images/content-blog-bg.jpg') repeat-y top left;
    overflow:hidden;
    padding-left:18px;
	padding-right:18px;
	padding-bottom:40px;
	_height : 1%;
}
	#left-column {
	  	position:relative;
	  	float:left;
	    height:630px;
		width:855px;
		margin-right:50px;
	}
	#right-column {
		width:183px;
	  	position:relative;
	  	float:left;
	}
	ul {
		list-style-type:none;
		margin:0;
		margin-bottom:2.5em;
		padding:0;
		text-indent:0;
	}
	ul li {
		margin-top:1em;
	}
	ul a {
		font-size:1.0em;
	}
	#searchbar {
		display: block; 
		height: 154px;
		width: 174px;
		background: url('/images/search-bg.jpg') no-repeat 0em 2.5em;
	}
		#searchbar input {
			width: 137px;
			height:1.2em;
                        margin-top:1.5em;
                                                               .margin-top:-1em; .height:1.6em;
			margin-left:.5em;
			padding-left:.5em;
			font-size: 1em;
			font-family: 'Lucide Grande', Verdana, Arial, Sans-Serif;
			color: #333;
			border:0px;
			background-color:#a1be82;
		}

#footer {
	clear:both;
    position:absolute;
   	height:28px;
    width:817px;
    bottom:0px;
	background: url('/images/footer-blog-bg.jpg') top left;
    padding-left:73px;
    padding-top:15px;
}
#footer a {
	color:#82081c;
	font-weight:normal;
}
#footer a:hover {
	color:#588a22;
}
#footer span {
	color:#b19bb7;
}
a.tesoriere-bottom {
	position:absolute;
	top:5px;
	left:725px;
	height:34px;
	width:125px;
	display:block;
}

#left {
	position: relative;
    float:left;
	width:219px;
	height:209px;
	margin: 0px;
	padding: 0px;
    background: url('/images/left-blog-bg.jpg') no-repeat top left;
}
#right {
	position: relative;
    float:left;
	width: 211px;
	height:209px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
    background: url('/images/right-blog-bg.jpg') no-repeat top left;

}
#bottom {
	clear:both;
    background: url('/images/below-footer-bg.jpg') no-repeat 237px 0px;
    height:72px;
    width:100%;

}
img {border:none;}
