body {
	background: #849640 url(../images/bg_all.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
	font: normal 12px Verdana;
	color: #010101;
	clear: both;
}

/* styles */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img {
	border: none;
}

/* layout */

.all {
	
	background: url(../images/bg.jpg) no-repeat top center;
	clear: both;
	margin: 0px auto;
	padding: 0px;
}

.wrap {
	width: 900px;
	margin: 0px auto;
	padding: 0px;
	background: #FFFFFF;
}

.header {
	width: 900px;
	height: 120px;
	margin: 0px;
	padding: 0px;
}

.logo {
	width: 176px;
	height: 120px;
	padding: 0px;
	margin: 0px;
	float: left;
}

.logo h1 {
	margin: 0px;
	padding: 0px;
}

.logo h1 a {
	
}

.menu {
	width: 724px;
	height: 120px;
	margin: 0px;
	padding: 0px;
	float: right;
	background: url(../images/bg_menu.jpg) no-repeat left;
	text-align: right;
}

.menu ul {
	margin: 0px;
	padding: 49px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	float: right;
}

.menu li {
	float: left;
	margin: 0px;
}

.menu a {
	display: block;
	width: auto;
	padding: 6px 20px;
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
	background: #A9B585;
	color: #000000;
}

.menu .active {
	background: #A9B585;
}

.menu .active a {
	background: url(images/img02.gif) no-repeat 100% -40px;
}

.dynamic {
	width: 902px;
	height: 202px;
	margin: 0px;
	padding: 0px;
}

.content {
	width: 900px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
}

.article {
	float: right;
	width: 570px;
}

.article h2 {
	margin: 25px 0px 2px 0px;
	padding: 0px 0px 1px 0px;
	line-height: 25px;
	border-bottom : 1px dotted #d0d0d0;
	font : normal 25px/25px Lucida Sans Unicode;
	color : #ff6500;
	letter-spacing : -1px;
}

.article h2 a {
	color: #003300;
}

.article a {
	color: #006600;
}

.article a:hover {
	text-decoration: underline;
}

.date {
	font: normal 12px Verdana;
	color: #939393;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-align : right;
}

.infoline {
	font: normal 12px Verdana;
	color: #939393;
	padding: 2px 0px 0px 0px;
	margin: 10px 0px 35px 0px;
	text-align : right;
	border-top : 1px dotted #d0d0d0;
}

.infoline a {
	color: #ff6500;
}

.infoline a:hover {
	color: #006699;
	text-decoration: underline;
}

.commentlist {
	margin-bottom: 20px;
	margin-left: 15px;
	clear : both;
	width: 520px
}

.commentlist li {
	padding: 5px 10px 3px 10px;
	margin : 10px auto 5px auto;
	width : 480px;
	border-top: 3px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}

.commentlist .admin_style {
	border-top: 3px solid #ff6500;
	border-left: 1px solid #ff6500;
	border-right: 1px solid #ff6500;
	border-bottom: 1px solid #ff6500;
}

.commentlist li a {
	text-decoration : none;
}

.commentlist li a:hover {
	text-decoration : underline;
}

.comment {
	background: #f7f7f7;
	color: #808080;
}


.commentlist p {
	font : bold;
	width : 485px;
}

.imgr {
	border: 0;
	float: right;
	margin: 5px 5px 5px 5px;
	padding: 0px;
	border : 1px solid #efefef;
}

.commentsbox {
	background: #f7f7f7;
	color: #707070;
	padding: 10px;
	margin: 0px 0px 10px 15px;
	border : 1px solid #efefef;
	width : 498px;
}

/* sidebar */

.sidebar {
	float: left;
	width: 300px;
}

.sidebar-bgtop {
}

.sidebar-bgbtm {
	background: url(images/img03.jpg) no-repeat left bottom;
}

.sidebar-content {
	background: url(images/img01.jpg) repeat-y left top;
}

.sidebar ul {
	padding: 0px 0 5px 0;
	margin: 0px;
	list-style: none;
}

.sidebar li li {
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
	padding-left: 0px;
	border-bottom: 1px dashed #BDBDBD;
	background: url(images/img04.jpg) no-repeat left 50%;
}

.sidebar li ul {
	margin-bottom: 1.8em;
	list-style: none;
}

.sidebar h2 {
	background: #A9B585;
	padding: 7px 25px;
	font-size: 14px;
}

.sidebar a {
	text-decoration: none;
}

.sidebar a:hover {
	text-decoration: underline;
}

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin-left: 20px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

.footer {
	clear: both;
	width: 900px;
	height: 70px;
	margin: 20px auto 30px auto;
	color: #000;
	border-top: 1px solid #A9B585;
}

.footer p {
	margin: 0px;
	padding: 19px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: small;
}

.footer a {
	color: #000;
}

.footer a:hover {
	color: #FF0000;
}

.p_left {
	margin-left : 5px;
}