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

		
h1, h2, h3 {
	text-align: left;
}




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

		
#header {
	width: 800px;
	height: auto;
	border-bottom: 1px solid #000;
	padding: 0 0 0 5px;
	text-align: center;
}


#nav {
	width: 800px;
}

#img {
	text-align: center;
}			

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

#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: center;
}


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


#cdl{
	width: 395px;
	height: 215px;
	margin: 10px 5px 5px 0;
	text-align: left;
	float: left;
	font-size: 10px;
}

#cdr{
	width: 395px;
	height: 215px;
	margin: 10px 5px 5px 0;
	text-align: left;
	float: right;
	font-size: 10px;
}

#imgholder{
	width: 150px;
	height: 215px;
	float: left;
	margin: 0 5px 0 0;
}


.title {
	font-size: 12pt;
	font-weight: bold;
}

.subtitle {
	font-size: 10pt;
	font-weight: bold;
}


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;
  }



.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;
}

.center {
	text-align: center;
}



/*
Links--------------------------------------------
*/	


		a:link {
			color: #600;
			text-decoration: none;
		}

		a:visited {
			color: #600;
			text-decoration: none;

		a:active {
			color: #600;
			text-decoration: none;

		a:hover {
			color: #000;
			text-decoration: none;
		










