/* Global Styles */

body {
	background-image:url(Images/quiltbg.jpg);
	font-family:"Comic Sans MS", cursive;
	margin:0;
	padding:0;
	}

#MainBox{
	width:995px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:16px;
	height:auto;
	}
	
#Header{
	margin-top:20px;
	padding-bottom:10px;
	background-repeat:no-repeat;
	height:90px;
	width:100%;
	}

#Header img{
	border:none;
	}
	
#Stripes{
	background-image:url(Images/brownstripe5.jpg);
	width:100%;
	height:auto;
	}
	
.ContentTitle{
	color:#292421;
	font-size:35px;
	font-weight:bold;
	font-variant:small-caps;
	padding-bottom:10px;
	padding-top:5px;
	margin-left:-10px;
	}
	
#Content{
	margin-top:45px;
	margin-left:80px;
	margin-bottom:25px;
	width:550px;
	height:auto;
	min-height:600px;
	line-height:24px;
	font-size:20px;
	color:#292421;
	text-align:left;
	
	} 		
	
#Menu {
	background:none;
	margin-right:-30px;
	margin-left:-65px;
	margin-top:30px;
	float:right;
	vertical-align:middle;
	width:230px;
	position:relative;
	z-index:1;
	clear:both;
	}
	
.MenuItem {
	width:185px;
	height:40px;
	text-align:right;
	border:#000000 solid thin;
	padding:4px 40px 2px 2px;
	background:#FFFACD;
	filter:alpha(opacity=55);
	-moz-opacity:.55;
	opacity:.55;
	font-size:16px;
	font-weight:bold;
	color:#000000;
	margin-top:15px;
	}
	
.MenuItem a{
	color:#292421;
	text-decoration:none;
	display:block;
	}	
	
.MenuItem a:hover {
	text-decoration:none;
	font-size:20px;
	color:#07519A;
	}
	
.Spacer {
	height:25px;
	clear:both;
	}	
	
img {
	border: #292421 thin solid;
	}
	
.Footer {
	font-size:14px;
	color:#292421;
	font-weight:bold;
	}

.Footer a {
	color:#292421;
	text-decoration:none;
	}

.Footer a:hover {
	color:#292421;
	text-decoration:underline;
	}
	
.music a{
	color:#331A00;
	text-decoration:none;
	}
	
.albumn{
	float:right;	
	}
