/*defaults*/

body 	
{background:#f0f0f0; 
	
margin:20px 0; 
	
padding:0; 
	
font-family:"century gothic" arial; 
	font-size:90%; }



p		
{margin:0; padding:0 0 15px 0; }


a		{color:#000000; text-decoration:underline; }

a:hover		{color:#225799; text-decoration:none;}



/*structural elements*/


#container	{margin:0px auto; text-align:center; width:780px;}

#holder		{width:100%; padding:20px 20px 5px 20px; background:#FFFFFF; text-align:left; }

#heading	{border-bottom:1px solid #DADADA; padding:5px 30px 0px 0px; color:#225799; }


#navigation	{padding:10px 0; }



img.header {
	float:center;
	border:10px solid #DADADA;
	height:200px;
	width:740px;
}


img.meet {
	float:left;
	border:5px color:#225799;
	margin:0px 20px 20px 20px;
	width:340px;
}

img.meetfull {
	float:left;
	border:5px color:#225799;
	margin:0px 20px 20px 20px;
	width:720px;
}



img.meetportrait {
	border:1px color:#225799;
	margin:0px 20px 20px 20px;
	width:210px;
}


img.soloist {
	float:right;
	border:1px color:#225799;
	margin:40px 20px 20px 20px;
	width:300px;
}



#content	{float:left; width:490px; padding:20px 10px 0 0; line-height:140%; }

#news		{float:right; width:250px; padding:30px 10px; line-height:140%; }

.newsItem	{padding:10px 10px 5px 10px; background:#f0f0f0; border:1px solid #225799; font-size:90%; margin-bottom:20px; }

#footer		{clear:both; width:760px; font-size:80%; background:#DADADA; padding:20px; text-align:left; border-top:2px solid #225799; }

#copyright	{float:right; }
p		{line-height:140%;}



/*headings*/

.newsItem h1	{color:#225799; margin:0 0 10px 0; padding:0; font-size:130%; font-weight:normal; }

#content h1		{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 5px 0; color:#225799}

#heading h1		{font-weight:bold; font-size:250%; margin:0; padding:0; color:#225799;}

#heading p		{color:#225799;}

h2			{font-size:170%; font-weight:normal; line-height:130%; margin:0; padding:0 0 5px 0; color:#225799}



/*navigation*/

#navigation ul 		{margin:0; padding:0; }

#navigation li 		{margin:0; padding:0; list-style:none; display:inline; }

#navigation a		{color:#225799; padding:0 20px 0 0; text-decoration:none; }

#navigation a:hover	{color:#000000; text-decoration:underline}

#navigation a.selected  {color:#225799; font-weight:bold; text-decoration:none}


#footer ul 		{margin:0; padding:0; }

#footer li 		{margin:0; padding:0; list-style:none; display:inline; }

#footer a		{color:#000000; font-weight:bold; padding:0 5px 0 0; text-decoration:underline; }

#footer a:hover	{color:#000000; text-decoration:none; }




/*shamelessly borrowed styles from http://www.positioniseverything.net/easyclearing.html*/

.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }

.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }

.clearfix {display:block; }
/* End hide from IE-mac */