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:#82081c;
	text-decoration:none;
}
a:hover {
	color:#555;
}
#container{
	width:1320px;
        margin:0 auto;
}
#middle {
	position:relative;
	float:left;
	border-left: 1px solid black;
	border-right: 1px solid black;
    width:854px;
    height:683px;
    background-color:#fffae2;
}

#top-bar {
    background: url('/images/top-bar.jpg') no-repeat top left;
    height:34px;
}
#logo {
    background: url('/images/logo-bg.jpg') no-repeat top left;
    height:176px;
	/* bigger */
}
#logo > h2 {
	font-weight:bold;
	opacity:0;
	margin-left:73px;
}
#color {
	clear:both;
    background: url('/images/logo-bg-color.jpg') no-repeat top left;
    height:113px;
	/* slightly smaller */
}
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;
left:73px;
text-transform:uppercase;
top:70px;
width:270px;
}
a.tesoriere-top:hover {
text-decoration:none;
color:#555;
}
#content {
	padding-left:73px;
    width:781px;
}
	#intro {
	  	position:relative;
	  	float:left;
	  	margin-right:91px;
                color: #bbb
                width: 424px;
                line-height: 1.6em;
                font-family: Arial, sans-serif;
                font-size: 19px;
	}
        #intro span.r { color: #ca1e1e; font-weight: bold; }
        #intro span.y { color: #8a5500 }
	#nav {
	  	position:relative;
	  	float:left;
	}
		#nav ul {
			list-style-type:none;
			margin:0;
			padding:0;
			text-indent:0;
		}
		#nav ul li {
 		}
		#nav ul .kwick a {
                        display:block;
 			font-size:1.5em;
		        height:20px;
                        overflow:hidden;
                        padding-top:20px;
		}
		#nav ul li a span {
                        display:block;font-size:.8em;color:#a98e6a;border-top:1px solid #ede2ae;
 		}

	
#subcontent {
	position:absolute;
	height:175px;
	width:708px;
	padding-left:73px;
	padding-right:73px;
	background: url('/images/bottom-bg.jpg') no-repeat;	
    bottom:43px;
}
	#recently {
	  	position:relative;
	  	float:left;
	  	margin-right:130px;
        width:380px;
	}
		#recently ul {
			list-style-type:none;
			margin:0;
			padding:0;
			text-indent:0;
		}
		#recently ul li {
			display:block;
			float:left;
			margin:20px 20px 10px 0px;
			height:73px;
			width:105px;
		}
		#recently ul li img {
			height:71px;
			width:103px;
		}
		#recently a {
			display:block;
			text-align:right;
                        height:14px;
			padding-right:20px; /* padding of li.left */
		}
                #recently ul li a {
                        height:71px;
                        width:103px;
                        padding-right:0px;
                        border:2px solid #FFFAE2;
			border: 1px solid #ddd;
                }
                #recently ul li a:hover {
                        border:1px solid #888;
                }
	#contact {
	  	position:relative;
	  	float:left;
	}
	#recently a {
		font-family:georgia, times, serif;
		font-variant:small-caps;
		font-size:1.4em;
	
	}
	
#footer {
    position:absolute;
   	height:28px;
    width:781px;
    bottom:0px;
	background: url('/images/footer-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: 236px;
	height:683px;
	margin: 0px;
	padding: 0px;
    background: url('/images/left-bg.jpg') no-repeat top left;
}
#right {
	position: relative;
    float:left;
	width: 228px;
	height:683px;
	color: #564b47;
	margin: 0px;
	padding: 0px;
    background: url('/images/right-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;}