body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Tahoma;
	background-color: #FFFFFF;
	text-align: center;
	scrollbar-base-color: #A2A292;
	font-size: 12px;
}

h1, h2, h3, h4, h5, h6, ul, ol {
margin: 0;
padding: 0;
}

h1{
font-size: 2.5em;
}
h2{
	font-size: 1.75em;
}

#wrapper {
	position: relative;
	text-align: left;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/shadow-bg.jpg);
	background-repeat:repeat-y;
}

#main {
	padding: 0 20px 20px 20px;
	background-image: url(images/shadow-bottom.jpg);
	background-repeat:no-repeat;
	background-position: bottom left;
	
}

#headerLogo{
    height:75px;
    position:relative;
    }
#headerBar {
	background-image: url(images/stretchbar.jpg);
	background-repeat:no-repeat;
	height:24px;
	position:relative;
	border-bottom: 1px solid #ececec;
	width: 740px;
}


#header {
	background-image: url(recipe-header.jpg);
	background-repeat:no-repeat;
    height:75px;
    position:relative;
    border-bottom: 1px solid #ececec;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-weight:normal;
	color: #cb352d;
	font-size: 1.9em;
	position:absolute;
	bottom: 4px;
	right: 10px;
}

#content {
	float:none;
	width: 720px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-repeat: repeat-y;
}
#content p {
	line-height: 1.8em;
}
#content .signature {
	line-height: normal;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bolder;
}

#navigation {
	width:740px;
	margin:0 auto;
	margin-top:2px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}

#navbar{
width:auto;
height:36px;
background:url(/images/navbar-bg.png) left top repeat-x; }
#navbar .inbar{
display:block;
height:36px;
background:url(/images/right-round.png) right top no-repeat; }
#navbar ul, #navbar ul li{
border:0px;
margin:0px;
padding:0px;
list-style:none;
height:36px;
line-height:36px; } 
#navbar ul{
background:url(/images/left-round.png) left top no-repeat; } 
#navbar ul li{
float:left;
display:block;
line-height:36px; } 
#navbar ul li a{
color:#403e32;
text-decoration:none;
font-weight:bold;
display:block; } 
#navbar ul li a span{
padding:0 13px 0 0;
height:36px;
line-height:36px;
display:block;
margin-left:13px; }
#navbar .navhome a, #navbar .navhome a:hover{
background:url(/images/a-bg.png) left top no-repeat;
height:36px;
line-height:36px; } 
#navbar .navhome a span, #navbar .navhome a:hover span{
color:#FFFFFF;
background:url(/images/span-bg.png) right top no-repeat;
height:36px;
line-height:36px; } 
#navbar ul li a:hover{
background:url(/images/ahover-bg.png) left top no-repeat;
height:36px;
line-height:36px; } 
#navbar ul li a:hover span{
background:url(/images/spanhover-bg.png) right top no-repeat;
height:36px;
line-height:36px; }

#footer {
	clear:both;
	font-size: 80%;
	color: #999;
	background-color: transparent;
	width: 740px;
}

#musicplayer {
	clear:both;
	text-align:right;
	color: #999;
	background-color: black;
	height: 25px;
}

#musicwrapper {
	position: relative;
	text-align: center;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
}

#banner {
	clear:both;
	font-size: 80%;
	background-image: url(/images/Newfoundland.jpg);
	background-repeat: no-repeat;
	width: 740px;
}
.highlight {
	clear:none;
	width: 335px;
	padding: 10px;
	background-color: #DFDFDF;
	border: thin ridge #999999;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
}
.highlight_facebook {
	clear:none;
	width: 335px;
	margin-bottom: 20px;
	float: left;
	margin-right: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.highlight_full {
	clear:none;
	width: 680px;
	padding: 10px;
	background-color: #DFDFDF;
	border: thin ridge #999999;
	margin-bottom: 20px;
	float: left;
}

.clear {
	clear: both;
}

.picture {
	padding-right: 10px;
}
.picture_left {
	padding-left: 10px;
}
.picture_right {
	padding-right: 10px;
}
.picture_concert {
	padding-right: 10px;
	padding-bottom: 30px;
}
.concert_text
 {
	float: none;
	margin-left: 120px;

}

