	/* 
Title:     Mastersingers by the Sea Stylesheet
Author:    Genevate
*/
	
#container {
	width: 915px;
	\width: 935px;
	w\idth: 915px;
	margin-left: auto;
	margin-right: auto;
	}
		
body {
   margin:0;
   padding:0;
   background: #FDFFE4 url(/images/bg.gif) repeat-x;
   font-family: arial, helvetica, sans-serif;
    }

#banner {
    width: 915px;
    height: 106px;
    background: #2391A6 url(/images/header_bg.gif);
    }
    
#banner img {
    margin: 10px 0 0 5px;
    border: 0px;
    }
    
#contentblock {
    font-size: 14px;
    line-height: 1.6em;
    font-family: georgia, times, serif;
    color: #777;
    background: url(/images/content_bg.gif)
	}

#contentcenter {
	float: left;
	width:560px;
	margin: 30px 35px 80px 5px;
	}
	
#contentleft {
	float: left;
	width:280px;
	margin: 30px 5px 80px 30px;
	}

#contentright {
	float: right;
	width:280px;
	margin-top: 30px;
	margin-right: 10px;
	}
	
#contentright img {
	margin: 10px;
	padding: 2px;
	border: 5px solid #C8C9B3;
	background: #FDFFE4;
	}
	
.clearfix:after {
  	content: "."; /* This dot is the actual appended content */
  	clear: both;
  	height: 0;
  	visibility: hidden;
  	display: block;
	}
	

	
/* ----- leftside ----- */
		

#leftside {
	position:relative;
	width: 280px;
	float:left;
	margin-top: 30px;
	margin-left: 5px;
	margin-bottom: 20px;
	}
		

/* ----- top navigation ----- */
		
#nav {
    margin: 0;
	padding: 0;
    width: 915px;
    height: 36px;
    background: #2A393D;
    }

#nav ul {
    margin: 0;
	padding: 0;
	list-style: none; 
    height: 100%;
    display:inline;
	}	

#nav li {
    float: left;
	font-family: lucida grande, verdana, arial, sans-serif;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 100%;
	border-right: 1px dotted #FDFFE4;
	}
		
#nav li a {
	float: left;
    font-weight: normal;
    padding: 10px 8px;
    font-size: 12px;
    color: #FDFFE4;
    text-decoration: none;
	}
		
#nav li a:hover {
    color: #CCC;
    }
    
    

/* ----- titles ----- */

h1 {
    font-family: georgia, times, serif;
    color: #2A393D;
    font-weight: normal;
    font-size: 180%;
    line-height: 1.5em;
    border-bottom: 1px dotted #999;
    text-transform:uppercase;
    }
    
    
h2 {
    font-family: georgia, times, serif;
    color: #2391A6;
    font-weight: normal;
    font-size: 120%;
    line-height: 1.5em;
    }
 
strong, b {
	color: #666;
}
.rss {
	float: right;
}   
a {
	color: #0066ff;
}
a:hover {
	text-decoration: none;
}
.highlight {
	background-color: #FFFFE7;
}

/* ----- footer ----- */
	
#footer {
	clear: both;
	padding: 20px 0 40px 0;
	margin: auto;
	font-size: 13px;
	background: #344E55 url(/images/footer_bg.gif) repeat-x;
	color: #FDFFE4;
	font-family: georgia, times, sans-serif;
	}
	
	
#footer a {
	color: #FDFFE4;
	font-size: 13px;
	font-family: georgia, times, sans-serif;
	text-decoration: none;
	}
		

.wrapper {
	width:915px;
	margin:0 auto;
	}
