/* css test page - this centers the page in IE 8 
-- cool -- the body and container styles are
the ones that do the trick */


body {margin: 0 auto;
background-color: #fff;
text-align: center;
font-family: helvetica, arial, sans-serif;}


#container
{width: 800px;
text-align: left;
margin: 0 auto;
background-color: #fff;}

div#top {
	text-align: center;
	background-color:#fff2dc;
	margin: 8px 0px;
	padding: 4px;
	border: 4px double #000000;
	font-size: .85em;
}



#content
{width: 800px}

div#page {
	text-align: left;
	background-color:#fff2dc;
	margin: 8px 0px;
	padding: 4px;
	border: 4px double #000000;
	font-size: .9em;
}


#footer {
background-color: #fff2dc;
clear: both;
margin: 10px 0px;
padding: 5px;
border: 4px double #000000;
font-size: .85em;
}

#footer p {
color: #333;}




/* links from regualar demo styles */

a:link {color: #8a2529;
	text-decoration: none }
a:visited {color: #8a2529;
	text-decoration: none }
a:hover {color: #000000;
	text-decoration: underline }
a:active {color:#000000; }

/* borders on the div */


/* text styles */

p 	{
	font-size: 10pt;
	font-weight:normal;
	line-height: 12pt;
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	margin-left: 7px;
	margin-right: 10px;
	letter-spacing: 1px;
}

.bold {font-size: 11pt;
	font-weight:bold;
	color: #000000;
	font-family: helvetica, arial, sans-serif;
	margin-left: 7px;
	margin-right: 7px}
	
code	{
	font-size: 11pt;
	font-weight:normal;
	line-height: 14pt;
	letter-spacing: 2px;
	color: red;
	font-family: helvetica, arial, sans-serif;
	
	