body {
	background: url(/images/bodybg.gif) repeat-x;
	text-align: center;	
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0px;
}

a {
	text-decoration: underline;
	color: #000000;
}

#container {
	background: url(images/contbg.gif) repeat-y;
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

#header {
	background: url(images/header.jpg) no-repeat;
	width: 780px;
	height: 200px;
	margin: 0 auto;
}

#header h1, #header h3 {
	margin-left: 12px !important;
	margin-left: 6px;
	margin-top: 137px;
	float: left;
}

#header h1 a, #header h3 {
	text-decoration: none;
	text-indent: -9999px;
	font-size: 14px;
	display: block;
	width: 265px;
	height: 20px;
}

#navigation {
	background: #000000 url(/images/nav.gif) no-repeat;
	border-top: 1px solid #000000;
	width: 768px;
	height: 25px;
	margin: 0 auto;
	text-align: left;
	margin-left: 6px;
}

#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation li a {
	text-decoration: none;
	text-align: center;
	padding: 0px 8px;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}

#navigation li a:hover, #navigation li a:active, #navigation li a.curpage {
	background: #FFFFFF;
	color: #000000;
}

#navigation li a.curpage {
	background: url(/images/navover.gif) repeat-x;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	padding-bottom: 1px;
}

ul.submenu {
	border: 1px solid #000000;
	background: #FFFFFF;
	width: 150px;
	display: none;
	position: absolute;
	top: 24px;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

ul.submenu li {
	text-align: left;
}

#navigation li ul li a {
	background-color: #FFFFFF;
	display: block;
	width: 134px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

#navigation ul li ul li a:hover, div#navigation li ul li a:active {
	background: #000000;
	color: #FFFFFF;
}

#navigation ul li:hover ul, #navigation ul li.over ul { display: block; }

#body {
	background: url(images/footer.gif) no-repeat bottom;
	width: 754px;
	min-height: 345px;
	min-height: 330px !important;
	margin: 0 auto;
	text-align: left;
	padding: 4px 7px;
	padding-bottom: 65px;
}

#body p:first-child {
	margin-top: 0px;
	padding-top: 0px;
}

.pagetitle {
	background: url(images/pagetitle_repeat.gif) repeat-x;
	height: 38px;
	font-weight: bold;
	color: #203C55;
}

.pagetitle_flower {
	background: url(images/pagetitle_flower.gif) no-repeat;
	width: 63px;
	height: 38px;
}

.pagetitle_text {
	padding-bottom: 10px;
}


.pagetitle_curl {
	background: url(images/pagetitle_curl.gif) no-repeat;
	width: 59px;
	height: 38px;
}

.normtext {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}

td.thumb {
	width: 225px;
	height: 200px;
	text-align: center;
	padding: 10px 5px;
}

img.thumb, img.preview {
	border: 3px solid #000000;
}

p.thumb {
	padding: 0px;
	margin-bottom: 0px;
}

.filler { height: 50px; }
.filler2 { height: 100px; }

.big { font-size: 1.2em; }

.huge {
	font-size: 1.4em;
	font-weight: bold;
}