@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:#882F1B url(/images/bg_image.jpg) top left repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}

hr{
	width:100%; 
	height:2px; 
	border:none 0px; 
	color:#9E8D74; 
	background-color:#9E8D74;
	margin:8px 0;
}

/*----------Classes-------------*/

.image_right{
	float:right;
	border:5px solid #C8C879;
	margin-left:20px;
	margin-bottom:10px;
}
.image_right-2 {
	float:right;
	border:5px solid #C8C879;
	margin-left:20px;
	margin-bottom:10px;
	margin-top: 20px;
}
.image_right-3 {
	float:right;
	border:5px solid #C8C879;
	margin-left:20px;
	margin-bottom:10px;
	margin-top: 0px;
	margin-right: 5px;
}
.image_right-4 {
	float:right;
	margin-bottom:10px;
	margin-top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 25px;
}

.image_left{
	float:left;
	border:5px solid #C8C879;
	margin-right:20px;
	margin-bottom:15px;
}
.image_left-2 {
	float:left;
	border:5px solid #C8C879;
	margin-right:20px;
	margin-bottom:10px;
	margin-top: 20px;
}
.image_left-3 {
	float:left;
	margin-right:20px;
	margin-bottom:10px;
	margin-top: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*-------------Ids--------------*/

#outer_container{
	width:828px;
	margin:0 auto;
	background:#D4B896;
}

#inner_container{
	width:795px;
	margin:0 auto;
}

#header{
	zoom:1;
	margin:0 auto;
	padding:0;
	height:108px;
	background:url(/images/dexter_fiddles_header.jpg) top center no-repeat;
	border-bottom:#9E8D74 2px solid;
	border-left:#9E8D74 2px solid;
	border-right:#9E8D74 2px solid;	
	text-align:right;
}

#header img{
	margin-top:70px;
	border:none 0px;
}

#navigation ul{
	list-style-type:none;
	padding:9px 0;
	margin:0;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#E7DEBE;
	border-bottom:#590B11 solid 1px;
	border-top:#590B11 solid 1px;
	border-right:#590B11 solid 1px;
	border-left:#590B11 solid 1px;
	background:url(/images/nav_bg.jpg) repeat-x top left;
}

#navigation li{
	display:inline;
}

#navigation li a{
	color:#E7DEBE;
	text-decoration:none;
	padding-top: 9px;
	padding-right: 26px;
	padding-bottom: 9px;
	padding-left: 26px;
}

#navigation li a:hover{
	color:#EB9C38;
	text-decoration:none;
}

#content_1{
	background:#FDF6E9 url(/images/bottom_white_curve.png) bottom no-repeat;
}

#content_2{
	margin:10px 0;
	padding:15px;
	background:url(/images/top_white_curve.png) top center no-repeat;
	border:#9E8D74 2px solid;
	font-size:15px;
	line-height: 18px;
}
#content_2 a {
	color: #913D25;
	text-decoration: none;
}
#content_2 a:hover {
	color: #CC6600;
	text-decoration: none;
}

#content_2 h1{
	font-family:"Times New Roman", Times, serif;
	font-size:23px;
	color:#882F1B;
	border-bottom:#882F1B 1px solid;
	padding-bottom:6px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

#content_2 h3{
	font-family:"Times New Roman", Times, serif;
	font-size:21px;
	color:#882F1B;
	clear:both;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	line-height: 29px;
}
#content_2 h4 {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	color:#882F1B;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
}

#content_2 a img{
	border:5px solid #C8C879;	
}

#footer{
	text-align:center;
	font-size:12px;
	color:#A25336;
	padding-bottom:10px;
}
.letter {
	font-family: Times, serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
}

#footer a{
	text-decoration:none;
	color:#A25336;
}

#footer a:hover{
	text-decoration:none;
	color:#882F1B;
}
.schedule a {
	color: #913D25;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	background-color: #F0E3CC;
	border: 2px solid #913D25;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
.schedule a:hover {
	color: #CC6600;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #CC6600;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	background-color: #FFFFCC;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	line-height: 13px;
	margin-top: 10px;
	margin-bottom: 30px;
}

