body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
p, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a, a:visited {
	color: #0f6266;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #0f6266;
	font-weight: normal;
	text-decoration: underline;
}
.left {
	background-image: url(/img/bg_left.gif);
	background-repeat: repeat-y;
	width: 8px;
}
.right {
	background-image: url(/img/bg_right.gif);
	background-repeat: repeat-y;
	width: 9px;
}
#top {
	width: 770px;
	height: 62px;
	background-image: url(/img/top.gif);
	background-repeat: no-repeat;
}
#menu1 {
	width: 770px;
	height: 26px;
	background-image: url(/img/bg_menu1.gif);
	background-repeat: no-repeat;
}
#menu2 {
	width: 770px;
	height: 172px;
	background-image: url(/img/bg_menu2.gif);
	background-repeat: no-repeat;
}
#menus2 {
	width: 250px;
	float: right;
	margin-top: 10px;
}
#menus2 li {
	list-style-image: url(/img/marker.gif);
	margin-top: 10px;
	margin-bottom: 0px;
	height:16px;
}
#menus2 a, #menus2 a:hover, #menus2 a:visited  {
	color: #0e5e55;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	vertical-align: top;
}

#menu1 ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
#menu1 li {
	display: inline;
	padding: 0 0 0 0;
	margin: 0 0 0 25px;
}
#menu1 a, #menus2 a:hover, #menus2 a:visited  {
	color: #0e5e55;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#menu3 {
	width: 770px;
	height: 28px;
}
#but1 {
	width: 175px;
	display: block;
	float: left;
	height: 28px;
	background-image: url(/img/but1.gif);
	background-repeat: no-repeat;
}
#but2 {
	width: 157px;
	display: block;
	float: left;
	height: 28px;
	background-image: url(/img/but2.gif);
	background-repeat: no-repeat;
}
#but3 {
	width: 201px;
	display: block;
	float: left;
	height: 28px;
	background-image: url(/img/but3.gif);
	background-repeat: no-repeat;
}
#but4 {
	width: 237px;
	display: block;
	height: 28px;
	background-image: url(/img/but4.gif);
	background-repeat: no-repeat;
	float: left;
}
.butx a, .butx a:hover, .butx a:visited  {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	margin-left: 32px;
	line-height: 20px;
}
input.search {
	border: 1px solid gray;
	width: 120px;
	margin-top: 2px;
	height: 20px;
	background-image: url(/img/search_bg.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#content {
	float: left;
	width: 450px;
	padding: 10px 0 0 30px;
}
#rcol {
	float: right;
	width: 270px;
	border-left: 1px solid #5ba59c;
}
#kasp {
	width: 237px;
	height: 304px;
	display: block;
	background-image: url(/img/bg_kasp.gif);
	background-repeat: no-repeat;
	float: right;
}
#kasp li {
	list-style-image: url(/img/marker.gif);
	margin-top: 10px;
	margin-bottom: 20px;
	vertical-align: middle;
}
#kasp ul {
	margin-top: 115px;
}
#kasp a, #kasp a:hover, #kasp a:visited  {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	vertical-align: top;
}
#popular {
	width: 237px;
	display: block;
	float: right;
}
#cloud {
	width: 237px;
	display: block;
	float: right;
}
h4 {
	color: #595959;
	margin: 10px 0 10px 0px;
	font-size: 14px;
	font-weight: bold;
}
hr {
	border: 0 none;
	border-top: 1px solid #5ba59c;
	border-bottom: 0px none #5ba59c;
	height: 1px;
}

img {
	border:0 none;
}

/* Comments (single.php and comments.php) */.comments_wrap {	width: 450px;	margin: 20px 0 5px 10px;	clear: both;}.comments_wrap .left {	width: 46px;	padding-top: 2px;	float: left;}.comments_wrap .right {	width: 370px;	float: left;	padding-left: 15px;}.comments_wrap .right h4 {	font-size: 11px;	color: #5D5D5D;	text-transform: none;	padding: 0;	font-weight: normal;}.comments_wrap .right h4 b {	font-size: 11px;}.comments_wrap .right h4 b a {	text-decoration: none;}.comments_wrap .right h4 b a:hover {	text-decoration: underline;}/* Comments (form) */#content form {	margin: 20px 0 30px 10px;}#content form label {	display: block;	margin: 10px 0;	font-size: 12px;}#content form label input {	padding: 4px;	width: 180px;	font-size: 12px;	background: #EBECE7;	border: #DCDED5 1px solid;}#content textarea {	margin-bottom: 10px;	display: block;	padding: 3px;	font-size: 12px;	background: #EBECE7;	border: #DCDED5 1px solid;}#content form input {	margin-top: 5px;}