body{   
 margin: 0;
 padding: 0;
 background-color: white;
 color:#000;
 font-size:12px;
 font-family:Verdana, Geneva, sans-serif;
 text-decoration:none;
 
 }


a:link {
	color: black;
	text-decoration: none;

}
a:visited {
	text-decoration: none;
	color: black;
}

 
p {
	text-indent: 20px;
} 
	
li {
	list-style-type:none;	
}

ul{ 
padding-left:15px;
margin:0;
}
	
#container{
	width: 650px;
	height: 600px;
	margin: 20px 0px 0 20px;
}

#navi{
	width: 200px;
	height: 600px; 
	padding-left:10px;
	margin: 0;
}

#infoholder{
	height: 600px;
	width: 570px;
	margin: 0;
	position: absolute;
	left: 200px;
	top: 50px;
	text-align:center;
}

#imageholder{
	text-align:right;
	width: 500px;
	top:0px;
	left:70px;
	position: absolute;
}

#homenavi{
	margin:50px 0px 0px 90px;
	text-align:right;
	width: 500px;
	position: relative;
}

#textholder{
	margin:50px 0px 0px 0px;
	text-align:left;
	width:560px;
	height: 475px;
	position: relative;
	left:-10px;
}

#statement{
	z-index:-4;
	width:495px;
	margin: 10px 0px 0px 75px;
	text-align:left;
	}

#copyrightbox{
	height:25px;
	width:150px;
	text-align:center;
	left: -10px;
	position:relative;
	top: 400px;
}

img{
	border: none;
}
img.main{
	padding: 8px 0px;
}

a.copyright{
	font-size:10px;}

h2{
	font-size:14px;
	font-weight:lighter;
	position:relative;
	left:-20px;
}
h1{
	font-size:12px;
	font-weight:lighter;
}
