body {
	background-color:	#FFFFFF;
	color:				#418181;
	font-family:		Trebuchet MS, Georgia, Arial, Times New Roman;
	font-size:			0.7em;
	margin:				0px;
	text-align:			center;
}

.main {
	border-width:		1px 0 1px 0;
	border-style:		solid;
	border-color:		#000000;
	height:				380px;
}

.main .title {
	float:				left;
	padding:			10px;
}

.spacer {
	height:				60px;
}

.spacer#top {
	background:			url(img/tiletop.png) bottom left repeat-x; 
}

.spacer#bot {
	background:			url(img/tilebot.png) top left repeat-x;
}