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

body{
	background-color: #EDF0DC;
	background-image: url(/images/br08_main_repeat.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	background-position: 0px 422px ;
}
h1{
	color: #88885E;
}
h2{
	color: #88885E;
	border-bottom: solid 1px #88885E;
}
a, a:visited, a:hover{
	color: #990000;
}
.body2{
	background-image: url(/images/br08_top_repeat.jpg);
	background-repeat: repeat-x;
	background-position: 907px 0px;
}
.body3{
	background-image: url(/images/br08_main.jpg);
	background-repeat: no-repeat;
}
.MainContent{
	margin: 100px 10px 10px 210px;
	
}
.Footer{
	margin-left: 210px;
	border-top: solid 1px #999999;
}
.ProfileWideBox .Footer{
	margin:none;
	border: none;
}
.Footer p{
	color: #999999;
	font-style: italic;
	margin: .3em 0em;
}
.VirticalColumn{
	width: 178px;
	left: 0px;
	top: 0px;
	margin-top:200px;
	position:absolute;
}
.VirticalColumn a,
.VirticalColumn a:visited,
.VirticalColumn a:active{
	color: #546728;
	text-decoration:none;
}
.VirticalColumn a:hover{
	text-decoration: underline;
}
.VirticalColumn p{
	padding: 0px 10px;
}
.VirticalColumn ul,
.VirticalColumn ol{
}
.VirticalColumn ul p,
.VirticalColumn ol p{
	padding: 0px;
	margin: 0px;
}
.VirticalColumn h4{
	border-top: dotted 1px #9ba282;
	border-bottom: dotted 1px #9ba282;
	background-image: url(/images/br08_left_header.jpg);
	background-repeat: no-repeat;	 
	width: 177px;
	padding: .5em 0px;
	text-align:center;
	color: #7b5859;
}
.VirticalColumn img{
	text-align:center;
}

.VirticalColumn h6{
	margin: 0px;
	padding: 0px;
	font-weight:normal;
}
.VirticalColumn ul{
	
}
.MainNav{
	border-bottom: solid 2px #88885E;
}
.MainNav a{
	font-size: 150%;
	padding: 3px 5px;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color: #88885E;
	text-decoration:none;
}
.MainNav a:hover{

	color: #660000;
}

.BlogEntry h5{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-style:italic;
}
.SiteUpdates h3{
	margin-bottom:0em;
	color: #88885E;
	font-size: 160%;
	font-weight:normal;
}
.SiteUpdates h5{
	margin:0em;
	padding:0em;
}


.MusicBlock{
	margin-bottom: 20px;

}
/* song title */
.MusicBlock h3{
	color: #000;
}
.MusicBlock h4,
.MusicBlock h5,
.MusicBlock h6{
	margin: 0em;
	padding: 0em 0em 0em 10px;
}
/* date*/
.MusicBlock h6{
	color: #999;
	padding-left: 20px;
	font-size: .9em;
}
.MusicBlock p{
	padding-left: 25px;
}
.MusicBlock .download{
	background-color: #FFEEEE;
	padding: 3px;
	border: 1px solid #996666;
	width: 40%;
	margin-left: 30%;
	text-align:center;
}
.MusicBlock .download p{
	margin: 0px;
}

.LinkList ul{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	list-style-type: square;
	color: #000;
}
.LinkList a:link, .LinkList a:visited, .LinkList a:active{
	color: #006600;
}
.LinkList hr{
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-right: 15px;
	margin-left: 15px;
}
.CalloutBox{
	margin:15px;
	float:right;
	width: 200px;
	padding: 1em;
	background-color: #FFF6F6;
	border: 1px solid #660000;
}