@charset "utf-8";
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;
}
table th, table td {
	vertical-align: top;
	text-align: left;
}
table th {
	font-weight: bold;
}
/*
.clearfix {
	overflow: hidden;
}
*/

body {
	color: #2f2f2f;
	background: #330000 url(bg.jpg) no-repeat center top;
	font-family: Cambria, "Times New Roman", Times, serif;
	line-height: 1.4em;
	font-size: 11pt;
}

h1 {
	font-weight: bold;
	font-size: 18pt;
	margin-bottom: 0.5em;
}

h2 {
	font-weight: bold;
	font-size: 16pt;
	margin-bottom: 0.3em;
}

h3 {
	font-weight: bold;
	font-size: 14pt;
	margin-bottom: 0.2em;
	font-style: normal;
}

h4 {
	font-weight: bold;
	font-size: 12pt;
	margin-bottom: 0.2em;
}

p, ul, table {
	margin-bottom: 1.2em;
	font-style: normal;
}

strong {
	font-weight: bold;
}

#container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 680px;
	background: url(parchment.jpg) repeat-y;
	border-top: 5px solid #330000;
	min-height: 750px;
}

#header {
	height: 250px;
	text-align: center;
}

#main {	
}

#nav {
	margin: 0 auto;
	padding: 0;
	border-top: 1px solid #660000;
	background-image: url(ornament.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding: 10px 0 10px 0;
	width: 600px;
	text-align: center;
}

#nav li {
	font-size: 12pt;
	font-weight: bold;
	display: inline;
	margin: 0 8px;
}

#nav a:link,
#nav a:hover,
#nav a:visited,
#nav a:active {
	color: #660000;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#content {
	margin: 35px auto 0 auto;
	width: 600px;
	text-align: center;
}

#footer {
	margin: 0 auto;
	width: 680px;
	height: 90px;
	background: url(footer.jpg) no-repeat center top;
	text-align: center;
	font-size: 10pt;
	padding: 10px 0 0 0;
}

#footer ul {
	margin: 0;
}

#footer ul li {
	display: inline;
	margin: 0 15px;
}

#footer a:link,
#footer a:visited,
#footer a:hover,
#footer a:active {
	color: #996633;
	text-decoration: none;
}

textarea.textbox, input.textfield {
	font: 13px Arial, Helvetica, sans-serif;
	color: #404040;
	background-color: #dfdfdf;
	padding: 2px;
	border: 1px solid #6f6f6f;
}

.captchaimage {
	vertical-align: middle;
}

.smalltext {
	font-size: 10pt;
}

.error{
	color:#EA1C06;
}

.gallerypic {
	width: 120px;
	overflow: hidden;
	margin: 0 5px 30px 5px;
}
