		body {
			border: 0;
			margin: 0;
			padding: 0;
		}
		
		div#column {
			float: left;
			width: 340px;
			margin: -2px 0px 0px 0px;
			padding: 15px;
		}
		
		div#column_wrap {
			z-index: 10;
			float: left;
			width: 372px;
			/*margin: 50px 0px 0px 80px;*/
			position: absolute;
			top: 50px;
			left: 80px;
		}
		
		h2 {
			margin: 0;
			border-bottom: 1px solid #807459;
			color: #807459;
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 10px;
			font-weight: normal;
			text-align: right;
			text-transform: uppercase;
			letter-spacing: 1.8px;
		}
		
		h3 {
			margin: 0.25em 0 0 0;
			color: #403822;
			font-family: Georgia, serif;
			font-size: 22px;
			letter-spacing: -0.5px;
		}
		
		h3 + p {
			margin-top: 0.25em;
		}
		
		h4 {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			margin-bottom: 0;
			letter-spacing: 0;
		}
		
		h4 + p {
			margin-top: 1px;
		}
		
		p, li, dt, dd {
			font-family: "Trebuchet MS", Arial, sans-serif;
			font-size: 12px;
			color: #1F1A0D;
			line-height: 18px;
		}
		
		ol {
			margin: 1.0em 0;
			padding-left: 2.0em;
		}
		
		#menu {
			width: 540px;
			height: 38px;
			
			padding: 0px;
			
			border-top: 2px solid #1F1A0D;
			border-bottom: 2px solid #1F1A0D;
			
			/*background: url(../images/single_line_menu.gif) 10px 10px no-repeat #EFEDC2;*/
			
			
			position: absolute;
			top: 332px;
			right: 0px;
		}
		
		#menu_inner {
			margin: 0;
			border: 0;
			padding: 0;
			position: relative;
			top: 0;
			left: 19px;
			width: 521px;
			height: 38px;
		}
		
		#menu_text {
			margin: 0; /* 10px 10px 9px 10px;*/
			padding: 0px;
			width: 521px;
			height: 38px;
			background: url(../images/bs.php) 6px 0px no-repeat;
		}
		
		.ir {
			display: none;
		}
		
		h1 {
			position: absolute;
			margin: 0;
			width: 446px;
			height: 37px;
			
			right: 15px;
			
			top: 196px;
			
			
			z-index: 1;
		}
		
		h1 a {
			display: block;
			position: relative;
			left: 96px;
			width: 201px;
			height: 37px;
		}
		
		h1 a:link, h1 a:visited {
			border: 0;
		}
		
		h1 a:hover, h1 a:active {
			border-bottom: 2px dotted #2A2211;
		}
		
		blockquote {
			margin-left: 1.0em;
			border-left: 1px dotted #DFDCA7;
		}
		blockquote p {
			margin-left: 0.75em;
			font-family: serif;
			font-style: italic;
			font-size: 14px;
			line-height: 18px;
			letter-spacing: 0.1px;
			color: #4F4731;
		}
		
		a:link {
			color: #993300;
			text-decoration: none;
		}
		
		a:visited {
			color: #6D3611;
			text-decoration: none;
		}
		
		a:hover {
			color:  #403822;
			border-bottom: 1px dotted #403822;
		}
		
		a:active {
			color:  #403822;
			border-bottom: 1px solid #403822;
		}
		
		h3 a, h3 a:link, h3 a:visited {
			color: #403822;
		}
		
		dt {
			margin-top: 1.0em;
			margin-bottom: 0.25em;
			font-weight: bold;
			font-size: 13px;
			background: #F4F3CC;
			padding: 2px 4px;
			border-bottom: 1px solid #807459;
		}
		
		dd {
			margin: 0.75em 0 1.0em 0;
			border: 0;
			padding: 0;
		}
		
		dd blockquote {
			margin-top: 0;
		}
		
		dd p {
			margin-top: 0;
		}
		
		cite {
			display: block;
			text-align: right;
			letter-spacing: 1.0px;
		}