#pager
{
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background:#FFF;
	border:0px solid #ccc;
	padding:0px;
}
#header
{
	margin-left: auto;
	margin-right: auto;
	width:775px;
	height:137px;
	background:url(images/header.gif);
}
#menu
{
	background:#000;
	height:33px;
	margin:1px 0px 0px 0px;
}
#nav_bar
{
	margin-left: auto;
	margin-right: auto;
	width:775px;
}
#banner
{
	background-image: url(images/bg_body.gif); 
	background-repeat:repeat-y; 
	background-position:center;
	height:210px;
	margin:1px 0px 0px 0px;
}
#sub_banner
{
	margin-left: auto;
	margin-right: auto;
	width:775px;
}

#container
{
	margin-left: auto;
	margin-right: auto;
	width:775px;
	background:url(images/bg_left.gif) repeat-x;
}
#content_left
{
	float:left;
	width:207px;
	text-align:center;
}
#content_right
{
	float:right;
	border:0px solid #ccc;
	padding:15px 0px 0px 10px;
	width:550px;
	background:#fff;
}
#menu_left
{
	padding:20px 0px 20px 0px;
	color:#2B7069;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
}
#menu_left p
{
	padding:0px 0px 10px 0px;
}
#menu_left p a
{
	color:#2B7069;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;	
}
#menu_left p a:hover
{
	text-decoration:underline;
}

#footer
{
	margin-left: auto;
	margin-right: auto;
	width:775px;
	height:32px;
	background:url(images/footer.gif);
	color:#fff;
	font-size:11px;
}
#footer a
{
	color:#fff;
	text-decoration:none;
}
#fleft
{
	float:left;
	padding:5px 0px 0px 15px;
}
#fright
{
	float:right;
	padding:5px 14px 0px 0px;
}

#nav
{
	list-style:none;
	padding:0px;
	line-height:0px;
	margin:0px 0px 0px 2px;
	clear:both;
}
#nav li
{
	margin-left:2px;
	float:left;
}
#nav li a
{
	height: 33px;
	display:block;
	float:left;
	text-decoration:none;
	text-indent: -900em;
}
/* home */
#nav #nav_home a
{
	width: 61px;
	background: url(images/nav_home.gif) no-repeat left top;
}
#nav #nav_home a:hover
{
	background: url(images/nav_home.gif) no-repeat left bottom;
}
body#home #nav_home a
{
	background: url(images/nav_home.gif) no-repeat left bottom;
}
/* laboratories */
#nav #nav_laboratories a
{
	width: 158px;
	background: url(images/nav_laboratories.gif) no-repeat left top;
}
#nav #nav_laboratories a:hover
{
	background: url(images/nav_laboratories.gif) no-repeat left bottom;
}
body#laboratories #nav_laboratories a
{
	background: url(images/nav_laboratories.gif) no-repeat left bottom;
}
/* vivariums */
#nav #nav_vivariums a
{
	width: 138px;
	background: url(images/nav_vivariums.gif) no-repeat left top;
}
#nav #nav_vivariums a:hover
{
	background: url(images/nav_vivariums.gif) no-repeat left bottom;
}
body#vivariums #nav_vivariums a
{
	background: url(images/nav_vivariums.gif) no-repeat left bottom;
}
/* projects */
#nav #nav_projects a
{
	width: 161px;
	background: url(images/nav_projects.gif) no-repeat left top;
}
#nav #nav_projects a:hover
{
	background: url(images/nav_projects.gif) no-repeat left bottom;
}
body#projects #nav_projects a
{
	background: url(images/nav_projects.gif) no-repeat left bottom;
}
/* about */
#nav #nav_about a
{
	width: 147px;
	background: url(images/nav_about.gif) no-repeat left top;
}
#nav #nav_about a:hover
{
	background: url(images/nav_about.gif) no-repeat left bottom;
}
body#about #nav_about a
{
	background: url(images/nav_about.gif) no-repeat left bottom;
}
/* contact */
#nav #nav_contact a
{
	width: 94px;
	background: url(images/nav_contact.gif) no-repeat left top;
}
#nav #nav_contact a:hover
{
	background: url(images/nav_contact.gif) no-repeat left bottom;
}
body#contact #nav_contact a
{
	background: url(images/nav_contact.gif) no-repeat left bottom;
}