/* Layout Stylesheet */ 

body {
 margin:20px;
 color: #333333;
 text-align:center;
 padding:0;
 }

#outer {
	text-align:left;
	border:1px dotted #999999;
	width:800px;
	margin-right: auto;
	margin-left: auto;
 }

#hdr {
	height:100px;
	color: #333333;
	width: 800px;
	position: relative;
	z-index: 2;
 }

#bar {
	border-top: 1px dotted #999999;
	border-right: 0 dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 0 dotted #999999;
	height: 50px;
	width: 800px;
 }

#bodyblock {
	position:relative;
	color: #333333;
	width:800px;
	padding:0;
	height: 373px;
 }

#l-col {
	color: #333333;
	width:480px;
	text-align: left;
	position: absolute;
	height: 421px;
	overflow: hidden;
	line-height: 1.6em;
	z-index: 1;
	padding-top: 5px;
	padding-left: 5px;
	left: 0;
	top: 0;
 }

#cont {
	width:295px;
	color: #333333;
	text-align:left;
	position: relative;
	left: 170px;
	border-top: 0 dotted #999999;
	border-right: 0 dotted #999999;
	border-bottom: 0 dotted #999999;
	border-left: 1px dotted #999999;
	height: 293px;
	overflow: auto;
	z-index: 2;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 10px;
	top: 70px;
 }

#ftr {
	height:50px;
	position: absolute;
	width: 800px;
	border-top: #999999;
	border-right: #999999;
	border-bottom: 1px dotted #999999;
	border-left: #999999;
	margin-right: auto;
	margin-left: auto;
	top: 550px;
	z-index: 8;
 }
.image-column {
	height: 373px;
	width: 305px;
	position: absolute;
	left: 495px;
	top: 0px;
	z-index: 2;
}
