#photo {
	width: 310px;
	float: left;
	text-align: center;
}

#photo img {

	border: 0;
}

#intro {
	border-top: 9px solid #414141;
	border-bottom: 3px solid #313131;
	margin-left: 475px;
}

#introtext {
	margin: 20px 0px 0px 20px;
	/*height: 280px;*/
	overflow: auto;
	padding-right: 10px;
}

#introtext p {
	color: #7E7E7E;
	line-height: 1.5em;
}

#column1 {
	width: 49%;
	float: left;
}

#column2 {
	width: 27%;
	float: left;
}

#column3 {
	width: 23%;
	float: right;
}

#blog h3 {
	color: #8B8B8B;
}

#latest:hover h2, #featured:hover h2, #blog:hover h2, #blog:hover h3, #weblob:hover h2 {
	color: #D6DC84;
}

#latest, #blog, #weblob {
	margin: 0px 20px 0px 0px;
}

#searchbox {
	clear: right;
	margin-top: 30px;
	margin-left: 49%;
}

.featuredthumb {
	width: 98%;
	margin: 5px 0px;
	overflow: hidden;
	height: 50px;
	border-bottom: 3px solid #313131;
}

#latest ul {
	list-style-type: none;
	padding: 0;
	margin: 5px 0px 20px 20px;
}

#latest li {
	font-size: 1em;
	border-bottom: 1px solid #2C3331;
	padding: 2px 0px;
	color: #5B5B5B;
}

#latest a:link, #latest a:visited {
	color: #878787;
	text-decoration: none;
}

#latest a:hover {
	color: #D6DC84;
	text-decoration: underline;
}

#latest a:active {
	color: #fff;
	text-decoration: underline;
}