﻿html, body 
{
	font-family:Arial, Helvetica, sans-serif;	
	overflow:hidden;
	background-color:#583b28;
	padding:6px 8px 6px 8px;
	height:100%;
}

#border-outer
{
	background-color:#46c3d3;
	border:2px dashed #583b28;
	padding:8px;
	width:auto;
	margin:auto;
}

#border-middle
{
	background-color:#fff;
	padding:8px;
}

#border-inner
{
	background-color:#fff;
	border: 2px dashed #46c3d3;
	padding:10px;
}

#titlediv
{
	height:150px;
	background-color:#fff;
}

#logo
{
	position:relative; 
	top:10px; 
	left:20px;
	float:left;
	background-image:url('logo.png');
	width:245px;
	height:137px;	
}

#menu
{
	float:left;
	margin:60px 0px 0px 50px;
	border-top:2px #46c3d3 dotted;
	border-bottom:2px #46c3d3 dotted;
	vertical-align:top;
	padding:6px 0px 6px 0px;
}

#menu-gallery
{
	float:left;
	background-image:url('menu1.png');
	height:27px;
	width:97px;
}

#menu-about
{
	float:left;
	background-image:url('menu2.png');
	height:27px;
	width:146px;
}

#menu-info
{
	float:left;
	background-image:url('menu3.png');
	height:27px;
	width:129px;
}

#menu-contact
{
	float:left;
	background-image:url('menu4.png');
	height:27px;
	width:103px;
}
				
#contentdiv
{
	height:100%;
	width:auto;
	overflow:hidden;
}		

#flash-content
{
 	height:100%;
 	overflow:hidden;
}		

#copyright
{
	color:#fff;
	font-size:0.7em;
	margin-left:auto;
	margin-right:auto;
	margin-top:1px;
	text-align:right;
}

#textdiv
{
	padding:30px 0px 0px 80px;
	width:700px;
}

#textdiv h1
{
	font-family:Calibri, Helvetica, Trebuchet, Arial, sans-serif;
	font-size:1.5em; 
	font-weight:bold; 
	padding-top:13px;
	padding-bottom:10px;
	color:#46c3d3;
}

#textdiv h2
{
	font-size:1.0em;
	font-family:Helvetica, Arial, sans-serif;
	padding-top:4px;
	padding-bottom:7px;
	font-weight:bold;
	color:#583b28;
}


#textdiv p
{	
	font-size:0.9em;
	line-height:1.3em;
	font-family:Helvetica, Arial, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
	color:#111;
}

#textdiv a
{	
	color:#46c3d3;
	font-weight:bold;
}

#bioimage
{
	float:left;
	margin:15px 30px 0px -10px;
	border:1px solid #000;
}