
html { height: 100% }
body { margin: 0;
	padding: 0;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.25em;
	background-image: url(images/sp_bg_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%
	}
center { height: 100% }
img { border: none; }


/* ------------------------------------------------------ */

#container {
	width:900px; 
	min-height:100%;
	}
* html #container { height: 100%; } /* for IE6 and under */

#main { width: 800; overflow:auto; padding-bottom:100px;}

#footer {
	position: relative;
	margin-top: -60px;
	height: 60px;
	width: 800px; 
	text-align: center;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #502850;
	font-size: 12px;
	clear:both; 
	}
* html #footer { /*only ie gesp_ this style*/
	\height:62px; /* for ie5 */
	he\ight:60px; /* for ie6 */
	}
div.hr {
	margin-top: 6px;
	margin-bottom: 6px;
	height: 1px;
	background-image: url(images/sp_hr.gif);
	}
div.hr hr {
	display: none;
	}
.footerLink:link { color: #846884; text-decoration: none; }
.footerLink:visited { color: #846884; text-decoration: none; }
.footerLink:hover { color: #ff6666; text-decoration: none; }
.footerLink:active { color: #ff6666; text-decoration: none; }



/* ------------------------------------------------------ */

.header1 {
	margin: 80 0 20 0;
	padding: 5 0 5 0;
	border-top: 1px solid #502850;
	border-bottom: 1px solid #502850;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #502850;
	font-size: 14px;
	}
.header {
	margin: 40 0 20 0;
	padding: 5 0 5 0;
	border-top: 1px solid #502850;
	border-bottom: 1px solid #502850;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #502850;
	font-size: 14px;
	}
td {
	Font-Family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	}
p {
	width: 340px; 
	margin: 0;
	padding: 0em 0em 1em 0em;
	Font-Family: Arial, Helvetica, sans-serif;
	color: #444444;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	line-height: 1.25em;
	}
a:link { color: #ffffff; text-decoration: none; }
a:visited { color: #ffffff; text-decoration: none; }
a:hover { color: #f0e6a0; text-decoration: none; }
a:active { color: #f0e6a0; text-decoration: none; }


