/* ------------- General styles*/
h1 {
	padding: 0 1em 0.5em 10px;
	margin: 0 0;
	color: #333333;
	font-size: 1.5em;
	text-decoration: none;
	text-align: center;
	}

h2 {
	padding: 0 1em 0.4em 10px;
	margin: 0 0;
	color: #333333;
	font-size: 1.3em;
	}

h3 {
	padding: 0 1em 0.3em 10px;
	margin: 0 0;
	color: #333333;
	font-size: 1em;
	}
	
p {
	padding: 0 1em 0.7em 10px;
	margin: 0 0;
	color: #333333;
	font-size: 0.8em;
}

.title {
	text-align: center;
}
	
/* ------------- main column styles */

#content h1 {
	color: #333;
}

#content h2 {
	color: #b1e64e;
}

.redtext {
	color:#FF0000;
}

/* ------------- crafts styles */
#crafttext {
	text-align:center;
}

#crafttextitalics {
	font-style:italic;
} 

/* ------------- list styles */

.list {
	list-style-image: url(/images/bullet.gif);
	color: #333333;
	font-size: 0.8em;
}

/* ------------- address styles */
.address {
	font-weight: bold;
	padding-bottom: 0.5em;
}
