body {
	margin: 0;
}

#top {
	border-bottom: 2px solid #ccc;
	padding: 2px;
	background-color: #000;
}

.welcome {
	background-image: url('bg.png');
	margin: 2px;
	border: 1px solid #000;
	color: #fff;
	font-family: verdana;
	font-size: 8pt;
	padding: 3px;
}

img {
	border: 0;
}

h1 {
	color: #CC0000;
	font-weight: bold;
	font-family: verdana;
	font-size: 10pt;
	margin: 0;
	padding: 2px;
}

.content {
	border-bottom: 1px dotted #ccc;
	padding: 3px;
	font-family: verdana;
	font-size: 9pt;
}

.content_alt {
	border-bottom: 1px dotted #ccc;
	padding: 3px;
	background-color: #efefef;
	font-family: verdana;
	font-size: 9pt;
}

#footer {
	text-align: center;
	background-image: url('footer.png');
	padding: 4px;
	font-family: verdana;
	font-size: 9pt;
	color: #efefef;
	margin-top: 3px;
	border-top: 2px solid #efefef;
}