/* This CSS file defines the styles used        */
/* for the EternallyChocolate.com website       */
/* Author: Adam McCracken                       */
/* Last Updated: 05-18-2005                     */

/* html {							*/
/* border-top: 50px solid #000;		*/
/* border-bottom: 50px solid #000;	*/
/* }								*/

/* url(../images/brown002.jpg) */

body {
	background: #663300;
	margin:0px 0px; padding:0px;
	text-align:center;
	color: black;}

p{	font-weight: bold;
	color: black;}

a,a:link,a:visited {
	text-decoration: none;
	color: white;}

a:active,a:hover{
	text-decoration: underline;
	color: white;}

a.faq,a.faq:link,a.faq:visited{
	text-decoration: none;
	color: blue;}

a.faq:active,a.faq:hover{
	text-decoration: underline;
	color: blue;}

span.question{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;}

span.answer{
	font-family: Arial;
	font-size: 11pt;}

div.content{
	width:812px;
	margin-left: -406px;

	height: 508px;
	margin-top: 25px;

	position: absolute;
	left: 50%;

	text-align:  center;
	padding:10px;
	background-color:white;
	font-family: Arial, sans-serif;
	font-size:16pt;
	color: black;
	border-style: solid;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;}
tr, td { text-align:  center }