body {
	/*background-color: #333;*/
	background-color:#000 !important;
	color: #fff;
	font-family: "lucida grande", arial, sans-serif;
	font-size: 0.8em;
}

#container {
	margin: 0 0 30px 0;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
}
#eyebrow {
	
	background-color: #000;
	width: 100%;
}
#header {
	padding: 0 20px 0 20px;
}
#logo {
	padding: 20px 0 20px 0;
	float: left;}
#toolbar {
	float: right;
	padding: 63px 63px 0 0;
}
#toolbar a,
#toolbar a:hover,
#toolbar a:active,
#toolbar a:visited {
	color: #fff;
	text-decoration: none;
	padding: 0 0 0 10px;
	text-transform: uppercase;
}
#test {
	height: 70%;
	position: fixed;
	background-color:#000;
}
/*containing the slideshow*/

#widescreen {
	width:100%;
	height:80%;
	background-color:#000;
	color:#000;
	position: relative;
	float:left;
	/*margin-bottom:10px;
	height: 60%;
	 */
	}
#widescreen a{
	color:#000;
	text-decoration:none;
}	

#flashcontent{
	width:100%;
	height:100%;
	margin:0;
	padding:0;	
	position:relative;
	float:left;
	background-color:#000;
}	


#content {}

#first-column {
	width: 28%;
	padding: 30px 15px 0 0;
	float: left;
}
#second-column {
	width: 28%;
	padding: 30px 0 0 15px;
	float: left;
}
#third-column {
	width: 28%;
	padding: 30px 0 0 15px;
	float: left;
}
p {
	line-height: 140%;
}