/*
#############################################################
### Author:		Joshua Jarman [josh@redesigned.com]		  ###
### Copyright:	Copyright 2007 - All rights reserved.     ###
#############################################################
*/
#nav_home {
	font-weight: bold;
	background: url('/templates/design_002/images/navover.png') center top no-repeat;
}
#BottomBar {
	height: 20px;
}
#ContemplationPreview {
	position: absolute;
	display: block;
	width: 225px;
	height: 145px;
	top: 435px;
	left: 0px;
}
#ContemplationPreview h2 {
	display: block;
	position: absolute;
	width: 120px;
	background-color: #EEA409;
	color: #fff;
	padding: 5px 5px 5px 40px;
	margin: 0px;
	font-size: 11px;
	font-weight: bold;
}
#ContemplationPreview p {
	display: block;
	position: absolute;
	top: 38px;
	margin: 15px 40px 20px 40px;
	width: 145px;
	height: 60px;
	line-height: 15px;
	font-size: 12px;
	color: #FFF;
	overflow: hidden;
}
#ContemplationPreview #cnav_more {
	display: block;
	position: absolute;
	width: 205px;
	line-height: 40px;
	text-decoration: none;
	color: #FFF;
	text-align: right;
	padding: 105px 40px 0px 0px;
}
#ContemplationPreview #cnav_more:hover {
	color: #EEA409;
}
#Contemplation {
	color: #6A025B;
	text-align: justify;
}
#Contemplation h2 {
	margin: 10px 6px;
	font-size: 12px;
	font-weight: normal;
}
#Contemplation h3 {
	font-size: 26px;
	font-style: normal;
}
#Contemplation div {
	font-size: 15px;
	line-height: 34px;
}