@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E1E9E3;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
}
#wrapper {
	width: 933px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#logo {
	margin-bottom: 10px;
}

#topnav {
	background-image: url(../images/navbg.jpg);
	background-repeat: repeat-x;
	float: left;
	height: 43px;
	width: 933px;
	margin-bottom: 10px;
}
#topnav .tnRight {
	background-image: url(../images/navRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
	height: 43px;
	width: 13px;
}
#topnav .tnMiddle ul {
	margin: 0px;
	padding: 0px;
}
#topnav .tnMiddle li {
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 43px;
	list-style-type: none;
}

#topnav .tnMiddle li a {
	float: left;
	text-decoration: none;
	color: #4E5B63;
	font-weight: bold;
	padding-right: 24px;
	padding-left: 24px;
	height: 33px;
	padding-top: 12px;
}

#topnav .tnMiddle li a:hover,#topnav .tnMiddle li a.cur {
	color: #FFFFFF;
	background-image: url(../images/navover.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#topnav .tnMiddle li a.first:hover, #topnav .tnMiddle li a.firstcur{
	color: #FFFFFF;
	background-image: url(../images/navleft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#topnav .tnMiddle .first {
	background-image: url(../images/navLeftnor.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#contents {
	width: 891px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	background-color: #FFFFFF;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
}
#cRight {
	float: left;
	width: 245px;
}
#cRight a {
	margin-bottom: 10px;
	float: left;
}
#cLeft {
	float: left;
	width: 615px;
	margin-right: 30px;
}
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
#footer .fLeft {
	background-image: url(../images/footerLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 61px;
	width: 17px;
}
#footer .fMiddle {
	background-image: url(../images/footerMiddle.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	height: 48px;
	width: 899px;
	padding-top: 21px;
}
#footer .fRightTxt {
	float: right;
	text-align: right;
	width: 380px;
}

#footer .fRight {
	background-image: url(../images/footerRight.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 63px;
	width: 17px;
}
#footer .fLink {
	float: left;
	width: 500px;
}
#footer .fLink a {
	color: #333333;
	background-image: url(../images/footerlinkSep.jpg);
	background-repeat: no-repeat;
	background-position: right 7px;
	text-decoration: none;
	padding-right: 12px;
	padding-left: 5px;
}
#footer .fLink a.end {
	background-image: none;
}

h4{
margin:10px 0px 0px 0px;
padding:0px 0px 5px 0px;
}
h4 span.bloghead{
	display:block;
}

h4 span.posteddate,h4 span.cat{
font-size:11px;
color:#666666;
margin:0px 5px;
font-weight:normal;
}
h4 span.cat{
margin-left:0px;
}
hr{
	background-color: #CCCCCC;
	color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}