/* LAYOUT: =layout
----------------------------------------------- */
#wrapper {
	float:left;
	width:100%;
}
#extra {
	float:left;
	clear:none;
	width:280px;
	margin-left: -800px;
}
#content {
	width:280px;
	margin-left:280px;
	border-left: 1px dotted #ccc;
}
#content p {
	font-size: 75%;
	text-align:center;
	line-height:1.4;
	padding: 20px 5px 0 30px;
}
#extra p {
	font-size: 78%;
	text-align:center;
	padding:10px 0 10px 0;
}
#content p.splash1 {
	font: 90% georgia,serif;
	font-style: italic;
	color:#708060;
}