/*Penn Cove Water Festival style.css*/

body {
	margin: 0;
	padding: 0;
	background-color: #EBEBBB;
	font-family: Georgia, serif;
	font-size: 18px;
	color: #fff;
}

#container {
	width: 775px;
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #EBEBBB;
}

#content {
	width: 515px;
	margin: 0 0 40px 0;
}

#content h1 {
	padding: 5px 10px 0 5px;
	font-size: 26px;
	font-weight: normal;
}

#content .main {
	margin: 200px 0 0 0;
	text-align: right;
	font-size: 26px;
}

#content .location {
	padding: 5px 10px 0 5px;	
	margin: 0;
	text-align: right;
}

#content .right {text-align: right;}

#content .small {
	font-family: verdana, sans-serif;
	font-size: 9px;
	text-align: center;
}

#content .smallrt {
	font-family: verdana, sans-serif;
	font-size: 9px;
	text-align: right;
}

#content ul {
	list-style-type: none;
	font-size: 14px;
}

#content li {
	padding: 5px 0 0 0;
}

#content p {
	padding: 5px 10px 5px 5px;
	font-size: 14px;
}

#content a {
	text-decoration: none;
	color: #EBEBBB;
	border-bottom: 1px solid #EBEBBB;
}

.rt {
	float: right;
	margin: 10px;
	border: 4px solid #EBEBBB;
}
.lt {
	float: left;
	margin: 10px;
	border: 4px solid #EBEBBB;
}

.cntr {
	text-align: center;
}

.border {border: 4px solid #EBEBBB;}


#side {
	float: right;
	width: 250px;
	margin: 0px;
}

#menu{
	background-color: #bdcbd8;
	color: #678097;
	font-size: 20px;
}

#menu a {	
	text-decoration: none;
	color: #678097;
}

#menu a:hover, a:active {
	text-decoration: none;
	color: #465869;
}

#menu li {
	list-style-type: none;
	padding: 5px 0 0 25px;
}

#menu .current {
	background-image:  url(../img/droplet.gif); 	
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 5px 0 0 25px;
}

#menu ul {
	margin: 30px 10px 40px 0;
	padding: 0 0 0 20px;
}

#announce {
	background-color: #878777;
	text-align: center;
	margin: 10px 0 0 0;
}



 /*rounded boxes courtesy of: http://www.neuroticweb.com/recursos/css-rounded-box/index.php?idioma=en*/
 
 /*content rounded box*/
 .rbroundbox { 
 	background: #678097 url(../img/banner1.jpg) no-repeat;
 	background-position: 0 70px ;
 }
 .rbtop div { background: url(../img/tl.gif) no-repeat top left; }
 .rbtop { background: url(../img/tr.gif) no-repeat top right; }
 .rbbot div { background: url(../img/bl.gif) no-repeat bottom left; }
 .rbbot { background: url(../img/br.gif) no-repeat bottom right; }
 .rbtop div, .rbtop, .rbbot div, .rbbot {
 width: 100%;
 height: 7px;
 font-size: 1px;
 }
 .rbcontent { margin: 0 7px; }
 .rbroundbox { width: 100%; }
 
 
 /*other content rounded box*/
 .orbroundbox { background: #678097 }
 .orbtop div { background: url(../img/tl.gif) no-repeat top left; }
 .orbtop { background: url(../img/tr.gif) no-repeat top right; }
 .orbbot div { background: url(../img/bl.gif) no-repeat bottom left; }
 .orbbot { background: url(../img/br.gif) no-repeat bottom right; }
 .orbtop div, .orbtop, .orbbot div, .orbbot {
 width: 100%;
 height: 7px;
 font-size: 1px;
 }
 .orbcontent { margin: 0 15px; }
 .orbroundbox { width: 100%; }
 
  /*side rounded box*/
 .sbroundbox { background: url(../img/snt.gif) repeat; }
 .sbtop div { background: url(../img/stl.gif) no-repeat top left; }
 .sbtop { background: url(../img/str.gif) no-repeat top right; }
 .sbbot div { background: url(../img/sbl.gif) no-repeat bottom left; }
 .sbbot { background: url(../img/sbr.gif) no-repeat bottom right; }
 .sbtop div, .sbtop, .sbbot div, .sbbot {
 width: 100%;
 height: 7px;
 font-size: 1px;
 }
 .sbcontent { margin: 0 7px; }
 .sbroundbox { width: 100%; }
 
 /*announce rounded box*/
 .abroundbox { background: url(../img/ant.gif) repeat; }
 .abtop div { background: url(../img/atl.gif) no-repeat top left; }
 .abtop { background: url(../img/atr.gif) no-repeat top right; }
 .abbot div { background: url(../img/abl.gif) no-repeat bottom left; }
 .abbot { background: url(../img/abr.gif) no-repeat bottom right; }
 .abtop div, .abtop, .abbot div, .abbot {
 width: 100%;
 height: 7px;
 font-size: 1px;
 }
 .abcontent { margin: 0 7px; }
 .abroundbox { width: 100%; }