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:#444;
}
a {
	color:#82081C;
	text-decoration:none;
}
a:hover {
	color:#aaa;
        text-decoration: underline;
}
#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:209px;
    position: relative;
}
a.tesoriere-top {
color:#990033;
display:block;
font-family:'Arial Black',Arial,sans-serif;
font-size:4em;
font-weight:bold;
height:22px;
letter-spacing:-0.1em;
position:absolute;
right:131px;
right: 220px;
text-transform:uppercase;
top:70px;
width:270px;
}
a.tesoriere-top:hover {
text-decoration:none;
color:#555;
}
div#tags {
  margin-bottom: 15px;
}

div#tags ul {
    padding-top: 10px; font-size: 1.8em;
}

div#tags ul li {
    padding-top: 0px; padding-bottom: 0px;
    margin: 0px;margin-bottom: 5px;
    font-size: .8em; float:left; padding-right: 3px;
}
div#tags ul li a {
   font-size: 12px;
}
div#tags ul li.xxs a { 
  font-size: .6em; font-weight: 400;
}
div#tags ul li.xs a { 
  font-size: .8em; 
}
div#tags ul li.s a { 
  font-size: 1em;
}
div#tags ul li.l a { 
  font-size: 1.2em;
}
div#tags ul li.xl a { 
  font-size: 1.3em;
}
div#tags ul li.xxl a { 
  font-size: 1.4em;
}
#content {
	background: url('/images/content-blog-bg.jpg') repeat-y top left;
    overflow:hidden;
    padding-left:91px;
	padding-right:91px;
	padding-bottom:91px;
	_height : 1%;
}
	#left-column {
	  	position:relative;
	  	float:left;
		width:475px;
		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;
	}
        #nav ul a {
                font-size: 1.2em;
        }
	#searchbar {
		display: block; 
margin-bottom:2.5em;
		width: 174px; height: 60px;
		background: url('/images/search-bg.jpg') no-repeat 0em 2.5em;
                clear: both;
	}
		#searchbar input {
			width: 137px;
			height:1.3em;
                        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;}
