h1 {
font-family:Verdana; 
color: #333333; 
font-size: 1em; 
font-style:normal; 
text-align:left; 
font-weight: normal;
line-height: 2.5em;
}



h2 {
font-family: verdana; 
color: #333333; 
font-size: 0.8em; 
line-height: 1.2em; 
font-weight: normal;
}

h3 {
font-family: verdana; 
color: #333333; 
font-size: 0.6em; 
line-height: 1.2em;
text-align: center; 
font-weight: normal;
}


A:link {
	FONT-SIZE: 0.8em; color: #333333; FONT-FAMILY: verdana, times; TEXT-ALIGN: left; TEXT-DECORATION: none; line-height: 2em;
}

A:visited {
	FONT-SIZE: 0.8em; color: #333333; FONT-FAMILY: verdana, times; TEXT-ALIGN: left; TEXT-DECORATION: none; line-height: 2em;
}

A:active {
	FONT-SIZE: 0.8em; COLOR: #333333; FONT-FAMILY: verdana, times; TEXT-ALIGN: left; TEXT-DECORATION: none; line-height: 2em; 
}

A:hover {
	FONT-SIZE: 0.8em; COLOR: Gray; FONT-FAMILY: verdana, times; TEXT-ALIGN: left; TEXT-DECORATION: none; line-height: 2em;
}



A.class2:link {
	FONT-SIZE: 0.6em; color: DarksSlateGray; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}

A.class2:visited {
	FONT-SIZE: 0.6em; color: DarksSlateGray; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}

A.class2:active {
	FONT-SIZE: 0.6em; COLOR: DarksSlateGray; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none; 
}

A.class2:hover {
	FONT-SIZE: 0.6em; COLOR: SteelBlue; FONT-FAMILY: verdana, times; TEXT-ALIGN: center; TEXT-DECORATION: none;
}

body {
background-color: WhiteSmoke;
}

.centered {
RIGHT: 0px; 
LEFT: 0px; 
MARGIN: auto; 
WIDTH: 50%; 
BOTTOM: 0px; 
POSITION: absolute; 
TOP: 0px;  
}

.vertical_navigation {
position: absolute;
top: 170px;
left: 0px;
width: 160px;
padding: 2px;
}

.div_title {
position: absolute;
top:0px;
left:0px;
width: 800px;
text-align: right;
}

.div_main { 
position: absolute;
top: 170px;
left: 160px;
width: 625px;
padding: 5px;
min-height: 200px;
border-left: 2px solid Gray;
}

img {
  border: 0;
}

.justify {
	text-align: justify;
}

.indexpicture {
float: right;
background-color: #cccccc;
max-width: 306px;
margin: 3px;
text-align: center;
}

.galleryouterdiv {
	float:left;
position: relative;
width: 200px;
height: 290px;
background-color: WhiteSmoke;
border-bottom: 1px solid #333333;
}

.gallerydiv {
	float:left;
margin: 3px;
position: relative;
width: 200px;
background-color: WhiteSmoke;
}

.white {
	color: White;
}	

.copyright {
	position:absolute;
	bottom: -40px;
	left: 0px;
	right: 0px;
	height: 30px;
}

.red {
	font-color: red;
}