/* THE BASICS */

html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, p, blockquote, a, span { margin: 0; padding: 0; }

body {
	position: relative;
	background: #373737 url(images/bg.gif) left top repeat-x;
	color: #222;
	font: 0.75em/1.6em "Georgia","Times New Roman",serif;
}

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

img { border: none; }

p {
	padding: 0 0 15px;
	text-align: justify;
}

a { color: #003; }

a:hover { color: #900; }

/* CONTAINERS */

#container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

/* HEADER */

#header {
	position: relative;
	width: 100%;
	padding: 30px 0 10px;
	overflow: hidden;
	border-bottom: 1px solid #0f0f0f;
}

#header h1 {
	width: 800px;
	height: 25px;
	margin: 0 auto;
	background: url(images/title.gif) left top no-repeat;
	text-indent: -9999px;
}

#header h2 {
	padding: 5px 0;
	color: #fff;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
}

/* CONTENT */

#top-content {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	padding: 0 0 20px;
	background: url(images/content-top.gif) left bottom no-repeat;
	color: #eee;
	overflow: hidden;
}

#top-content h2 {
	padding: 15px 0 15px 90px;
	background: url(images/wreath.gif) 25px center no-repeat;
	color: #ff5555;
	font-size: 1.25em;
	font-weight: normal;
}

#top-content h2 span {
	color: #96a5a5;
	display: block;
}

#top-content img {
	float: left;
	width: 300px;
	height: 376px;
}

#top-content .quotes {
	float: right;
	width: 480px;
	padding: 15px 0 0;
}

#top-content blockquote {
	width: 350px;
	padding: 25px 15px 25px 75px;
	background: url(images/apos-black.gif) 30px 25px no-repeat;
	color: #96a5a5;
	font-size: 1.25em;
}

#top-content .quote { color: #f2e4c2; }

#top-content blockquote p { padding: 0; }

blockquote span.apos {
	position: absolute;
	display: block;
	text-indent: -9999px;
}

strong { font-size: 1.05em; }

#main-content {
	position: relative;
	width: 750px;
	padding: 0 25px;
	margin: 0 auto;
	background: #fff url(images/content-bg.gif) left top repeat-y;
	overflow: hidden;
}

#main-content blockquote {
	float: left;
	width: 305px;
	padding: 10px 25px 25px 45px;
	background: url(images/apos-white.gif) 0 10px no-repeat;
	color: #c30000;
	font-size: 1.15em;
}

#main-content blockquote p { padding: 0; }

#main-content .quote-author {
	padding: 15px 0 0;
	color: #846000;
}

#main-content .quote-author span {
	color: #555;
	display: block;
	font-size: 0.95em;
	text-align: left;
}

.alignleft {
	float: left;
	padding: 5px 25px 15px 0;
}

.alignright {
	float: right;
	padding: 5px 0 15px 25px;
}

div.alignleft { padding: 0 15px 15px 0; }
div.paypal { padding: 0 0 15px 0; }

div.alignleft form {
	width: 150px;
	padding: 10px;
	border: 1px dotted #ddd;
	text-align: center;
}

div.alignright {
	width: 500px;
	padding: 0;
}

.clear {
	clear: both;
	width: 100%;
}

#photos {
	padding: 0 0 15px;
	overflow: hidden;
	text-align: center;
}

#photos img {
	float: left;
	height: 175px;
	padding: 0 1px;
	display: block;
}

/* FOOTER */

#footer {
	width: 800px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0 50px;
	background: url(images/content-bottom.gif) left top no-repeat;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover { color: #f2e4c2; }