/* overrides */
body 
{
	background: #FFFFFF;
	font-family: Century Gothic, Arial, Verdana, Helvetica, sans-serif;
}

table
{
	border: medium double Blue;
	width: 800px;
}

td 
{
	padding: 10px;
}

/* IDs */
#footer_graphic
{
	text-align: center;
}

#footer_graphic
{
	border-bottom: none;
	border-top: none;
}

#footer_graphic td
{
	width: 33%
}

#footer_text 
{
	border-top: none;
	font-size: small;
	font-variant: small-caps;
	text-align: center;
}

#footer_text td
{
	width: 33%
}

#header 
{
	border-bottom: none;
	text-align: center;
}

#main
{
	border-bottom: none;
	border-top: none;
}

#outside_border
{
	border: medium double Blue;
}
