body {
	background: #629656;
	font: 16px Geneva, Tahoma, Arial, Helvetica, sans-serif;
	color: #B0CBB4;
	margin: 0px;
	padding: 0px;
}
p, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
#outer {
	height: 500px;
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
#outer table {
	background: url(/objects/img/cross.png) no-repeat 85px 42px;
}
#contact {
	position: relative;
	left: 300px;
	top: 100px;
	width: 300px;
}
#nav {
	vertical-align: top;
	height: 38px;
	font-size: 18px;
}
.nav:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:link, #nav a:active, #nav a:visited {
	color: #B0CAB4;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.hand {
	cursor: pointer;
	cursor: hand;
}
#blog_date {
	font-weight: bold;
	color: #4F7946;
	background: #B0CAB4;
	padding: 3px;
	height: 32px;
	width: 33px;
	text-align: center;
	font-size: 12px;
	float: left;
	margin-right: 5px;
}
.blog_title {
	font-weight: bold;
	color: #CCDDCA;
	margin-top: 2px;
}
.blog_sub {
	font-size: 10px;
	margin-top: 3px;
	margin-bottom: 5px;
}
.blog_content {
	font-size: 14px;
	line-height: 18px;
	color: #CCDDCA;
}
.blog_comment {
	font-size: 12px;
	margin-top: 4px;
}
#content {
	margin: 2px;
	float: left;
}
#content img {
	padding-left: 3px;
}
.content_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 21px;
	margin-bottom: 2px;
	margin-top: 0px;
	clear: left;
}
#content a:link, #content a:active, #content a:visited {
	color: #D9E6DB;
	text-decoration: none;
	border-bottom: 1px dotted #D9E6DB;
}
#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dotted #B0CAB4;
}
.highlight {
	color: #D9E6DB;
}
#preview {
	height: 60px;
	width: 60px;
	border: 2px solid #B0CBB5;
	margin-right: 13px;
	float: left;
	margin-left: 2px;
	margin-bottom: 15px;
}
#preview:hover {
	height: 60px;
	width: 60px;
	border: 2px solid #FFFFFF;
	margin-right: 13px;
	float: left;
	margin-left: 2px;
	margin-bottom: 15px;
}
#pf_content {
	clear: left;
}
