@charset "UTF-8";
/* CSS Document */
/* class ., id # */
/*html {
		background-color:black;
	}
*/
html,body {
	/*font:Verdana, Arial, Helvetica, sans-serif;*/
	background-color:#f8eedb;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	 }


.fr{
	float:right;
	}

.fl	{
	float:left;
	}	
.fc
	{
		clear:both;

	}  
	
.centreText
	{
		margin-left:276px;
		margin-right:268px;
	}

.linkSelected
	{
		color:#6c8356;
		background-repeat:no-repeat;
		list-style-image:url(../images/ball.gif);

	}

#container {
	position:absolute;
	top:0px;
	width:100%;
	background-color:#f8eedb;
	left: 0px;			/*margin-left:5%;*/
			}

#header {
	margin-top:0px;
	background-color:#0d0416;
	height:133px;
	float:none;
	
		}

#headerGradient {
	margin-top:0px;
	background-color:#9d968b;
	height:3px;
	float:none;
}

#contentArea {
	height:100%;
	background-color:#f8eedb;
	clear: both;
	/*font:"Times New Roman", Times, serif; */
	margin-top:0px;
	border-right-style: solid;
	border-width: 3px;
	}

#contentArea h1 {
	font-size:1.0em;
	font-weight:bold;
	text-transform:uppercase;
	color:#6c8356;
	}

#contentArea h2 {
	font-size:0.8em;
	font-weight:bold;
	text-transform:none;
	color:#6c8356;
	}
#contentArea h3 {
	font-size:0.8em;
	font-weight:bolder;
	color:#6c8356;
	}
#contentArea p {
	color:#000;
	font-size:0.7em;	
	
}

#contentArea ul {
	color:#000;
	font-size:0.7em;	
	
}

table.Sponsors
{ 
font-weight: normal;
font-size: 0.7em;
width: 100%;
/*border: 1px #6699CC solid;*/
border-collapse: collapse;
margin-top: 0px;
}




table.Sponsors td
{ 
	border-bottom: 1px dotted #6c8356;
	text-align: left;
	padding-left: 3px;
	vertical-align:top;
	margin-top:0px;
	padding-bottom:10px;
	padding-top:10px;

}

.SponsorName { width:30%;
			  }
.SponsorType { /*border-left: 1px dotted #CEDCEA; */ 
				vertical-align:top;
				width:65%;} 






#leftPanel {
	margin-top:0px;
	width:266px;
	height:435px;
	background-image:url(../images/balloon.jpg);
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	
	}


#leftPanel ul {
		list-style-type:none;
		margin-left:70px;
		margin-top:165px;

		

}

#leftPanel li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-transform:uppercase;
	text-align:left;
	font-weight:bold;
	margin-bottom:30px;
	
			}


#leftPanel li a {
			color:#9d9c62;
			text-decoration:none;
}

#leftPanel li a:hover {
			color:#6c8356;
} 

#nav{
		
		margin-top:160px;
		margin-left:0px;
		
}

#rightPanel {
	margin:0px;
	background-image:url(../images/plane.jpg);
	background-repeat:no-repeat;
	width:258px;
	height:435px;
	float:right;
	margin-left:10px;

}


#content {
	margin-top: 100px;
	background-color:#f8eedb;
	margin-left:0px;
	margin-right:0px;
	float:left;
	width:45%;
}

#contentNoPlane {
	margin-top: 100px;
	background-color:#f8eedb;
	margin-left:0px;
	margin-right:0px;
	float:left;
	width:70%;
}

#housePanel {
	margin-top:0px;
	background-image:url(../images/bottomhouses2.jpg);
	background-repeat:repeat-x;
	height:213px;
	clear:both;
	}

#subFooter {
	margin-top:0px;
	background-color:#6c8356;
	height:20px;
	clear:both;

}
#footer {
	margin-top:0px;
	background-color:#0d0416;
	height:30px;
	padding-top:15px;
	clear:both;

	}
	
.footerText {
	background-color:#000;
	color:#FFFFFF;
	text-align:center;
	font-size:0.5em;
	margin-left:40%;
	text-decoration:none;
	text-transform:capitalize;
	
	
}
.footerText a {
 			color:#FFF;
			text-decoration:underline;
		}
		
.footerText a:hover {
			color:#FFFF00;
			}		
#portraitNav
	{
	margin-left:25%;
	}
.portraitFrameLeft
	{ 
	width:90%;
	height:350px;
	padding-left:10px;
	padding-bottom:10px;
/*	border-bottom-style:dotted;
	border-bottom-width:medium;
	border-bottom-color:#6c8356; */

	}  	
.portraitFrameTop
	{ 
	width:90%;
	height:10px;
	padding-bottom:10px;
	border-top-style:dotted;
	border-top-width:medium;
	border-top-color:#6c8356;

	}  	

.artistImage
	{
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
	
	}	
