* {
	margin:0; 
	border:0; 
	padding:0; 
}

* html #content {
	height: 1%;
}

body {
	background: #fff url(../img/background.png);
	text-align: center;
	font-family: Arial;
	font-size: 12px;
	line-height: 16px;
	color: #8c8c8c;
}

a {
	color: #8c8c8c;
}

textarea {
	background: #eee;
	border: 1px solid #ccc;
}

#wrap {
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

#header {
	height: 100px;
	position: relative;
}

#header #logo-main {
	position: absolute;
	left: 0;
	top: 27px;
}

#header #head-banner {
	position: absolute;
	right: 0;
	top: 28px;
}

#nav-bar, #foot-nav-bar {
	width: 770px;
	height: 36px;
	background:url(../img/nav-back.png) no-repeat top;
	margin-top: 2px;
	text-align: left;
	position: relative;
}

#foot-nav-bar {
	margin: 10px 0 10px 0;
}

#foot-nav-bar #xmlrss {
	position: absolute;
	right: 13px;
	top: 10px;
}

#nav-bar ul, #foot-nav-bar ul {
	list-style: none;
	padding-top: 10px;
	padding-left: 57px;
}

#nav-bar ul li, #foot-nav-bar ul li {
	float: left;
	margin-right: 22px;
	font-weight: bold;
	line-height: 14px;
}

#nav-bar ul li a, #foot-nav-bar ul li a {
	color: #797c82;
	text-decoration: underline;
}

#nav-bar ul li a.selected, #foot-nav-bar ul li a.selected {
	color: #da1d1d;
}

input, select {
	border: solid 1px #ccc;
	display: inline;
}

.required_form {
        height: 20px;
        margin: 5px 0 0 16px;
        color: #9c9c9c;
        padding-left: 2px;
        display: block;
}

#nav-bar #search-input {
	position: absolute;
	top: 9px;
	right: 13px;
	width: 150px;
}

#content {
	background:url(../img/main-back-middle.png) repeat-y center;
	overflow: hidden;
}

#content-top {
	width: 770px;
	height: 9px;
	background:url(../img/main-back-top.png) no-repeat top;
	margin-top: 10px;
}

#content-bottom {
	width: 770px;
	height: 9px;
	background:url(../img/main-back-bottom.png) no-repeat top;
}

#left-bar {
	width: 587px;
	float: left;
	text-align: left;
	padding-top: 15px;
}

#right-bar {
	width: 181px;
	float: right;
	text-align: left;
}

#right-bar h4 {
	margin: 0 0 5px 16px;
}

#right-bar p {
        margin: 0 0 5px 16px;
}
.button {
	border: #666666 2px outset;
	padding: 2px;
	margin-bottom: 4px;
	background: #eee;	
}
.button:active {
	border: #666666 2px inset;
}
.register {
	color: #4a9f17;
	text-decoration: underline;
	margin-left: 16px;
}

#right-bar ul {
	list-style: none;
	margin: 0 0 10px 16px;
}

#right-bar ul li a {
	color: #8c8c8c;;
	text-decoration: underline;
	line-height: 17px;
}

.login-submit, #add-comment-btn {
	width: 54px;
	height: 22px;
	margin: 7px 0 15px 16px;
	background:url(../img/btn-back.png);
	border: 0;
	color: #666666;
}

#add-comment-btn {
	margin: 10px 0 10px 0;
}

input#login-input, input#password-input {
	width: 130px;
	height: 20px;
	margin: 5px 0 0 16px;
	color: #9c9c9c;
	padding-left: 2px;
	display: block;
}

input#remember-input {
	margin: 5px 3px 0 16px;
	border: 1px;
	width: 13pt;
	height: 13pt;
}
.checkbox {
        border: 1px;
        width: 13pt;
        height: 13pt;
}

.post-bar, .post-bar-more {
	margin: 0 16px 18px 22px;
	border-bottom: solid 1px #ccc;
	padding-bottom: 15px;
}

.post-bar-more {
	border: 0;
}

.post-bar h2, .post-bar-more h2 {
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	margin-bottom: 7px;
}

.post-bar h3, .post-bar-more h3 {
	font-size: 13px;
	line-height: 16px;
	font-weight: normal;
	margin-bottom: 8px;
}

.post-img {
	margin: 2px 0 25px 0;
}

p.capt {
	margin-bottom: 20px;
}

.desc {
	margin: 0 20px 5px 0;
}

a.readmore-link {
	margin-left: 460px;
	color: #da1d1d;
	text-decoration: underline;
}

#page-list {
	text-align: center;
	margin-bottom: 8px;
}

#page-list a {
	text-decoration: underline;
	color: #8c8c8c;
	margin-right: 2px;
}

#footer {
	height: 63px;
	background: url(../img/footer-back.png) no-repeat top;
	text-align: left;
	margin-bottom: 15px;
}

#foot-copy {
	padding: 24px 0 0 57px;
	color: #9c9c9c;
	font-weight: bold;
}

#foot-copy #contactus {
	color: #808080;;
	text-decoration: underline;
	margin-left: 110px;
}

#comments {
	margin: 0 0 20px 22px;
}

#comments h3 {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 10px;
}

#comments .comment-bar {
	margin: 0 60px 25px 0;
}

#comments .comment-bar h4 {
	font-weight: normal;
}

#comments #comment-text {
	border: solid 1px #ccc;
}

.red {
	color: #da1d1d;
}

.blue {
	color: #0000ff;
}

.rghtal {
	text-align: right;
}
.separator {
	border-bottom: solid 1px #ccc;
}
table.list { 
	margin: 2pt 0;
	width: 100%;
}
table { 
	display: table;
	text-indent: 0px;
	border-collapse: collapse;
}
table.list tr.head td { 
	margin: 0;
	padding: 0 4pt;
	font-weight: bold;
	border: solid 1px #ccc;
	background: #efefef;
}

tr.row-lite td {
        margin: 0;
        padding: 0 4pt;
	font-weight: normal;
        border: solid 1px #ccc;
}
tr.row-dark td {
        margin: 0;
        padding: 0 4pt;
        font-weight: normal;
        border: solid 1px #ccc;
	background: #efefef;
}
tr.row-marked td {
        margin: 0;
        padding: 0 4pt;
        font-weight: normal;
        border: solid 1px #ccc;
	background: #fff8f8;
}

td { 
	display: table-cell;
}
.msg_header {
	border-bottom: solid 1px #ccc;
	padding-bottom: 4pt;
	margin-bottom: 4pt;
	font-weight: bold;
}
.alert {
	color: red;
}

.left {
	text-align: left;
}
.right {
	text-align: right;
}

.center {
	text-align: center;
}

