html {
}

body {
	margin:0;
	background-color:#343434;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {
	font-size:18px;
	color:#990000;
}

h2 {
	font-size:16px;
	color:#990000;
}
.red { color:#990000;}
li {
	padding-bottom:5px;
}

.container {
	width:800px;
	margin:auto;
}

.banner {
	height:150px;
	background-image:url(images/banner.jpg);
	background-repeat:no-repeat;
	padding-top:22px;
}

.navbar {
	height:25px;
	background-image:url(images/nav-rpt.jpg);
	background-repeat:repeat-x;
	padding:5px 5px 5px 5px;
	color:#FFFFFF;
}

.navbutton {
	height:25px;
	background-image:url(images/btn-right-pff.jpg);
	background-position:right;
	background-repeat:no-repeat;
	background-color:#550c17;
	line-height:25px;
	text-align:center;
	padding:0 6px 0 3px;
}

.navbutton:hover {
	background-image:url(images/btn-right-on.jpg);
	background-color:#7c1222;
	cursor:pointer;
	curson:hand;
}

.navbar a {
	color:#FFFFFF;
}

.content {
	background-color:#FFFFFF;
	border-top:5px solid #d8c7ca;
	line-height:140%;
}

.content-left {
	padding:20px;
	line-height:140%;
}

.content a {
	text-decoration:underline;
}

.content-left a {
	text-decoration:underline;
}

.divider-top {
	height:5px;
	width:15px;
	background-image:url(images/divider-top.jpg);
	background-repeat:no-repeat;
}

.divider-rpt {
	width:15px;
	background-image:url(images/divider-rpt.jpg);
	background-repeat:repeat-y;
}

.divider-rpt-minheight {
	height:400px;
}

.divider-btm {
	height:5px;
	width:15px;
	background-image:url(images/divider-bottom.jpg);
	background-repeat:no-repeat;
}

.footer {
	height:53px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	text-align:center;
	line-height:53px;
	color:#FFFFFF;
}

.footer a {
	color:#FFFFFF;
}

.footer a:hover {
	color:#CCCCCC;
}

.gallerytop {
	background-image:url(images/gallery-top.gif);
	background-repeat:repeat-x;
	height:10px;
}

.gallerybtm {
	background-image:url(images/gallery-btm.gif);
	background-repeat:repeat-x;
	height:10px;
}

a {
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:7c1222;
}

.w690h236 {
	width:690px;
	height:236px;
	background-repeat:no-repeat;
	text-align:center;
	margin:auto;
}