#header {
	background-image: url(images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 645px;
	padding-bottom: 10px;
	position: relative;
}

#topmenu {
	padding-top: 16px;
	margin-left: 10px;
}
#bios {
	width: 300px;
	position: absolute;
	top: 140px;
	right: 50px;
	font-size: 10px;
	line-height: 13px;
}
#bios h3 {
	font-size: 12px;
	margin-bottom: 5px;
}
#flashholder {
	height: 480px;
	width: 701px;
	float: left;
	padding-top: 18px;
}
#content {
	background-color: #FAFAFA;
}
#counselling {
	float: left;
	width: 310px;
	margin-left: 30px;

}
#counselling ul {
	font-size: 16px;
	margin-left: 30px;
	list-style-type: none;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 20px;
}
#counselling li {
	padding-bottom: 5px;
}
#counselling a {
	color: #0F4873;
	text-decoration: none;
}
#counselling a:hover {
	text-decoration: underline;
}
#about {
	width: 310px;
	float: left;
	padding-right: 15px;
	padding-left: 20px;	
	border-left: 1px solid #E8E8E8;
}
#about a {
	color: #312D34;
}
#about p {
	margin-top: 10px;
	line-height: 17px;
	padding-right: 10px;
	padding-left: 30px;
}
#blogintro {
	float: left;
	width: 280px;
	padding-left: 20px;
	padding-right: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E8E8E8;
}
#blogintro h3 {
	font-size: 17px;
	color: #FFFFFF;
	padding-left: 40px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 2px;
	height: 22px;
	font-family: "Trebuchet MS", Arial;
}
#blogintro h4 {
	font-size: 17px;
	padding-left: 30px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 2px;
	font-family: "Trebuchet MS", Arial;
}
#blogintro p {
	line-height: 17px;
	margin-bottom: 15px;
	padding-left: 30px;
}
#footer {
	clear: both;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	margin-top: 20px;
	background-color: #76ADD6;
}
#footer a {
	color: #191919;
	text-decoration: none;
}
