/* general styles - apply to all divs */
* {margin:0; padding:0; border:0; font-family:Georgia, "Times New Roman", Times, serif;  font-size:1em;  font-weight:normal;  color:#555555; }
body {	background-image:url(../a_images/brownie_background.gif);}

img {padding:5px 5px 5px 5px;}
#answers .question {font-size:1em; }

a:link{font-size:0.9em; font-family:Arial, Helvetica, sans-serif; color:#822519; text-decoration:none;}
a:visited{font-size:0.9em; font-family:Arial, Helvetica, sans-serif; color:#822519;text-decoration:none;}
a:hover{font-size:0.9em; font-family:Arial, Helvetica, sans-serif; color:#822519;text-decoration:underline;}



/* contains all other divs */
#overall {width:720px; background-color:#FFFFFF; margin:10px 0 0 0; padding:10px 0 0 0;  margin-left:auto; margin-right:auto; }

/* contains nothing. hide in this design, and use nav div as the header */
#header {
  background-color: #5C1001;
	height:80px;
	width:700px; margin-left:auto; margin-right:auto;
	display: none;
}

/* contains main (body content), nav, thoughts, links,  quotes */
#holder { 
width:700px; margin-left:auto; margin-right:auto;}

/* contains nothing */
#tail {
	clear:both;
	margin-top: 10px;
	margin-bottom:10px;
	padding-bottom:10px;
	height: 50px;
	width:700px; margin-left:auto; margin-right:auto;
}


#main {
	width: 500px;
	float: left;
	margin-bottom:5px;
	padding-bottom:20px;
	background-color:#FFFFFF;	
	background-image:url(../a_images/brownie_lcol.gif);
	background-repeat:no-repeat;	
}
#main h1 {font-size: 1.2em; color:#822519; margin:0 0 0 0; padding:20px 0 20px 30px; font-family:Georgia, "Times New Roman", Times, serif;}
#main h2 {font-size: 1em; color:#1E7D27;margin:0 0 0 0; padding:8px 0 5px 30px}
#main h3 {font-size: 1em; color:#1E7D27;margin:0 0 0 0; padding:8px 0 5px 30px}
#main h4 {font-size: 1em; color:#1E7D27;margin:0 0 0 0; padding:8px 0 5px 30px}
#main h5 {font-size: 1em; color:#1E7D27; margin:0 0 0 0; padding:8px 0 5px 30px; }
#main h6 {font-size: 1em; color:#1E7D27;margin:0 0 0 0; padding:8px 0 5px 30px}
#main p { font-size: 0.8em; margin:0 0 0 0; padding:5px 10px 5px 30px; line-height:1.4em;}
#main li {font-size: 0.7em; line-height:1.4em; }
#main ul { margin-left:50px; }



#nav { background-color: #5C1001; width: 700px; text-align: right;	margin-bottom:10px; height: 80px; background-image:url(../a_images/brownie_masthead.gif)}
#nav #navheader { display: none; }
#nav ul { padding: 60px 10px 10px 0; }
#nav li { 	list-style-type: none; display: inline; font-size:0.7em; font-family:Arial, Helvetica, sans-serif; padding: 0 10px 0 10px; font-weight:bold; border-right: 1px solid #fff;}

#nav a:link{font-size:1em; font-family:Arial, Helvetica, sans-serif; color:#fff; text-decoration:none;font-weight:normal;}
#nav a:visited{font-size:1em; font-family:Arial, Helvetica, sans-serif; color:#fff; text-decoration:none;font-weight:normal;}
#nav a:hover{font-size:1em; font-family:Arial, Helvetica, sans-serif; color:#fff; text-decoration:underline;font-weight:normal;}


#links { 	border:1px solid #cccccc;	width:168px;	float: left;	padding: 10px 10px 10px 10px;	margin-left: 10px;	margin-bottom:10px;	background-image:url(../a_images/brownie_rcol.gif);	background-repeat:repeat-x;}
#links {text-align:right;}
#linksheader { margin-bottom:10px; }
#linksheader p{font-weight:bold; color:#822519; font-size:0.9em; text-align:right; font-family:Georgia, "Times New Roman", Times, serif; font-style:normal; padding:5px 0 5px 0;}
#links a { font-size:0.8em; font-family:Georgia, "Times New Roman", Times, serif; font-style:normal;}
#links .why {padding: 8px 0 8px 8px; text-align: right; font-size:0.8em;}


#quotes { border:1px solid #cccccc;	width:168px;	float: left;	padding: 10px 10px 10px 10px;	margin-left: 10px;	margin-bottom:10px; background-image:url(../a_images/brownie_rcol.gif);	background-repeat:repeat-x; text-align:right;	 }
#quoteheader { margin-bottom:10px;}
#quoteheader p{font-weight:bold; color:#822519; font-size:0.9em; text-align:right; font-family:Georgia, "Times New Roman", Times, serif; font-style:normal; padding:5px 0 5px 0;}
#quotes .quote { padding:0; font-size:0.7em; line-height:1.3em;  font-style:italic; }
#quotes .author {text-align: right; padding:10px 0 10px 10px; font-size:0.7em; }
#quotes p {font-family:Georgia, "Times New Roman", Times, serif;   }


#thoughts { width:170px;	padding: 7px 10px 10px 10px;	float: left;margin-left: 10px;	background-color:#5C1001;	margin-bottom:5px;		color: #fff; height:60px; text-align:right; vertical-align:top; }
#thoughts p {font-size:0.8em; font-family:"Times New Roman", Times, serif; font-style:italic; color: #fff; }
#thoughtheader { margin-bottom:10px; font-size:0.8em; background-color:#DBEFC5;}
#thoughtheader p{font-weight:bold; font-size:0.8em; text-align:right; font-family:Arial, Helvetica, sans-serif; font-style:normal; padding:5px 0 5px 0; display: none;}
#thoughts .thought { font-size:0.8em; text-align: right; }


#tail .footer {font-size: 10px; text-align:right; }