	* {
		padding: 0;
		margin: 0;
		}
	
	body {
		background: #fff url(../bayfest_art/bayfest_bg_waves.jpg);
		background-repeat: repeat-x;
		font-size:76%;
		font-family:"trebuchet MS", verdana, arial, sans-serif;
		color: #26303d;

		margin:0;
		padding: 0;
		word-wrap:break-word;
		}
		
	/*a {text-decoration: none;}*/
	a:link { color: #5a6068; }
	a:visited { color: #5a6068; }
	a:hover { color: #6284a6; }
	a:active { color: #5a6068; }
	
	
	#mainwrap {
		width: 940px;
		min-height: 00px;
		position: relative;
		margin-top: 0px;
		margin-left:auto;
		margin-right:auto;
		
		border-top: 0px;
		border-right: 0px solid #a4aeb8;
		border-bottom: 0px solid #a4aeb8;
		border-left: 0px solid #a4aeb8;
		}

	.clearfloat {
		clear: both;
		}
		
	/*copy*/		
	h1 {
		font-size:20px;
		margin:0;
		padding:10px 0;
		color:#fff;
		}
		
	h2 {
		font-size:18px;
		margin:0;
		padding:8px 0;
		color: #26303d;
		}
		
	h3 {
		font-size:14px;
		margin:0;
		padding:8px 0;
		color: #26303d;
		line-height:2em;
		}

	p {
		font-size:12px;
		color: #5a6068;
		line-height:1.8em;
		margin:0;
		padding:5px 0;
		}	
	
	p.maintext{
		font-size:12px;
		color: #5a6068;
		line-height:1.8em;
		margin:0;
		padding:5px 0;
		}
		
	.maintext span{
		font-weight: bold;
		color: #1a3e52;
		}
/*end copy*/	

/*header*/		
	#header{
		height:96px;
		background: #fff url(../bayfest_art/bayfest_nav_clouds.jpg);
		background-repeat: no-repeat;
		
		border-bottom: 1px solid #26303d;
		}
		
	#logo {
		/*float: left;*/
		text-align: center;
		margin-bottom: 0px;
		padding: 0px 0px 0px 00px;
		}
		
	#sponsors {
		text-align: center;
		margin-bottom:14px;
		padding: 8px 0px 0px 0px;
		}
		
/*header*/

/*end footer*/	
	#footer {
		position: relative;
		width: 946px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 15px;
		border-top: 1px solid #e2e3e4;
		text-align: center;
		}
/*end footer*/	

#content {
		position: relative;
		max-width: 940px;
		margin-left:auto;
		margin-right:auto;
		margin-top: 0px;
		background-color: none;
		}
	
	#leftcontent {
		float: left;
		background-color: #fff;
		width: 324px;
		margin-bottom: 0px;
		margin-left: 0px;
		padding-left: 0px;
		border-left: 2px solid #73a5ba;
		border-right: 2px solid #73a5ba;
		border-bottom: 2px solid #73a5ba;
		}
		
	#navcontent{
		/*position: absolute;
		top:0px; */
		float:left;
		width:610px;
		height: 98px;
		margin-left: 10px;
		background: #fff url(../bayfest_art/bayfest_nav_clouds.jpg);
		background-repeat: no-repeat;
		
		}
		
	#rightcontent {
		float: left;
		width: 612px;
		margin-left: 0px;
		border-left: 0px solid #e2e3e4; 
		border-bottom: 0px solid #e2e3e4;
		padding: 0px 0px 0px 0px;}
		
	#maincontent{
		width: 540px;
		margin-top: 160px;
		padding: 0px 60px 0px 66px;
		}
		
	.rightpics {
	
		margin-left: 40px;
		padding: 0px 0px 0px 0px;
		}

		
		
	/*nav*/	
	.underlinemenu{ font:114% Trebuchet MS, Arial, Helvetica, Sans-Serif;}

	.underlinemenu ul{
		padding: 48px 0 7px 0;
		margin: 0;
		text-align: right;
		}

	.underlinemenu ul li{
		display: inline;
		}

	.underlinemenu ul li a{
		color: #1a3e52;
		padding: 6px 0px 4px 0px;
		margin-right: 0px; 
		text-decoration: none;
		}

	.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
		border-bottom: 2px solid #1a3e52; /*bottom border is 3px*/
		}
/*end nav*/	

