body {
	padding:0px;
	margin:0px;
	color:#fff;
	font-family: lucida grande, sans-serif;
	background: url(../l_imgs/seachart.gif) no-repeat center 0px;
}
h1 {
	padding:0px 0px 20px 0px;
	margin:0px;
	font-weight: normal;
	color:#eee;
	font-size:20px;
}
h2 {
	font-size:13px;
	font-weight:bold;
	font-style: italic;
	padding:0px;
	margin:0px;
	color:#fff;
}
.logotype {
	float:left;
	position: relative;
	background: url(../l_imgs/logotype.png) no-repeat 0px 0px;
	width:462px;
	height:104px;
	margin:20px 0px 45px 0px;
}
.coffeestain {
	width:142px;
	height:152px;
	position:absolute;
	right:-200px;
	top:10px;
	background: url(../l_imgs/coffestain.png) no-repeat 0px 0px;
}
	.title {
		margin:20px 0px 0px 0px;
		float:left;
		width: 800px;
		height: 45px;
		background: url(../l_imgs/pagetitle.gif) no-repeat center center;
	}
	.containpage {
		padding:20px 50px 0px 0px;
		background: #000;
		color:#ccc;
		font-size:12px;
		line-height: 20px;
		text-align: justify;
		float:left;
		position:relative;
		width:550px;
	}
	.rightcol {
		width:179px;
		margin:65px 0px 0px 0px;
		padding:0px 0px 0px 20px;
		float:left;
		position:relative;
		border-left:1px solid #333;
	}
	.file {
		background: url(../l_imgs/filebg.gif) no-repeat 0px 0px;
		padding:0px 0px 0px 25px;
		width:154px;
		height:28px;
		line-height: 28px;
		color:#000;
		font-size: 11px;
	}
		a.filer:active,a.filer:link,a.filer:visited {
			color:#000;
			text-decoration: none;
		}
			a.filer:hover {
				color:red;
				border-bottom: 1px dotted #000;
			}
	.footersection {
		margin:0px 10px 0px 0px;
		font-size: 9px;
		width:148px; 
		float:left;
		line-height:17px;
		color:#ccc;
		padding:30px 10px 10px 10px;
		background:url(../l_imgs/footer_container.png) no-repeat center bottom;
	}
		a.foot:active,a.foot:link,a.foot:visited {
			color:#fff;
			border-bottom:1px dotted #999;
		}
			a.foot:hover {
				color:red;
				border-bottom: 1px dotted #000;
			}
