#content, .mceContentBody, li, table {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
}
h1 {
	font-size: 20px;
	color: #c1d72f;
}
h2 {
	
}
h3 {
	font-size: 14px;
	font-weight: 900;
	color: #003366;
}
p, li, table {
	font-size: 12px;
	margin: 0px;
	margin-bottom: 7px;
}
a, .mceContentBody a{
	color: #003366; 
}
/* blog page */
.blog_title {
	font-size: 14px;
	font-weight: 900;
	color: #003366;
}
.blog_title a { text-decoration: none; }
.blog_title a:hover { text-decoration: underline; }
.blog_date {
	font-size: 12px;
	color: #999999;
}
.blog_blurb {
	margin-bottom: 17px;
}
.blog_more {
	font-size: 11px;
	font-style: italic;
}
.blog_image {
	width: 250px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.blog_comment{
	border-top: 1px solid #aaaaaa;
	margin-bottom: 15px;
}
.bc_name {
	font-size: 14px;
	font-weight: 900;
	padding: 3px;
	background-color: #e7edbc;
	color: #003366;
}
.bc_date {
	float: right;
	margin-right: 7px;
	color: black;
	font-size: 12px;
	font-weight: 100;
}
.bc_comment {
	margin-left: 15px;
	margin-top: 4px;
}
/* media pages */
.media_thumb {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #aaa;
}
.media_thumb img {
	width: 50px;
	float: left;
	margin-right: 6px;
	margin-bottom: 5px;
}
.media_desc {
	display: block;
	float: left;
	width: 150px;
	font-size: 11px;
	padding: 3px;
}
.store_main_img {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}
#img_container {
	width: 500px;
	overflow: hidden;
}
#nav_container {
}
#thumb_container {
}
#thumb_container img {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin: 2px;
	float: left;
}
#slide_container {
	width: 500px; 
	float: left;
}
#nav_container {
	margin-bottom: 5px;
}
#nav_container img {
	cursor: pointer;
}
#img_desc {
	margin-top: 6px;
	font-weight: 900;
}
.ppbutton {
	height: 25px;
	overflow: hidden;
}