body {
	background: #6b73e3;
	background: #09569e url(http://westendcenter.org/images/blue_background.jpg) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	}
#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	}
#top { 
	background: url(http://westendcenter.org/images/wec_header.jpg) no-repeat;
	width: 800px;
	height: 161px;
	}
#top img {
	margin-top: 6px;
	margin-left: 12px;
	}
#bottom {
	background: url(http://westendcenter.org/images/wec_body.jpg) no-repeat;
	width: 800px;
	height: 503px;
	}
#navigation {
	width: 167px;
	float: left;
	margin-right: 20px;
	}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#navigation li {
	padding-left: 15px;	
	margin-bottom: 20px;
	}
#navigation a {
	text-decoration: none;
	color: white;
	font-size: 16px;
	}
#navigation a:hover {
	text-decoration: underline;
	}
#main_content {
	float: left;
	width: 555px;
	}
h1 {
	margin: 0;
	padding: 0;
	color: white;
	font-size: 18px;
	border-bottom: 1px solid orange;
	}
p {
	font-size: 14px;
	color: white;
	font-weight: normal;
	line-height: 18px;
	}
#main_content li {
	color: #ffa658;
	font-size: 14px;
	}
#main_content a {
	color: white;
	text-decoration: none;
	}
#main_content a:hover {
	color: #ffa658;
	}
.orange {
	color: #ffa658;
	}
#hand_links {
	clear: both;
	padding-top: 35px;
	padding-left: 40px;
	}
.hand_link {
	float: left;
	margin-right: 40px;
	text-align: center;
	}
#hand_links img {
	border: none;
	}
#hand_links p {
	margin-top: 5px;
	}
#hand_links a {
	text-decoration: none;
	}
#hand_links a:hover {
	text-decoration:underline;
	}
.blue {
	color: #0d78c0;
	}
.purple {
	color: #906e87;
	}
.white {
	color: white;
	}
.green {
	color: green;
	}
.yellow { 
	color: yellow;
	}
.red {
	color: red;
	} 	