body { /* seattles original */
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #DDDDDD;
}
#container { /* Holds it all in the center of the page */


	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5f5f5e;
	background: #FFFFFF url(images/container_back.gif) top left repeat-n;
}
#header { /* The top or header of the page */
	width: 590px;
	height: 80px;
	background: #FFFFFF top right no-repeat; /* styles combined. Watch, edit and learn! */
	float: right; /* Stick that header on the right side of #container */
	text-align: right;
}
	#header h1 { /* Line 1 in the header: OSWD 4: SHE */
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		margin-right: 10px;
		margin-top: 10px;
		line-height: 65px;
	}
	#header span { /* "SHE" is a bit darker. That's done here. */
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 32px;
		font-weight: lighter;
		letter-spacing: -2px;
		text-transform: uppercase;
		color: #666666;
	}
		
#left_black {
	width: 150px;
	min-height: 900px;
	background: #333333 top left no-repeat;
		float: left;
}
	.navcontainer { 
	 	width: 150px; 
		margin-top: 130px;
	}

	.navcontainer ul {
		margin-left: .0em;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer a {
		display: block;
		padding: 3px;
		width: 144px;
		font-size: 0.7em;
	}
	
	.navcontainer a:link, #navlist a:visited {
		color: #EEE;
		text-decoration: none;
	}
	
	.navcontainer a:hover {
		background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #FFFFFF;
	}
		
		
		.navcontainer2 { 
	 	width: 150px; 
		margin-top: 20px;
	}

	.navcontainer2 ul {
		margin-left: .0em;
		margin-top: 0;
		padding-left: 0;
		list-style-type: none;
		font-family: Arial, Helvetica, sans-serif;
	}

	.navcontainer2 a {
		display: block;
		padding: 3px;
		width: 144px;
		font-size: 0.7em;
	}
	
	.navcontainer2 a:link, #navlist2 a:visited {
		color: #EEE;
		text-decoration: none;
	}
	
	.navcontainer2 a:hover {
		background: #000000 url(images/arrow.gif) 96% 50% no-repeat;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		color: #FFFFFF;
	}
			
		
#core {
	width: 540px;
	min-height: 470px;
	background: #FFFFFF top left no-repeat;
	float: left;

}

.core_text {
	width: 490px;
	float: right;
	padding: 5px;
	margin-right: -35px;
	_margin-right: -40px; /* IE HACK */
	margin-top: 0px;
	background: #FFFFFF url(images/pink_core_back.jpg) top left no-repeat;
}
	.core_text h1 {
		font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
		font-size: 0.8em;
		text-transform: uppercase;
		font-weight: lighter;
		letter-spacing: -2px;
		color: #666666;
		padding: 5px 10px 0px 5px;
	}
	.core_text p {
		padding: 5px;
		font-size: 0.8em;
		color: #666666;
	}
	.core_text a {
		color: #666666;
		font-size: 0.8em;
		
}
		


#footer {
	width: 780px;
	height: auto;
	background: #666666;
	clear: both;
	text-align: center;
}
	#footer p {
		padding: 3px;
		margin: 0;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 0.6em;
		color: #777777;
	}
	#footer a {
		color: #777777;
		text-decoration: none;
	}
