body {
	text-align:center;
	background-image: url(images/background.jpg);
	margin:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3C1E00;
		}
	td {color: #3C1E00;}	
	
	#frame {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	
	
		}
		
	#contentleft {
		width:333px;
		padding:0px;
		float:left;
		
		}
	
	#contentcenter {
		width:333px;
		padding:0px;
		float:left;
		
		}
	
	#contentright {
		width:333px;
		padding:0px;
		float:left;
		
		}
	
	#contentheader1 {
		}
		
	#contentheader1 h1 {
	 padding:5px 10px 0px 10px;
	font-family: "Comic Sans MS";
	color: #FFEBAB;
	
	margin:0 ;
	font-size: 30px	
		}	
	
	#contentheader2 {padding:0px 0px 0px 0px;
		}
		
	 #contentheader2 ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style: none;
	text-align: left;
	color:#FFEBAB
	}
#contentheader2 li {
	display: inline;
	padding: 0px 5px 0px 20px;
	
	}
	
#contentheader3 {padding:20px 0px 0px 0px;	}

	#contentleft p { font-size:13px;
		padding-top:10px;}	
	#contentcenter p { font-size:13px;
		padding-top:10px;}	
	#contentright p { font-size:13px;
		padding-top:10px;}	
	
	
		
	
	#footer ul {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 10px 5px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	list-style: none;
	text-align: center;
	color:#FFEBAB
	}
#footer li {
	display: inline;
	padding: 0px 5px 0px 25px;
		}
#footer p {
	font-size: 10px;
	font-weight: normal;
		}	
	
	A:link {
	color: #FFEBAB; text-decoration: none;
	}
	A:visited {
	color: #FFEBAB; text-decoration: none;
	}
	A:HOVER {
	color: #802D47;
	text-decoration: underline;
	}		
		
	A.category:link {
	color: #802D47; text-decoration: none;
	}
	A.category:visited {
	color: #802D47; text-decoration: none;
	}
	A.category:HOVER {
	color: #FFEBAB;
	text-decoration: underline;
	}	
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:13px;
		padding-top:10px;
		}
		
	.maroon {
		font-size:12px;
		color: maroon;
		padding:4px;
		}
.alternate {
		font-size:12px;
		padding:4px;
				}
	.headermauve {color: #802D47;
	font-size:18px;}
	.mauve {color: #802D47}
	.title {
	color: #802D47;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.align-right { float:right; margin: 0 0 15px 15px; }
.align-left { float:left; margin: 0px 5px 0px 0px; }