html, body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
}
#footer hr, #footer h2 {
	display: none;
}
body {
	background-color: #FFFFFF;
	color: #000000;
	background-image: url(/images/header_stretch.gif);
	background-repeat: repeat-x;
	background-position: 0 55px;
}
a {
	text-decoration: none;
	color: #000099;
}
a:hover {
	cursor: hand;
	color: blue;
	text-decoration: underline;
}

h1 {
	margin: 0;
	padding: 0;
	height: 245px; /*55 + 190*/
	background-image: url(/images/505rct_08.jpg);
	background-repeat: no-repeat;
	background-position: 0 55px;
	margin-bottom: 10px;
}
h1 a {
	display: block;
	width: 317px;
	height: 55px;
	background-image: url(/images/505rct_01.jpg);
	background-repeat: no-repeat;
}
h1 a span {
	display: none;
}
h2 {
	background-color: #E4E4E4;
	color: #CA0000;
	display: inline;
	padding: 4px 25px 4px 25px;
	font-size: medium;
	text-transform: uppercase;
	margin-left: 10px;
}
#mainmenu {
	background-image: url(/images/dots.jpg);
	background-repeat: no-repeat;
	position: absolute;
	top: 10px;
	left: 322px;
	height: 34px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#mainmenu li {
	background-image: url(/images/dots.jpg);
	background-repeat: no-repeat;
	background-position: right;
	float: left;
	margin: 0;
	padding: 0;
	width: 90px;
	height: 34px;
}
#mainmenu li a {
	background-image: url(/images/anchor.jpg);
	background-repeat: no-repeat;
	background-position: center 19px;
	display: block;
	width: 90px;
	height: 34px;
	padding-top: 6px;
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: x-small;
	text-align: center;
}
#mainmenu li a:hover {
	color: #336699;
}
#footer, #footer a {
	color: #FFFFFF;
	font-size: x-small;
	text-decoration: none;
}
#footer ul {
	background-color: #C80000;
	margin: 0;
	padding: 0;
	margin-bottom: 1px;
	text-transform: uppercase;
	list-style-type: none;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
}
#footer ul li {
	display: inline;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid #FFFFFF;
}
#footer ul li a:hover {
	color: #F9DE08;
}
#footer ul li.first {
	border-left: none;
}
#footer p {
	background-color: #336699;
	margin: 0;
	padding: 0;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer p a {
	text-decoration: underline;
}
#maincontent {
	margin-top: 1em;
	margin-bottom: 1em;
	padding-left: 35px;
	padding-right: 35px;
}
div.text {
	width: 730px;
}
div.image {

}



/*album*/
#imagepreview {
	list-style-type: none;
	padding:0;
	margin:0;
	overflow: auto;
	height: 120px;
	white-space:nowrap;
	text-align: center;
}
#imagepreview li {
	display: inline;
	padding:0;
	margin:0;
	margin-left: 5px;
	margin-right: 5px;
}
#imagepreview li img {
	border: 2px solid #336699;
}
#imagepreview li#currentthumb img {
	border: 2px solid #C80000;
}
p.image {
	text-align: center;
}
p.image img {
	border: 3px solid #C80000;
}
p.back {
	text-align: center;
	font-size: medium;
	font-weight: bold;
}
/*album*/
