#bg_image 
	{
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	z-index: -1;
	}
    
body 
	{
	margin: 0px;
	}

#topbox 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	color: #202020;
	position: relative;
	top: 3px;
	left: 15%;
	width: 70%;
	height: 68px;
	margin: 3px;
	margin-bottom: 10px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: center;
	}

#menu 
	{
	font-family: Arial Narrow, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	color: #202020;
	padding: 5px;
	line-height: 150%;
	position: relative;
	top: 10px;
	left: 15%;
	width: 15%;
	margin: 3px;
	border: 4px  double #606060;
	}

#sidegallery 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #202020;
	text-align: center;
	padding: 5px;
	position: absolute;
   	top: 81px;
	height:600px;
	overflow: auto;
	left: 70%;
	width: 15%;
	margin: 3px;
	border: 0px solid #606060;
	}

a img 
	{
	border: 2px solid #575757;
	margin-left: 5px;
	margin-right: 5px;
	}

a:hover img 
	{
	border: 2px solid #FF0000;
	}
    
#desc
	{
    text-align: center;
    padding-bottom: 2px;
	color:#3C3C3C;
    font-style: italic;
    margin-top: 0px;
	margin-bottom: 10px;
    border-bottom: solid grey 1px;
	}

a {text-decoration: none}
	
#middlebox 
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
	text-align: justify;
	padding: 5px;
	position: absolute; 
    width: 37%;   
	top: 81px;
	height:600px;
	overflow: auto;
	left: 31.5%;	
	margin: 3px;
	border: 0px solid #606060;
	}
    
h3 
	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: larger;
	font-weight: bold;
	color: #202020;
	text-align: left;
	}
    
#bottombox 
	{
    display:inline;
	position: absolute;
	top: 700px;
	left:15%;
   	width: 70%;
	height: 68px;
	border: 0px solid #606060;
	}
