* {
	margin:0;
	padding:0;
}

body {
	background:url('images/bodyback.jpg');
	padding-left:16px;
	font-family:Arial;
	font-size:8pt;
}

#page {
	background:url('images/back.jpg') repeat-y center top;
	width:1000px;
	}

#page #main {	
		background:url('images/head.jpg') no-repeat center top;
		width:100%;
		padding-top:330px;
}

#page #main #content {
	margin-left:50px;
	float:left;
	width:850px;
}

html > body #page #main #content {
	margin-left:100px;
	width:780px;
}

#page #main #content .navigator {
	margin-top:30px;
	padding-left:15px;
	width:180px;
	float:left;
	
}

#page #main #content .navigator #nav ul {
	float:left;
	text-align:left;
	margin-left:30px;
	text-transform:uppercase;
}

#page #main #content .navigator #nav ul li {
	font-family:Arial;
	font-size:7pt;
	font-weight:bold;
	float:left;
	list-style:none;
	background:#9C0C21;
	width:130px;
	margin:2px 0;
}

#page #main #content .navigator #nav ul li a {
	float:right;
	width:70px;
	color:#fff;
	background:#CF0021;
	padding:8px 20px;
	border-left:2px solid #F7BE6B;
}

#page #main #content .navigator #nav ul li a:hover {
	background:#412001;
	padding:8px 10px;
	
}

#page #main #content .navigator #widget {
	margin-top:30px;
	float:left;
	
}

#page #main #content .navigator #widget #headside {
	background:url('images/headside.jpg') no-repeat center top;
	width:185px;
	padding:45px 0 20px 0;
	float:left;
}

#page #main #content .navigator #widget #footside {
	background:url('images/footside.jpg') no-repeat center bottom;
	width:185px;
	height:42px;
	float:left;
}

#headside p .ym img {border:0;}

#page #main #content #widget ul,#page #main #content #widget ol {
		width:100%;
		margin:5px 0 5px 40px;
		float:left;
		text-align:left;
}

#page #main #content #widget ul li {
	list-style:url('images/list.jpg');
	
		
}

#page #main #content #widget img {
	border:1px solid #8C5929;
	padding:3px;
	margin:4px 0;
}

#page #main #content #widget p {
	text-align:justify;
}

#page #main #content .info {
	width:500px;
	margin-right:30px;
	float:right;
}

html > body #page #main #content .info {
width:580px;
margin-right:0;
}

#page #main #content .headpost {
	background:url('images/headpost.jpg') no-repeat left top;
	padding:3px 10px 3px 60px;
	width:450px;
	float:left;
}

#page #main #content .headpost h2 {
	font-size:12pt;
	margin:80px 0px 0px 0px;
}

#page #main #content .headpost p {
	float:left;
	text-align:left;
	margin:5px 0;
	font-family:arial !important;
}

#page #main #content .headpost span.detail {
	font-size:10pt;
	font-weight:bold;
}

#page #main #content .headpost p img.cont {
	border:2px solid #8C5929;
/* 	width:150px; */
	padding:3px;
	margin:0 7px 0 0;
/* 	text-align: center; */
	float:left;
}

#page #main #content .headpost img {
/* 	width:200px; */
	border:2px solid #8C5929;
	padding:3px;
	margin:10px 0;	
}

#page #main #content .headpost img.map{
	border:0;
}

#page #main #content .headpost table {
	padding:10px;
	width:480px;
	text-align:center;
	border:3px double #8C5929;
}

#page #main #content .headpost table tr td {
	width:300px;
	padding:6px;
	border:1px solid #8C5929;
}

#page #main #content .headpost table tr td img {
	border:none;
	width:80px;
}

#page #main #content .headpost table tr td a {
	font-weight:bold;
	color:#DE8E42;
}

#page #main #content .headpost table tr td a:hover {
	color:#FFFFFF;
}


#page #main #content .footpost {
	background:url('images/footpost.jpg') no-repeat right bottom;
	width:100%;
	height:85px;
	float:left;
}

#page #main #foot {
	background:url('images/foot.jpg') no-repeat center top;
	width:100%;
	height:174px;
	float:left;
}

#page #main #foot p {
	margin:110px 0 20px 0;
	color:#fff;
	font-weight:bold;
/* 	text-align: justify; */
}

#page #main #content .headpost ol {
		text-align:left;
		margin:12px 40px;
}

#page #main #content .headpost ul {
		text-align:left;
		margin:12px 40px;
}

#page #main #content h3 {
	text-align:left;
	margin:5px 0 0 0;
/* 	padding: 60px 0 0 0; */
	}
	
#headside a img .ym {border:none;}
img.map { border:0px; }	
a {color:#8C5929;text-decoration:none;}
a:hover {color:#DE8E42;}

.next {font-weight:bold;	float:right;margin-right:50px;}
.prev {font-weight:bold;	float:left;	margin-left:50px;}

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



.clear {	clear:both;}