@import url("base.css");

#main {
	position: relative;
	width: 575px;
	height: auto;
	float: right;
	padding-left: 15px;
}

.lefthalf, .righthalf {
	position:relative;
	width: 280px;
	float: left;}

.righthalf {
	margin-top: 80px;
	float: right;
}

.fullhalf {
	position: relative;
}

h2 {
	color: #c00;
	font: normal 30px "Trebuchet MS", Helvetica, sans-serif;
	padding-bottom: 0.3em;
	border-bottom: 2px solid #900;
	margin-right: 150px;
	margin-bottom: 20px;
}

img.corner {
	position: absolute;
	top: 0;
	right: 0;
}

div.corner {
	position: relative;
	float: right;
	width: 150px;
	height: 80px;
}

#main h3 {
	font-size: 15px;
	color: #f60;
	margin-bottom: 0.5em;
}

#main p {
	margin: 0.5em 0;
}