body {
	background-color: White;
	color: black;

     background-image: 
     background-position: right 5px;
	background-repeat: no-repeat;
	font-family: orator std, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
     }
#container {
	width: 1050px;



     background-image:;
     background-repeat:;
     background-position:;
     }

#navigation{
     margin: 0;
     padding: 0;
     list-style-type: none;
     }
#navigation li {
     margin-bottom: 40px;
     margin-left: 20px;
     }


#navigation a {
     background: white;
     color: #black;
     display: block;
     width: 100px;
     border-left: 5px solid red;
     padding-left: 20px;
     padding-right: 10px;
     text-decoration: none;
     }
#navigation a:visited{
     color: black;
     }

#navigation a:hover {
     background:#009999;
     color: white;
     text-decoration: none;
     border-left: 5px #ff6600;
     }



#rightimage {
     float: right;
     width: 500px;
     font-size: 15px;
     }
#leftmenu {
     position: ;
     float: left;
     width: 150px;
     margin: o auto;
     }
#header {
     width: 750;
     margin-bottom: 50px;
     margin-top: 0px;
     padding-left: 20px;
        }

#centercontent {
	border-left: 1px solid black;
	width: 450px;
	text-align: left;
	float: left;
	margin-left: 50px;
	padding-right: 25px;
	font-size: 16px;
     }
     




     
#gallery {
	float: left;
}
#biocontent {
	border-left: 1px solid black;
	width: 300px;
	text-align: left;
	float: left;
	margin-left: 50px;
	padding-right: 25px;
	font-size: 16px;
	padding-left: 10px;
	font-family: "orator std", Helvetica, sans-serif;
}
#purposecontent {
	border-left: 1px solid black;
	width: 300px;
	text-align: left;
	float: left;
	margin-left: 50px;
	padding-right: 25px;
	font-size: 16px;
	padding-left: 10px;
	font-family: "orator std", Helvetica, sans-serif;
}
#contact {
	width: 750px;
	float: right;
	text-align: left;
}
