body {
  font-family: helvetica, sans-serif;
  font-size:   16px;
  line-height: 1.5em;
	margin: 20px;
	color: #595750;
	background-color: #ccc;
	background-image: url(../images/texture.png);
}
a	{
	text-decoration: none;
}
a:link, a:visited {
	color: #ff6464;
}
a:hover, a:active {
	color: #ff0000;
}
a img	{
	border: none;
}
#content {
	position: relative;
	width: 1000px;
	background: url(../images/bg.png) top repeat-x #ffffff;
	margin: auto;
	border: 1px solid #000000;
	padding: 10px 20px 10px 20px;
	clear: right;
}
#navbar {
	color: #fff;
	margin-top: -10px;
	margin-bottom: 30px;
	font-size: 26px;
}
.nav_divider {
	padding-left: 10px;
	padding-right: 10px;
}
.description {
	margin-bottom: 8px;
	font-weight: light;
	/*float: left;*/
	/*width: 655px;*/
	color: #3572bd;
	font-size: 25px;
	text-shadow: #b8b8b8 0px 1px 2px;
}
.std_text {
	width: 100%;
	font-weight: lighter;
	font-size: 14pt;
	margin-top: 20px;
	color: #222;
	text-align: justify;
}
#phone_tag {
	font-color: #000;
	font-size: 20px;
	background: #eee;
	padding: 3px;
	margin-bottom: 25px;
	width: 575px;
	text-align: center;
}
.back_link {
	font-size: 22px;
}
.badges {
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	-webkit-box-shadow: 0px 1px 3px #000;
	-moz-box-shadow: 0px 1px 4px #666;
	box-shadow: 0px 1px 4px #000;
}
#back_icon {
	margin-bottom: -7px;
}
.map_wrapper {
	width: 435px;
	height: 387px;
	background: url(/images/map_bg.png);
	float: left;
	margin-right: 10px;
}
.map {
	padding: 8px 0 0 10px;
	width: 415px; 
	height: 310px;
}
.map_description {
	text-align: center;
	margin-top: 12px;
	color: #3572bd;
	font-size: 25px;
	text-shadow: #b8b8b8 0px 1px 2px;
}
.involved_link {
	font-size: 24px;
}
.title {
	margin-bottom: 8px;
	font-weight: light;
	color: #3572bd;
	font-size: 32px;
	text-shadow: #b8b8b8 0px 1px 2px;
}
.title img {
	margin-bottom: -8px;
}
.about_jeff {
	width: 100%;
	font-weight: lighter;
	font-size: 14pt;
	margin-top: 20px;
	color: #222;
	text-align: justify;
}
#jeff_photo {
	margin-right: 15px;
}
#latest_news {
	margin-bottom: 20px;
	float: left;
	display: inline;
	width: 45%;
}
#latest_videos {
	margin-bottom: 30px;
	float: right;
	display: inline;
	width: 45%;
}
.news_blurb {
	padding: 5px 0px 5px 0px;
	display: block;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
}
.vid_blurb {
	clear: left;
	height: 80px;
	display: block;
	margin: 5px 0 5px 0;
	border-bottom: 1px solid #ccc;
}
.follow_bar {
	padding: 0 5px 0 5px;
	background-color: #eee;
}
.highlight {
	background-color: #ffa;
	padding: 1px;
}
.highlight img {
	margin-bottom: -7px;
}
.stylized_input {
	padding: 3px 4px;
	border: 1px solid #454545;
	font: bold 23px 'Helvetica', 'Lucida Grande', Arial, sans-serif;
	color: #444;
}
.stylized_textarea {
	margin-bottom: 5px;
	padding: 3px 4px;
	border: 1px solid #454545;
	font: bold 24px 'Helvetica', 'Lucida Grande', Arial, sans-serif;
	color: #444;
}
#footer {
	color: #aaa;
	margin-top: 80px;
	font-size: smaller;
	clear: both;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
}

.tumblr_post {
	margin-bottom: 20px;
	bottom: 20px;
	margin-left: -40px;
	padding: 5px;
	background-color: #eeeeee;
	list-style-type: none;
	font-size: 16px;
	text-shadow: #b8b8b8 0px 1px 2px;
}

.tumblr_title {
	color: #3572bd;
	font-size: 24px;
	text-shadow: #b8b8b8 0px 1px 2px;
}

.tumblr_quote {
	margin-bottom: 5px;
	color: #555555;
	font-size: 26px;
}

.tumblr_source {
	text-transform: uppercase;
	font-size: 16px;
}

.tumblr_caption {
	font-weight: bold;
	font-size: 18px;
	margin-top: 5px;
}
