body {
	margin: 0;
	padding: 0;
	background: #bbbbbb;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

h1 {
	margin: 0;
	font-weight: normal;
	font-size: 195%;
	color: #CC0033;
	text-decoration: underline
}

h2 {
	margin: 0;
	font-weight: normal;
	font-size: 175%;
	color: #CC0033;
}

p {
	font-weight: bold;
	line-height: 20px;
}

ul {
	font-weight: bold;
	line-height: 20px;
	margin-left: 0;
	padding-left: 0;
	list-style: disc inside;
}

#front {
	position: absolute;
	float: left;
	left: 20%;
	top: 20px;
	width: 70%;
	background: #ffffff ;
}

#title {
	position: absolute;
	float: left;
	left: 4%;
	top: 30px;
	width: 15%;
	background: #bbbbbb ;
}

#content {
	position: absolute;
	float: left;
	left: 20%;
	top: 20px;
	width: 70%;
	background: #bbbbbb ;
}
