@charset "UTF-8";
/* CSS Document */

/*  PAGE STRUCTURES ------------------------------------------*/

body {
		background-color:#333333;
		background-image: url(../images/bkgd.gif);
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 18px; 
	}
	#wrapper {
		position: absolute;
		width:1015px;
		margin:0px auto;
		float:left;
		left:70px;
	}
	#header {
		margin-top:10px;
		padding:0px;
	}
	#header div {
		float:left;
	}
	#header-headline {
		width: 685px;
		padding-right: 15px;
	}
	#header-nav {
		width: 265px;
		padding-left: 5px;
	}
	#mainbody {
		margin-top:10px;
		padding-bottom:10px;
	}
	#mainbody div {
		float:left;

	}
	#mainbody-content {
		width: 870px;
		padding-left:0px;
	}
	
	#people  {
		padding-right: 30px;
		padding-bottom: 30px;
		
		}
	#people div {
		width: 870px;
	} 
	#note {
		padding:15px;
		margin: 15px;
		width: 640px;
		color: #333333;
		border: 2px dotted #FFFFFF;
		background-color: #93DB70;
	}
	#footer {
		width: 780px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		line-height: 24px;
		background-color:#222222;
		color: #CCCCCC;
		float:left;
		margin-top:5px;
		margin-left:0px;
		padding: 15px;
	}	
	#bottom {
		clear:both;
		text-align:right;
	}
	
	
/*  TYPOGRAPHY ------------------------------------------*/

.smallcaps {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 18px; 
	color: #FFFFFF;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
}

h2 {
	font-family: "Century Gothic","Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px; 
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 100;
	letter-spacing: .05em;
}
.mainnav a{
	font-family: "Century Gothic","Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 0px 8px 8px;
	display: block;
	color: #FFFFFF;
	border: 2px solid #333333;
	text-decoration: none;
}

.mainnav a:hover {
	font-family: "Century Gothic","Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 0px 8px 8px;
	display: block;
	color: #FF9900;	
	text-decoration: none; 
	border: 2px solid #333333;
	border-left-color: #FF9900;
	background: #333333; 
}


/*  HYPERLINKS ------------------------------------------*/

a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #FFFFFF;
	text-decoration: underline;
}

a.blend, a.blend:hover {
	text-decoration:none;
	color:#FFF;
	}	

/*  DECORATIONS ------------------------------------------*/

.dottedline {
	padding: 8px 8px 8px 8px;
	border-style:none;
	border-bottom: 1px dashed #CCCCCC;
	height: 1px;

}


