h1 {
font-family: Verdana; 
color: #8B0000; 
font-size: 1.2em; 
font-style:normal; 
text-align:left; 
font-weight: normal;
line-height: 2em;
}

.h1 {
font-family: Verdana; 
color: #8B0000; 
font-size: 1.4em; 
font-style:normal; 
text-align:left; 
font-weight: normal;
line-height: 2em;
}

h2 {
font-family: Verdana; 
color: #333333; 
font-size: 0.8em; 
line-height: 1.4em; 
font-weight: normal;
}


A:link {
	color: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:visited {
	color: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:active {
	COLOR: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #DC143C; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: none;
}



A.class2:link {
	color: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: dotted;
}

A.class2:visited {
	color: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: dotted;
}

A.class2:active {
	COLOR: #8B0000; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: dotted;
}

A.class2:hover {
	COLOR: #DC143C; FONT-FAMILY: Verdana; TEXT-ALIGN: left; TEXT-DECORATION: dotted;
}

.dotted {
	border-bottom:dotted 1px #8B0000;
}

body {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.bannerbottom {
	position: relative;
	top: 50px;
	left: 0px;
	right: 0px;
	padding-top: 40px;
	height: 70px;
	width: 900px;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 1;
}

.centered {
	RIGHT: 0px; 
	LEFT: 0px; 
	MARGIN: auto; 
	WIDTH: 50%; 
	BOTTOM: 0px; 
	POSITION: relative; 
	TOP: 0px; 
	z-index: 1;
}

.div_title {
	position: relative;
	top:0px;
	width: 900px;
	height: 250px;
	background-image: url(images/header.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.title_text {
	position: absolute;
	right: 50px;
	bottom: 30px;
}

.h2 {
	font-family: Verdana; 
	color: #333333; 
	font-size: 0.8em; 
	line-height: 1.4em; 
	font-weight: normal;
}

.wrapper {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	background-image: url(images/shadow.jpg);
	background-position: bottom left;
	background-repeat: repeat-y;
}

.navigation {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	float: left;
	border-bottom: 2px dotted #8B0000;
}

.content {
	position: relative;
	top: 0px;
	width: 820px;
	margin-left: 40px;
	padding-right: 40px;
	overflow: hidden;
}

.center {
	text-align: center;
}

.index_gallery {
	position: relative;
	top: 0px;
	right: 0px;
	float: right;
	background-color: #cccccc;
	border: 1px solid #8B0000;
	height: 350px;
	width: 350px;
	overflow: hidden;
	margin: 3px;
}

img {
	border: 0 none;
}

.index_image {
	float: right;
	padding: 3px;
	margin: 10px;
	background-color: #cccccc;
	border: 1px solid #8B0000;
	text-align: center;
}

.index_image:hover {
	float: right;
	padding: 3px;
	margin: 10px;
	background-color: #cccccc;
	border: 1px solid #DC143C;
	text-align: center;
}

.gallery {
	float: right;
	height: 280px;
	width: 300px;
	padding: 3px;
	margin: 10px;
	background-color: #cccccc;
	border: 1px solid #8B0000;
	text-align: center;
}