@charset "UTF-8";
/* CSS Document */

/* BROWSER RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* END BROWSER RESET */
html {
	background-color:#600;
	background:url(images/lettering-bg.png) repeat fixed;
}

body {
	background:#fdf9e9;	
	opacity:0.85;
		font-family: 'Marcellus', "Palatino Linotype", "Book Antiqua", Palatino, serif;
		width:800px;
		height:auto;
		margin:auto;
		padding: 0 100px 0 100px;
}

#head {
	padding:80px 0 0 0;	
}

h1 {
	padding: 20px 0 10px 0;
	font-size: 2em;
	color:#600;
}

h2 {
	float: right;
	text-align:right;	
	font-size: 1.2em;
	line-height:1.6em;
}

h2 span {
	color:#600;
}

h3 {
	font-weight: bold;
	color:#600;
}

h3 span {
	font-weight:normal;
	font-style:italic;
	padding:0 0 0 40px;	
}

#image {
	padding:20px 0 10px 0;
}		

#photo {
	float:right;
	margin:-80px -50px 0 5px;
}

#about {
	margin:0 40px;	
}

#mission {
	font-weight: bold;
	font-size: 1.4em;
	padding:20px 0 20px 0;	
}

ul {
	padding:5px 0 10px 40px;
	line-height:1.4em;	
	list-style:circle inside;
}

ol {
	list-style:square inside;	
}

div#contact p {
	line-height:1.6em;	
	text-indent:1.6em;
	padding:0 0 7px 0;
}

#bolditalic {
	font-weight: bold;
	color:#600;
}

#italics {
	font-style:italic;	
}