#wrapper {
	background-color: #000000;
	height: 599px;
	width: 692px;
	left: 250px;
	top: 3px;
	border-style: double;
	border-width: 1px;
	border-color: #ffffff;
	position: absolute;
}

#wrapper1 {
	background-color: #000000;
	height: 1124px;
	width: 692px;
	left: 250px;
	top: 3px;
	border-style: double;
	border-width: 1px;
	border-color: #ffffff;
	position: absolute;
}

#banner {
	background-color: yellow;
	height: 150px;
	width: 692px;
	position: absolute;
}

#links {
        font-family: cursive;
        letter-spacing: 0.1cm;
	background-color: green;
	height: 25px;
	width: 692px;
	top: 150px;
	position: absolute;
	z-index: 1;
	valign: center;
        text-transform: uppercase
}

#main {
	background-image: url('assets/imageViewerBG.png');
	background-color: white;
	height: 400px;
	width: 692px;
	position: absolute; 
	top: 175px;
	text-align: left;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	text-color: #074001;
	
	}

#main2 {
	background-color: white;
	height: 400px;
	width: 692px;
	position: absolute; 
	top: 175px;
	text-align: left;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	text-color: #074001;
	
	}

#main1 {
	
	background-color: white;
	height: 930px;
	width: 692px;
	position: absolute; 
	top: 175px;
	text-align: left;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	text-color: #074001;
	
	
	
	}

#footer {
	
	background-color: red;
	height: 20px;
	width: 692px;
	position: absolute;
	top: 575px;
	text-align: center;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	padding-top: 0.1cm;
	text-color: #ffffff;
	}

#footer1 {
	
	background-color: red;
	height: 20px;
	width: 692px;
	position: absolute;
	top: 1100px;
	text-align: center;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	padding-top: 0.1cm;
	text-color: #ffffff;
	}

#footer2 {
	
	background-color: red;
	height: 20px;
	width: 692px;
	position: absolute;
	top: 400px;
        left: 0px;
	text-align: center;
	font-family: Tahoma, Helvetica;
	font-size: 12px;
	padding-top: 0.1cm;
	text-color: #ffffff;
	}

body.style {background-color: black}

a.nav {text-color: #ffffff; font-size: 12px; font-weight: bold; text-decoration: none; font-family: cursive}


	
	a:link {color: #ffffff}   				/* unvisited link */
	a:visited {color: #ffffff}  			  	/* visited link */
	a:hover {color: #ff0000; text-decoration: underline}  	/* mouse over link */
	a:active {color: #7f0000}   				/* selected link */

	a.thumb:link {color: #ffffff; border-color: #ffffff } 
	a.thumb:visited {color: #ffffff; border-color: #ffffff }
	a.thumb:hover {color: #ffffff; border-color: #ffffff }			
	a.thumb:active {color: #ffffff; border-color: #ffffff }

        a.contact:link {color: #074001} 
        a.contact:visited {color: #074001}
	a.contact:hover {color: #ff0000; border-color: #ffffff }	
        a.contact:active {color: #17af0a} 

        a.link:link { color: #ff0000; font-size: 14px } 
        a.link:visited { color: #ff0000; font-size: 14px }
	a.link:hover { color: #074001; font-weight: bold; font-size: 14px }	
        a.link:active { color: #e70000; font-weight: bold; font-size: 14px } 

h2.main {text-align: center; font-family: Tahoma, Helvetica;}
h3.minihead {text-align: center; text-decoration: underline}
p.intro {font-size: 13px; text-align: center; margin: 0px 20px 0px 20px}
ul.space {line-height: 140%}
ul.contact {text-align: center}
li.highlight {font-size: 12px; font-weight:bold }
ol.sub {font-size: 11px}
p.sub {font-size: 11px; margin: 0px 20px 0px 20px}

.floatright { 	float: right; 
		margin: 0px 20px 0px 0px;
}
.floatleft { 	float: left; 
		margin: 0px 0px 0px 20px;
}

.floatright2 { 	float: right; 
		margin: 0px 40px 0px 0px;
}
.floatleft2 { 	float: left; 
		margin: 0px 0px 0px 40px;
}