body {
	text-align: center; 
	margin: 0;
}

#title {
left: 50%;
top: 50%;
text-align:center;
width: 100%;  
}
.puffer {
	height: 80px;
}
.content {
	text-align: left;
	width: 900px;
	margin: 0 auto;
}

#content_leftbox {
	float: left;
	color:#E0E0E0;
	height: 380px;
	width: 300px;
	padding: 10px;
	text-align: center;
}
#content_leftbox a:link { color:#7D0B72; }
#content_leftbox a:visited { color:#7D0B72; }

#formdiv {
	background-color: #7D0B72;
	width:100%;
}


#content_rightbox {
	padding: 10px;
	margin-left:320px;
}

input.editfield {
	border: 0px solid #000;
	background-color: #7D0B72;
	border-bottom: 5px solid #E0E0E0;
	font-size: 1.3em;
	font-style: italic;
	color: #E0E0E0;
}

#scheduletitle {
	width:100%;
}
