﻿body {
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;
	background-color: #fff
}

		
h1, h3 {
	text-align: center;
}

h2 {
	text-align: left;
}

#wrapper {
	width: 800px;
	height: auto;
	margin: auto;
	background-color: #fff;
}

		
#header {
	width: 800px;
	height: 30px;
	border-bottom: 1px solid #000;
	padding: 0 0 0 5px;
}


#nav {
	width: 800px;
}
			

#content1 {
	width: 800px;
	height: auto;
	padding: 10px 0 0 0;
}

#content2 {
	width: 800px;
	height: auto;
}

#medialeft {
	float: left;
	width: 300px;
}

#mediaright {
	float: right;
	width: 480px;
}

#newsl {
	width: 385px;
	height: auto;
	float: left;
}

#newsr {
	width: 380px;
	height: auto;
	float: right;
}

#gallery {
	width: 800px;
	margin: 0px auto;
}


#biol {
	text-align: center;
	width: 230px;
	float: left;
}

#bior {
	width: 570px;
	float: right;
	text-align: left;
}

#left {
	width: 550px;
	float: left;
	text-align: left;
}

#right {
	width: 245px;
	float: right;
	text-align: left;
}


#footer{
	width: 800px;
	height: 25px;
	border-top: 1px solid #000;
	padding: 0 5px 0 0;
	text-align: right;
}


/*
Navigation bar--------------------------------------------
*/		
ul#navlist {
	padding: 0;
	list-style-type: none;
	float: left;
	width: 900px;
	color: #000;
	background-color: #fff;
	height: 30px;
	text-align: center;
	margin: 0 0 0 2px;
}

		
ul#navlist li {
		display: inline;
}


ul#navlist li a {
		float: left;
		width: 5.5em;
		color: #000;
		background-color: #fff;
		text-decoration: none;
		padding: 0 3px;
}	

		
ul#navlist li a:hover {
			color: #fff;
			background-color: #999;
}



div.img {
  	margin:2px;
  	height:auto;
  	width:auto;
  	float:left;
  	text-align:center;
  }
		
div.img img {
 	 display:inline;
 	 margin:3px;
 	 border:1px solid #fff;
  }

div.img a:hover img {
 	 border:1px solid #999;
  }

div.desc {
  	text-align:center;
  	font-weight:normal;
  	width:175px;
  	margin:2px;
  }

p.center {
	text-align: center;
}

p.left {
	text-align:left;
}

.clear {
	clear: both;
}

.caption {
	font-style: italic;
	font-size: 9px;
	font-align: center;
}

.bold {
	font-weight: strong;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}






		
