/*
dusky purple - 5a525c
cream - fbf6eb
capri blue - 1e355b
salmon - d87359
peach - fec893
*/

body {
	font-family: "Trebuchet MS", Trebuchet, "Lucida Grande", verdana, arial, sans-serif;
	font-size: 12px;
	background: #5a525c url('/images/bottombg.jpg') no-repeat bottom center;
	margin: 0;
	padding: 0;
	}
	
#headwrap {
	background: #5a525c url('/images/topbg.jpg') no-repeat top center;
	margin: 0 auto;
	height: 320px;
	}
	
#footwrap {
	clear: both;
	margin: 0 auto;
	padding-top: 0px;
	}

#contentwrap {
	clear: both;
	background: #fbf6eb url('/images/contentbg.jpg') repeat-x top center;
	border: 1px solid #5a525c;
	border-width: 1px 0;
	margin: 0px auto;
	}
	
#head {
	width: 780px;
	margin: 0 auto;
	padding: 0;
	padding-top: 14px;
	}
	
#head img {
	margin: 0 20px;
	background: #fec893;
	padding: 6px;
	float: right;
	}

ul {
	margin: 12px 0 12px 24px;
	}
	
li {
	font-size: 12px;
	padding-bottom: 4px;
	}

ul ul {
	margin-left: 12px;
	}
	
.fancy li {
	list-style-image: url('/images/sun.png');
	padding: 0;
	padding-bottom: 8px;
	font-size: 16px;
	line-height: 130%;
	}

#head ul {
	margin-left: 6px;
	margin-bottom: 0;
	}
	
#head li {
	list-style-image: url('/images/rings.png');
	padding: 3px 0 !important;
	}

#head li a, .fancy li a {
	color: #1e355b;
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	font-size: 20px;
	text-decoration: none;
	}
	
#head li a {
	margin: 0;
	padding: 5px 0px 2px 12px;
	}

#content {
	margin: 0 auto;
	width: 780px;
	padding: 0;
	}

#foot {
	width: 780px;
	padding: 52px 0 16px 0;
	margin: 0 auto;
	}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", "Lucida Grande", verdana, arial, sans-serif;
	}

h1, h2, h3, h4, p {
	margin-left: 20px;
	margin-right: 20px;
	color: #333;
	}

h1 {
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 0;
	}
	
h2 {
	color: #333;
	font-size: 28px;
	margin-top: 32px;
	margin-bottom: 16px;
	}

#head h2 {
	margin-bottom: 0;
	margin-top: 12px;
	}
	
blockquote h2, blockquote h3 {
	font-family: georgia, "times new roman", serif;
	margin: 0;
	font-weight: normal;
	}
	
h3 {
	font-size: 22px;
	margin-top: 0;
	line-height: 130%;
	}

#head h3 {
	margin-bottom: 0;
	}
	
#content h3 {
	margin-bottom: 12px;
	}
	
h3.blue, blockquote h3 {
	color: #1e355b;
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	font-weight: normal;
	}

h4 {
	font-size: 18px;
	line-height: 130%;
	}

p {
	font-family: "Lucida Grande", verdana, arial, sans-serif;
	font-size: 13px;
	line-height: 130%;
	margin-top: 0;
	margin-bottom: 16px;
	}

#head p {
	margin-bottom: 0;
	}
	
blockquote, .highlight {
	margin: 20px 0;
	padding: 36px 20px 8px 20px;
	background: url(/images/blockbg.png);
	}

blockquote.none {
	margin: 0;
	}
	
blockquote p {
	font-family: georgia, "times new roman", serif;
	font-size: 14px;
	line-height: 140%;
	margin: 0;
	margin-bottom: 18px;	
	}

.highlight p {
	margin: 0;
	margin-bottom: 16px;
	}

.highlight h2, .highlight h3, .highlight h4 {
	margin-left: 0;
	margin-right: 0;
	}
	
#copy {
	margin: 0;
	padding: 0;
	font-size: 10px;
	color: #fbf6eb;
	}

#byline {
	line-height: 100%;
	}
	
b {
	padding: 0 1px;
	text-transform: uppercase;
	color: #d87359;
	background: #fbf6eb;
	}

#copy b {
	background: none;
	}
	
a {
	font-weight: bold;
	text-decoration: underline;
	}
	
a:link {
	color: #1e355b;
	}

a:visited {
	color: #5a525c;
	}
	
a:hover, a:active, #copy a:hover, #copy a:active {
	color: #d87359;
	}

#head a:hover, #head a:active, .fancy a:hover, .fancy a:active {
	color: #c22921;
	}

#copy a:link, #copy a:visited {
	color: #fec893;
	}
	
#copy a:visited {
	text-decoration: none;
	}

#head h2 a, ul#fancy li a {
	text-decoration: none !important;
	}
	
.alignright, .alignrighttext {
	float: right;
	text-align: left;
	margin-left: 24px;
	}

.alignrighttext {
	width: 240px;
	}
	
.centered {
	text-align: center;
	margin: 10px auto;
	}
	
.gallery {
	margin: 10px auto !important;
	text-align: center;
	}
	
.gallery img {
	/* float: left; */
	margin: 0 10px 10px 0;
	}
	
#content img {
	background: #fec893;
	padding: 6px;
	margin-bottom: 8px;
	}
	
#head .alignright {
	margin-left: 16px !important;
	}
	
small {
	font-size: 11px;
	color: #5a525c;
	}

table {
	margin: 20px;
	margin-top: 0;
	}
	
td {
	padding: 8px 12px;
	text-align: center;
	}

table#photos td {
	padding: 6px;
	}
	
table#photos img {
	background: #fec893;
	padding: 3px;
	border: 0;
	}
	
td p {
	margin: 0;
	font-size: 12px;
	line-height: 110%;
	font-family: georgia, "times new roman", serif;
	font-style: italic;
	}
	
br.clear {
	clear: both;
	}
