/*	startover.css	Style sheet for Web pages
	Copyright Michael Scannell 2005						*/

/*	body	*/

body	{
	margin:			0 0 40px 0;
	font-family:	Verdana, Geneva, sans-serif
}

/*	images	*/

img	{
	border:	0
}

img#slogo	{
	padding:	12px;
	float:		right
}

/*	divisions	*/

div#info	{
	width:			66%;
	margin-top:		64px;
	margin-right:	auto;
	margin-left:	auto
}

form#buttons p	{
	margin-top:	48px;
	text-align:	center
}

/*	elements	*/

h2	{
	color:		red;
	text-align:	center
}

hr	{
	background-color:	red;	
	color:				red;
}

/*	EOF	*/

