/* Layout Stylesheet */
body
{
	margin: 0px;
	text-align: center;
	padding: 0;
}

#outer
{
	text-align: left;
	width: 680px;
	margin: auto;
}

#bodyblock
{
	position: relative;
	background: #fff;
	width: 680px;
	padding: 0;
}

#l-col
{
	float: left;
	background: #fff;
	width: 240px;
	text-align: left;

}

#content
{
	width: 440px;
	text-align: left;
}

#hdr
{
	height: 60px;
	background: #fff;
	color: #000;
}

#bar
{
	height: 25px;
	color: #777;
	border: solid #000;
	border-width: 1px 0 1px 0;
	background-color: #C0C0C0;
}

#ftr
{
	height: 25px;
	color: #777;
	margin: 0;
}
