		html {
			margin: 0px;
			padding: 0px;
			font-family: Arial, Helvetica, sans-serif;
		}
		
		body {
			margin: 0px;
			padding: 0px;
		}
		
		form {
			margin: 0px;
			padding: 0px;
		}
		
		#page {
			margin: 29px auto 15px auto;
			width: 858px;
		}
		
		#head {
			width: 858px;
			height: 113px;
			background: url(images/page_head.jpg) top left no-repeat;
		}
		
		#head img {
			margin: 27px 0px 0px 23px;
			border-width: 0px;
			float: left;
		}
		
		#head form {
			display: none;
		}
				
		#elevator {
			width: 850px;
			height: 230px;
		}
		
		#subheader {
			width: 850px;
			height: 45px;
			background: #fff url(images/subheader_background.gif) top left repeat-x;
		}
		
		.level1, .level2, .level3 {
			display: none;
		}
	
		#content {
			width: 850px;
			padding-top: 30px;
		}
		
		#content2 {
			width: 850px;
			padding-top: 5px;
		}
		
		#container {
			width: 810px;
			margin: 0 20px 20px 20px;
			padding-top: 20px;
			font-size: 13px;
			line-height: 16px;
		}
		
		#main {
			width: 565px;
			float: left;
		}
		
		#main p {
			width: 565px;
			line-height: 21px;
			font-size: 14px;
			text-align: justify;
		}
		
		#main p.image {
			text-align: center;
		}
		
		#sidebar {
			width: 210px;
			margin-left: 599px;
		}
		
		.sidebox {
			width: 210px;
			margin-bottom: 25px;
		}
		
		.sidebox .top {
			width: 210px;
			height: 5px;
			background: transparent url(images/sidebox_top.png) top left no-repeat;
		}
		
		.sidebox .middle {
			width: 192px;
			padding: 8px;
			border: 1px solid #cfcfcf;
			background: #ededed url(images/sidebox_middle.png) top left repeat-x;
			color: #666;
		}
		
		.sidebox .bottom {
			width: 210px;
			height: 5px;
			background: transparent url(images/sidebox_bottom.png) top left no-repeat;
		}
		
		.sidebox h3 {
			font-size: 18px;
			font-weight: normal;
			color: #666;
			margin: 0px 0px 12px 0px;
		}
		
		.sidebox ul {
			margin: 0px;
			padding: 0px;
		}
		
		.sidebox li {
			margin-bottom: 7px;
			list-style-position: outside;
			list-style: none;
		}
		
		.sidebox img {
			border-width: 0px;
			margin: 10px 0px 10px 30px;
			display: block;
		}
		
		.sidebox p {
			margin: 10px 0px 10px 0px;
		}
		
		#footnav {
			display: none;
		}
		
		a {
			color: #cc0000;
			text-decoration: none;
		}
		
		a:hover {
			text-decoration: underline;
		}
		
		a:visited {
			color: #ab0000;
		}
		
		#footer {
			color: #c2ccd5;
			font-size: 11px;
			text-align: center;
			margin-top: 25px;
			border-top: #c2ccd5 1px solid;
		}
		
		#bottom {
			width: 858px;
			height: 22px;
			background: url(images/page_bottom.gif) top left no-repeat;
		}
		
		#temp ul {
			list-style: none;
			border: 0px;
			margin: 0px;
		}
		
		#temp li {
			float: left;
			height: 30px;
			line-height: 30px;
			font-size: 16px;
			margin-left: 16px;
			padding: 0px 10px 0px 10px;
			vertical-align: middle;	
		}
		
		h1, .post h3 {
			margin: 5px 0px 20px 0px;
			font-weight: normal;
			font-size: 25px;
			color: #ab0000;
		}
		
		h2 {
			margin: 5px 0px 20px 0px;
			font-weight: normal;
			font-size: 20px;
			color: #ab0000;
		}
		
		.linklove {
			display: none;
		}
		
		.item_nav {
			display: none;
		}