@charset "utf-8";
/* CSS Document */

#sidetext{
	color: #006;
	background-color: #efefef;
	width: 140px;
	float:right;
	padding: 10px;
	vertical-align:top;
	margin: 10px;
	}
#sidetext p{
	font-size:12px;}
#sidetext h4{
	font-size: 8px;}
#sidetext h1{
	font-size: 18px;
	}
#maintext{
	width: 420;
	padding: 10px;
	float:left;
	}