@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #D53FAA url(images/bg-full-2.jpg) no-repeat center top;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 81.25%;
	line-height: 1.4;
	color: black;
}

p { margin: 0 1em 1.4em; }

img {
	border: none;
	vertical-align: bottom;
}

a {
	text-decoration: none;
	color: #7B115C;
}

div#wrap {
	margin: 0 auto;
	width: 987px;
	min-height: 200px;
}

div#picture {
	float: left;
	width: 412px;
	margin-right: 4px;
	text-align: center;
}

div.horizontal {
	margin: 150px auto 0;
	background: url(images/frame-horz-bot.gif) no-repeat left bottom;
}
div.horizontal div.frametop {
	background: url(images/frame-horz-top.gif) no-repeat left top;
	padding: 22px 24px;
}

div.vertical {
	margin: 65px auto 0;
	background: url(images/frame-vert-bot.gif) no-repeat right top;
}
div.vertical div.frametop {
	background: url(images/frame-vert-top.gif) no-repeat left top;
	padding: 24px 22px;
}

div#plaque {
	margin: 0 auto;
	position: relative;
	width: 318px;
	height: 120px;
	clear: both;
}
div#inner {
	background-image: url('images/plaque.png');
	background-repeat: no-repeat;
	background-position: left top;
	padding: 16px 50px;
	width: 218px;
	height: 88px;
}
div#plaque h2 {
	color: white;
	text-transform: uppercase;
	font-size: 1.1em;
	line-height: 1.8;
	font-family: Georgia, serif;
	color: #FEED69;
}

div#plaque p {
	font-size: 93%;
	line-height: 1.4;
}
div#plaque p a {
	font-weight: bold;
	text-transform: uppercase;
}
div#goleft {
	position: absolute;
	left: 28px;
	top: 48px;
}
div#goright {
	position: absolute;
	right: 28px;
	top: 48px;
}

div#main {
	position: relative;
	float: left;
	margin-top: 129px;
	width: 540px;
	background: #f5d5f0 url(images/beading.jpg) repeat-y right top;
	padding-right: 6px;
}

img#logo {
	position: absolute;
	left: -13px;
	top: -89px;
}

div#content {
	float: left;
	background: url(images/beading.jpg) repeat-y left top;
	padding-left: 6px;
}

ul#menu {
	float: left;
	background: #f5d5f0 url(images/bg-menu.gif) repeat-x left top;
	list-style-type: none;
}

ul#menu li {
	float: left;
	width: 178px;
	text-align: center;
}

div#content h1 {
	clear: both;
	margin: 0 0.72em 1em;
	font-size: 1.38em;
	padding: 0.1em 0;
	font-variant: small-caps;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1;
}

div#content h2 {
	clear: both;
	margin: 0 1em;
	font-size: 1em;
	font-variant: small-caps;
	font-family: Verdana, Geneva, sans-serif;
	background: url(images/h-grad.jpg) repeat-y left top;
}

div#content table { margin: 0 1em; }

div#content table h2 { margin: 0; }
div#content table p { margin: 0 0 1.4em; }
div#content table ul {
	list-style-type: none;
	margin: 0 0 1.4em;
}

div#content tr { vertical-align: top; }

div#content hr {
	background-color: black;
	color: black;
	height: 1px;
	border: none;
	margin: 1.4em 1em;
}
div#footer {
	position: absolute;
	left: 0px;
	background: url(images/frame-bott-2.gif) no-repeat left bottom;
	width: 546px;
	font-size: 77%;
}
div#footer p {
	text-align: center;
	color: #7B115C;
	padding-top: 0.7em;
	margin-bottom: 0.7em;
}
div#footer a { color: #7B115C; }
div#footer a:hover { text-decoration: underline; }

div.copy {
	overflow: scroll;
	overflow-y: scroll;
	overflow-x: hidden;	
	height: 350px;
	width: 100%;
}
div.copy ul {
	margin: 0 1em 1.4em;
	list-style-type: none;
}
div.gallery {
	margin-left: 1em;
}
div.gallery img {
	border: 2px solid #E6C18C;
	margin: 2px;
	display: block;
	float: left;
}
div.floatclear { clear: both; }
form { margin: 0 1em 1.43em; 
}
form p { margin: 0 0 0.35em; 
}
input, textarea {
	border: 1px solid #7B115C;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
}
input.button {
	cursor: pointer;
	background-color: black;
	color: #FEEAC0;
}

table.mceEditor {
	margin-left: 0 !important;
}

address { font-style: normal; 
}
address p {
	margin-bottom: 0.7em;
}
