h1 {
font-family:Verdana; 
color: #333333; 
font-size: 1.2em; 
font-style:normal; 
font-weight: normal;
line-height: 2em;
}

h2 {
font-family: verdana; 
color: #333333; 
font-size: 0.8em; 
line-height: 1.2em; 
font-weight: normal;
}


A:link {
	color: #333333; FONT-FAMILY: verdana, times; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:visited {
	color: #333333; FONT-FAMILY: verdana, times; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:active {
	COLOR: #333333; FONT-FAMILY: verdana, times; TEXT-ALIGN: left; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #d30a0a; FONT-FAMILY: verdana, times; TEXT-ALIGN: left; TEXT-DECORATION: none;
}



A.class2:link {
	color: #FF0033; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}

A.class2:visited {
	color: #FF0033; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}

A.class2:active {
	COLOR: #FF0033; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none; 
}

A.class2:hover {
	COLOR: #333333; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}


A.class3:link {
	color: #d30a0a; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}

A.class3:visited {
	color: #d30a0a; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}

A.class3:active {
	COLOR: #d30a0a; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none; 
}

A.class3:hover {
	COLOR: #cccccc; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}

.h1 {
font-family:Verdana; 
color: #333333; 
font-size: 1.2em; 
font-style:normal;  
font-weight: normal;
line-height: 2em;
}

.h2 {
font-family: verdana; 
color: #333333; 
font-size: 0.8em; 
line-height: 1.2em; 
font-weight: normal;
}

.center {
	text-align: center;
}

body {
background-color: #ffffff;
padding: 0px;
margin: 0px;
}

.centered {
RIGHT: 0px; 
LEFT: 0px; 
MARGIN: auto; 
WIDTH: 50%; 
BOTTOM: 0px; 
POSITION: absolute; 
TOP: 0px;  
}

.vertical_navigation {
position: absolute;
top: 200px;
left: 0px;
width: 210px;
height: 260px;
text-align: left;
background-image: url('images/navigation.jpg');
padding: 20px;
}

.links {
position: absolute;
top: 520px;
left: 0px;
width: 210px;
height: 260px;
text-align: left;
background-image: url('images/navigation.jpg');
padding: 20px;
}

.div_title {
position: relative;
top:0px;
left:0px;
width: 100%;
text-align: right;
height: 200px;
background-image: url('images/header.jpg');
}

.gallery {
	position: relative;
	top: 10px;
	height: 220px;
	width: 620px;
	left: -5px;
	margin-bottom: 10px;
}

.div_main { 
position: relative;
top: 0px;
left: 250px;
width: 610px;
min-height: 700px;
background-image: url('images/shadow.jpg');
padding-top: 40px;
padding-left: 20px;
padding-right: 20px;
padding-bottom: 40px;
float: left;
}

.div_main_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 650px;
	height: 30px;
	background-image: url('images/shadow_top.jpg');
}

.div_main_bottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 650px;
	height: 30px;
	background-image: url('images/shadow_bottom.jpg');
	z-index: 2;
}

img {
  border: 0;
}

.copyright {
	position: relative;
	top: 30px;
	left: 0px;
	width: 860px;
	height: 40px;
	padding: 20px;
	background-image: url('images/footer.jpg');
	background-repeat: no-repeat;
	text-align: right;
	float: left;
}

.SubNav {
	position: absolute;
	top: 210px;
	right: 0px;
	margin-left: 5px;
	width: 180px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top right;
	min-height: 400px;
}

.ContentWrapper {
	position: relative;
	top: 10px;
	float: left;
	margin-bottom: 20px;
	min-width: 400px;
}

.ContentImage {
	position: relative;
	float: right;
	background-color: #cccccc;
	border: 2px solid #d30a0a;
	padding: 3px;
	margin: 5px;
	max-width: 200px;
	text-align: center;
}

.ContentImage:hover {
	position: relative;
	float: right;
	background-color: #d30a0a;
	border: 2px solid #d30a0a;
	padding: 3px;
	margin: 5px;
}

.GalleryImage {
	position: relative;
	float: left;
	background-color: #cccccc;
	border: 2px solid #4fa527;
	padding: 3px;
	margin: 5px;
	max-width: 200px;
	text-align: center;
}

.GalleryImage:hover {
	position: relative;
	float: left;
	background-color: #4fa527;
	border: 2px solid #4fa527;
	padding: 3px;
	margin: 5px;
}