/*
	Fabrizio by PVII
	(c) 2004 Project Seven Development (www.projectseven.com)
	All Rights Reserved
	
	CSS developed by Al Sparber - PVII
*/

body {
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote, #footer, #tagline {
	font-size: 80%;
}
#tagline {
	border-top: 1px solid #000000;
	padding-top: 12pt;
}
img {
	border: 0;
}
#maincontent {
	text-align: justify;
	font-size: 14px;
	width: 500px;
}
h2 { 
	margin-top: 24pt;
}
.picture {
	float: left;
}
.promored {
	color: #CC0000;
	display: block;
	padding: 5px;
	width: 445px;
	border: 1px dashed #CC0000;
	clear: both;
}
.promoblu {
	color: #003399;
	display: block;
	padding: 5px;
	width: 445px;
	border: 1px dashed #003399;
	clear: both;
}
.promogreen {
	color: #009900;
	display: block;
	padding: 5px;
	width: 445px;
	border: 1px dashed #009900;
	clear: both;
}
#sidebar {display: none;}