@charset "utf-8";
/* CSS Document */

body{
	background-image:url(media/images/paper.jpg);
	font-family:Trebuchet MS, Helvetica, sans-serif;
}
p{
	margin:0px;
	padding:0px 0px 8px 0px;
	text-indent:24px;
}
.spacer{
	height:8px;
	width:100%;
	float:right;
}
.spacer2{
	height:8px;
	float:left;
	width:624px;
}

#top_strip{
	position:absolute;
	top:0px;
	height:104px;
	background-image:url(media/images/top.png);
	background-repeat:repeat-x;
	left:0px;
	right:0px;
	z-index:1;
}
#wrapper{
	position:absolute;
	top:0px;
	background-image:url(media/images/bottom.png);
	background-repeat:repeat-x;
	background-position:bottom;
	right:0px;
	left:0px;
	z-index:3;
}
#layout{
	width:832px;
	padding: 0px 96px 0px 96px;
	Z-index:3;
	margin:0 auto;
}
#shadow{
	position:absolute;
	top:134px;
	height:200px;
	background-image:url(media/images/shadow.png);
	background-repeat:repeat;
	left:0px;
	right:0px;
	z-index:1;
}
#dashes{
	position:absolute;
	top:128px;
	width:1024px;
	left:50%;
	margin-left:-512px;
	;
	z-index:2;
}
#dash_top{
	background-image:url(media/images/dash_top.png);
	background-repeat:no-repeat;
	height:16px;
}
#dash_bottom{
	padding-top:182px;
	background-position:bottom;
	background-repeat:no-repeat;
	background-image:url(media/images/dash_bottom.png);
	height:16px;
}

#header{
	position:relative;
	float:left;
	padding: 4px 0px 0px 0px;
}
#contact_info{
	float:right;
	width:204px;
	color:white;
	text-align:center;
	z-index:7;
	font-size:16px;
	line-height: 24px;
	padding-top: 6px;
}
#phone_number{
	font-size:18px;
}
#navigation{
	height:32px;
	width:628px;
	float:left;
	padding: 5px 0px 9px 0px;
	font-size: 18px;
	font-family: Georgia, Georgia, serif;
	margin: 0;
}
#picture_bar_animated{
	height:176px;
	width:628px;
	float:left;
	padding-top:3px;
	z-index:1;
}
#picture_bar{
	height:176px;
	width:624px;
	float:left;
	padding-top:3px;
	z-index:1;
}
#picture_bar img{
	border:8px solid black;
}
#picture_bar_animated img{
	border:8px solid black;
	margin-right: 42px;
}
#picture_bar a:link, #picture_bar a:visited, #picture_bar a:active, #picture_bar a:hover{
	border:0px;
	text-decoration:none;
}
#violin{
	border:4px solid black;
	float:right;
}
.headwrap{
	background-image:url(media/images/bg_slice.jpg);
	float:left;
	width:620px;
	padding-bottom: 8px;
}
.heading{
	color:#3A2116;
	background-color:#F3E9DF;
	padding: 6px 24px 6px 24px;
	float:left;
}
.content{
	width:572px;
	float:left;
	padding:18px 24px 21px 24px;
	color:#3A2116;
	font-size:14px;
	line-height:20px;
	text-align:justify;
}
.content ul{
	padding:8px 24px 8px 24px;
	margin:0px;
}
.content li{
	list-style:square;
	padding:0px 0px 4px 4px;
}
.content a:link, .content a:visited, .content a:active{
	color:#990000;
	text-decoration:none;
}
.content a:hover{
	color:#CC6600;
	text-decoration:none;
}
.newsfeed{
	background-color:#F3E9DF;
	width:180px;
	float:right;
	padding:6px 12px 21px 12px;
	text-align:center;
	font-style:italic;
	color:#603813;
	font-family: Georgia, Georgia, serif;
}
.newsfeed h1, .heading h1{
	font-size:18px;
	margin:0px;
	padding:0px;
}
.newsfeed img{
	border-bottom: 2px solid #9C836C;
}
.newsfeed a:link, .newsfeed a:visited, .newsfeed a:active, .newsfeed a:hover{
	border:0px;
	text-decoration:none;
}
.clear{
	clear:both;
}
.main_area{
	background-color:#F3E9DF;
	background-image: url(media/images/bgstrip.jpg);
	background-repeat: repeat-y;
	background-position:620px 0px;
}
.left_area{
	float:left;
}
#footer{
	color:#603813;
	text-align:center;
	font-style:italic;
	line-height:18px;
	padding: 8px 0px 108px 0px;
	font-size: 12px;
}
#footer a:link, #footer a:active, #footer a:visited{
	color:#603813;
	text-decoration:none;
}
#footer a:hover{
	color:#000000;
	text-decoration:underline;
}

.news_item{
	color:#9C836C;
	font-size:14px;
	padding:8px 0px 10px 0px;
	border-bottom: 2px solid #9C836C;
}
.news_item h1{
	color:#756151;
	margin:0px;
	padding:0px;
	font-size:14px;
}
#navigation ul, #navigation li{
	margin:0px;
	padding 0px;
}
