
	body {
		margin: 0;
	}
	
	body * {
		color: #666666;
		font-family: verdana;
		font-size: 12px;
	}
	
	img {
		border: 0;
	}
	
	a {
		text-decoration: none;
	}
	
	form {
		display: inline;
	}
	
	.clear, .sep {
		clear: both;
		background-image: none;
		width: 0;
		height: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#left {
		position: absolute;
		width: 460px;
		background-image: url('img/left.png');
		height: 362px;
		top: 0;
		right: 50%;
	}
	
	#right {
		position: absolute;
		width: 460px;
		top: 0;
		left: 50%;
		background-image: url('img/right.png');
		height: 362px;
	}
	
	#doc {
		position: relative;
		width: 920px;
		margin: 0 auto;
	}
	
	#doc-cnt {
		position: absolute;
		width: 100%;
	}
	
	#search {
		width: 906px;
		height: 78px;
		margin: 0 auto;
		background-color: #fff;
		background-image: url('img/search.png');
		background-position: right;
		background-repeat: no-repeat;
	}
	
	#search .wrp {
		padding: 3px 10px;
	}
	
	#search-button {
		width: 130px;
		height: 78px;
		float: right;
		cursor: pointer;
		background: none;
		border: none;
	}
	
	#search-advanced-link {
		clear: both;
	}
	
	#search-left {
		background-image: url('img/search-left.png');
		background-repeat: no-repeat;
		height: 78px;
		float: left;
		width: 770px;
	}
	
	#slogan {
		width: 444px;
		height: 123px;
		float: left;
		background-image: url('img/slogan.png');
		display: block;
	}
	
	#banner {
		width: 300px;
		height: 123px;
		float: left;
		background-image: url('img/banner.png');
		display: block;
	}
	
	
	#aftertop {
	}
	
	#main {
		width: 263px;
		height: 239px;
		display: block;
		float: left;
	}
	
	#top {
		width: 920px;
		height: 362px;
		margin: 0 auto;
		background-image: url('img/top_a.png');
		background-repeat: no-repeat;
		background-position: -40px 0;
	}
	
	#top_b {
		width: 253px;
		height: 239px;
		float: left;
		background-image: url('img/top_b.png');
	}
	
	#top_c {
		width: 228px;
		height: 239px;
		float: left;
		background-image: url('img/top_c.png');
	}
	
	#top-left {
		width: 744px;
		float: left;
	}
	
	#top-right {
		float: left;
		background-image:url(img/topm.png);
		background-repeat: no-repeat;
		background-position: 0px 126px;
	}
	
	#loginbox {
		height: 155px;
		width: 156px;
	}
	
	#menubox {
		background-color: #fff;
		width: 156px;
		background-image: url('img/menu-bottom.png');
		background-repeat: no-repeat;
		background-position: bottom;
		padding-bottom: 20px;
	}
	
	#menu {
		width: 90%;
		margin: 0;
		padding: 0;
		background-color: #fff;
		margin-left: 10px;
		margin-bottom: -6px;
	}
	
	#menu li:first-child, #menu li.first-child {
		border: 0;
	}
	
	#menu li {
		padding: 4px 0 4px 13px;
		margin: 0;
		list-style-type: none;
		background-image: url('img/menu-punctor.png');
		background-repeat: no-repeat;
		background-position: left 7px;
/*
		height: 30px;
*/
		border-top: 1px solid #f6f7f8;
	}
	
	#menu li a {
		line-height: 17px;
		font-size: 12px;
/*
		white-space: nowrap;
*/
	}
	
	#loginbox ul {
		margin: 0;
		padding: 0;
		background-color: #fff;
		margin-left: 10px;
		padding-top: 20px;
	}
	
	#loginbox ul li:first-child, #loginbox ul li.first-child {
		border: 0;
	}
	
	#loginbox ul li {
		padding: 0;
		margin: 0;
		list-style-type: none;
		background-image: url('img/menu-punctor.png');
		background-repeat: no-repeat;
		background-position: left center;
		padding-left: 15px;
		height: 15px;
	}
	
	#loginbox ul li a {
		line-height: 15px;
		font-size: 12px;
	}
	
	
	#center {
		width: 920px;
		margin: 0 auto;
		background-color: #dfebf1;
		padding-top: 12px;
		padding-bottom: 14px;
	}
	
	#content-inner {
		width: 920px;
		margin: 0 auto;
		background-color: #fff;
	}
	
	#content-left {
		width: 300px; 
		position: relative;
		float: left; 
		text-align: right; 
		background-image: url('img/content-left.png');
		background-repeat: no-repeat;
		background-position: right bottom;
		background-color: #dfebf1;
	}
	
	#content-right {
		width: 601px;
		float: left; 
		text-align: left;
		background-image: url('img/content-right.png');
		background-repeat: no-repeat;
	}
	
	#content-left-inner {
		width: 300px; 
		min-height: 200px;
		float: right;
	}
	
	#content-left-inner .wrp {
		padding: 15px 0 40px 40px;
	}
	
	#content-right-inner {
		padding: 15px 0 15px 15px;
	}
	
	#footer {
		width: 920px;
		margin: 0 auto;
		margin-top: 5px;
		background-image: url('img/dash.png');
		background-repeat: repeat-x;
	}
	
	#footer ul {
		background-image: url('img/dash.png');
		background-repeat: repeat-x;
		background-position: bottom;
		margin: 0;
		padding: 0;
		height: 45px;
	}
	
	#footer ul li {
		float: left;
		padding: 10px 14px;
		padding-left: 18px;
		padding-right: 30px;
		list-style-type: none;
		background-image: url('img/punctor.png');
		background-repeat: no-repeat;
		background-position: left center;
	}
	
	#footer ul.sec li {
		background-image: url('img/punctor1.png');
	}
	
	
	div.h2, h2 {
		font-size: 16px;
		background-image: url('img/h2.png');
		background-repeat: no-repeat;
		background-position: 0 5px;
		font-weight: normal;
		font-family: 'trebuchet MS';
		padding-left: 18px;
		margin: 5px 0 10px 10px;
		white-space: nowrap;
	}
	
	#content-left h2 {
		color: #006aa5;
		background-image: url('img/h2-left.png');
		text-align: left;
	}
	
	.box {
		width: 581px;
		background-image: url('img/section-top.png');
		background-repeat: no-repeat;
		background-color: #dfebf1;
	}
	
	.box h2 {
		padding: 10px;
		clear: both;
		background-image: none;
	}
	
	
	ul.present {
		margin: 0;
		margin-top: 10px;
		margin-left: -5px;
		padding: 0;
		background-color: #fff;
		width: 100%;
	}
	
	ul.present li.present {
		list-style-type: none;
		background-image: url('img/dash.png');
		background-repeat: repeat-x;
		padding: 8px 0 6px 15px;
		margin: 0;
		margin-bottom: 4px;
	}
	ul.present li.present .ttl {
		color: #006aa5;
		font-weight: bold;
		padding-top: 6px;
		padding-left: 18px;
		background-image: url('img/punctor.png');
		background-repeat: no-repeat;
		background-position: 0 7px;
	}
	
	ul.present li.present:first-child, #lists .present li.present.first-child {
		border: 0;
		background-image: none;
	}
	
	ul.present-nl li.present {
		border: 0;
	}
	
	.subtitle {
		font-size: 9px;
	}
	
	.cnt {
		padding: 6px 8px;
		font-size: 11px;
	}
	
	.more {
		margin: 15px 0;
	}
	
	.more * {
		vertical-align: middle;
	}
	
	.button {
		padding: 0;
		margin: 0;
	}
	
	#table-left {
		width: 295px;
		float: left;
		margin-right: 30px;
	}
	
	#table-right {
		width: 220px;
		float: left;
	}
	
	.item {
		background-image: url('img/dash.png');
		background-repeat: repeat-x;
		padding: 10px 0;
	}
	
	.item:first-child, .item.first-child {
		background: none;
	}
	
	.item .avatar {
		width: 45px;
		height: 45px;
		background-image: url('img/avatar-mini.png');
		float: left;
		margin-right: 10px;
		text-align: center;
	}
	
	.item .avatar * {
		margin-top: 5px;
	}
	
	.item .date {
		font-size: 10px;
		float: left;
		width: 225px;
	}
	
	.item .body, .item .body * {
		color: #006aa5;
	}
	
	.item .body {
		float: left;
		padding-left: 2px;
		padding-top: 5px;
		width: 225px;
	}
	
	.table-right .item .body {
		width: 275px;
	}
	
	.promo {
		width: 101px;
		height: 101px;
		background-image: url('img/avatar-promo.png');
		margin: 9px;
		float: left;
		display: block;
		text-align: center;
	}
	
	#login {
/*
		padding-top: 45px;
*/
	}
	
	#login-button {
		width: 192px;
/*
		height: 30px;
*/
		position: absolute;
		top: 0;
		left: 50%;
/*
		background-image: url('img/login.png');
*/
		margin-left: 303px;
		cursor: pointer;
		display: block;
	}
		
	#login-button a {
		font-size: 16px;
		font-weight: normal;
		font-family: 'trebuchet MS';
		white-space: nowrap;
		padding-left: 22px;
	}
	
	#input-login {
		width: 153px;
		height: 22px;
		margin: 0;
		padding: 0;
		border: 0;
		background-image: url('img/input-login.png');
	}
	
	#input-password {
		width: 111px;
		height: 22px;
		margin: 0;
		padding: 0;
		border: 0;
		background-image: url('img/input-password.png');
		float: left;
		margin-top: 8px;
	}
	
	#submit-login {
		width: 28px;
		height: 28px;
		margin: 0;
		padding: 0;
		border: 0;
		background-image: url('img/submit.png');
		float: left;
		margin-top: 4px;
		margin-left: 6px;
	}
	
	.form {
		padding: 12px;
		background-image: url('img/section-bottom.png');
		background-repeat: no-repeat;
		background-position: bottom;
	}
	
	.form-row {
		background-image: url('img/dash1.png');
		background-repeat: repeat-x;
		padding-top: 10px;
	}
	
	.form-row:first-child, .form-row.first-child {
		background: none;
		padding-top: 0;
	}
	
	.form-title {
		font-weight: bold;
		color: #2089df;
	}
	
	.form-desc {
		margin: 2px;
		font-style: italic;
		font-size: 11px;
		padding: 0 9px 9px 9px;
	}
	
	.form-input {
		margin: 9px;
	}
	
	.error {
		color: #E32626;
		padding: 10px;
		border: 1px solid #e3e7e9;
	}
	
	.mceContentBody {
		margin: 10px;
	}
	
	.text {
		padding: 10px;
		clear: both;
	}
	
	.info {
		padding: 10px;
		margin: 10px;
		border: 1px solid #e3e7e9;
		clear: both;
	}
	
	.success {
		padding: 10px;
		clear: both;
		color: #129912;
		border: 1px solid #e3e7e9;
	}
	
	#msg {
		text-align: center;
	}
	
	input, textarea {
		background-color: #f8fbfd;
		border: 1px solid #e3e7e9;
	}
	
	textarea.textarea-medium {
		height: 120px;
	}
	
	.important {
		font-weight: bold;
	}
	
	.select-imitation {
		width: 160px;
		height: 18px;
		background-image: url('img/select-right.png');
		background-repeat: no-repeat;
		background-position: right;
		background-color: #f8fbfd;
		border: 1px solid #e3e7e9;
		text-indent: 5px;
		cursor: pointer;
		overflow: hidden;
	}
	
	.select-imitation * {
		color: #564e44;
	}
	
	.select-imitation-options {
		width: 160px;
		height: 250px;
		overflow: auto;
		background-color: #fff;
		margin-top: -2px;
		border: 1px solid #f1edea;
		cursor: pointer;
		vertical-align: middle;
		z-index: 1000;
	}
	
	.select-imitation-group {
		padding: 4px;
		border-top: 1px solid #f1edea;
		line-height: 18px;
		font-weight: bold;
	}
	.select-imitation-option {
		padding: 4px;
		border-top: 1px solid #f1edea;
/*
		line-height: 18px;
*/
	}
	.select-imitation-option-active {
		background-color: #f8fbfd;
	}
	.select-imitation-option span {
/*
		line-height: 18px;
*/
		color: #564e44;
	}
	.select-imitation-option:first-child, .select-imitation-option.first-child {
		border: 0;
	}
	
	.select-imitation-container {
		vertical-align: middle;
		float: left;
		width: 160px;
		height: 18px;
		margin: 0 3px;
		color: #564e44;
	}
	
	textarea {
		width: 100%;
	}
	
	.submit, .button {
		height: 18px;
	}
	
	.paginate-active {
		background-image: url('img/pag-a.png');
		display: block;
		float: left;
		
		width: 16px;
		height: 16px;
		color: #006AA5;
		text-align: center;
		
		padding: 0;
	}
	
	.paginate {
		background-image: url('img/pag.png');
		display: block;
		float: left;
		
		height: 16px;
		color: #006AA5;
		text-align: center;
		
		margin: 0 2px;
		padding: 0 3px;
	}
	
	table.prop {
		width: 95%;
	}
	
	table.prop td {
		padding: 2px;
	}
	
	table.prop .even td {
		background-color: #F1FAFF;
	}
	
	.advanced-search {
		margin: 12px;
	}
	
	.checkbox-replacement {
		background-image: url("img/checkbox.jpg");
	}
	
	.tlist {
		width: 100%;
		border-collapse: collapse;
	}
	
	.tlist td {
		border: 1px solid #C9E0EC;
		padding: 2px;
	}
	
	.tlist .even td {
		background-color: #DFEBF1;
	}
	
	.input-search {
		height: 16px;
	}

