body {
	margin: 15px;
	background: #34040D;
	font: 14px Geneva, Arial, Helvetica, sans-serif;
	color: #34040D;
	}
a:link, a:visited, a:active {
	color: #34040D;
	text-decoration: underline;	
	}
a:hover{
	color: #4F3816;
	}
h1 {
	font-size: 18px;
	color: #4F3816;
	font-style: italic;
	text-align: left;
}
h2 {
	font-size: 18px;
	color: #B7B7BD;
	text-align: center;
}

#container{
	width: 900px;
	\width: 900px;
	w\idth: 900px;
	margin-left: auto;
	margin-right: auto;
	}
#bg_left{
	width: 900px;
	\width: 900px;
	w\idth: 900px;
	margin: 0;
	padding: 0;
	background: #E8D7BB url(../img/bg_left.jpg) repeat-y left top;
	}
#bg_right{
	width: 900px;
	\width: 900px;
	w\idth: 900px;
	margin: 0;
	padding: 0;
	background: url(../img/bg_right.jpg) repeat-y right bottom;
	}
#bottom{
	height: 71px;
	margin: 0;
	padding: 0;
	background: url(../img/bottom.jpg) no-repeat;
	}
#slideshow {
	width: 550px;
	height: 525px;
	margin: 0 auto;
}
	/* START HEADER */
#header{
	width: 177px;
	height: 33px;
	padding-left: 48px;
	}	
	#header h1{
		width: 177px;
		height: 33px;
		padding: 0;
		margin: 0 auto;
		background: url(../img/mirasolo.gif) no-repeat;
		text-indent: -9000px;
		}
	
	#header h1 a{
		width: 177px;
		height: 33px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}
		/* END HEADER */
#navigation{
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 0px 5px 5px 65px;
	text-transform: uppercase;
	width: 150px;
	font-weight: bold;
		}
	#navigation ul{
		margin: 0;
		padding: 0px;
		}
	#navigation ul li {
		padding: 7px 0px;
		list-style-type: none;
		}
	#navigation a:link, #navigation a:visited, #navigation a:active {
		color: #4F3816; 
		text-decoration: none;
		}
	#navigation a:hover{
		color: #34040D;
		text-decoration: none;
		}
#content{
	padding: 20px 50px 20px 275px;
	margin: 0;
	}
.stroke {
	border: 1px solid #34040D;
	}
.accent {
	color: #4F3816;
	font-weight: bold;
}
#address{
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	padding: 0px 5px 0px 0px;
	}
#footer{
	font-size: 11px;
	text-align: left;
	color: #7D5D55;
	padding: 10px 5px 0px 0px;
	}
	#footer a:link, #footer a:visited, #footer a:active {
	color: #7D5D55;
	text-decoration: none;	
	}
	#footer a:hover{
	color: #E8D7BB;
	}
