﻿body
{
	margin: 0;
	padding: 0;
	background-color: #DBD8A4;
	font-family: trebuchet ms, verdana, tahoma, arial;
	font-size: 80%;
	line-height: 200%;
}

img
{
	border: 0px;
}

body > #menu
{
	position: fixed;
}

a:link
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:visited
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:active
{
	color: #5E8E3E;
	text-decoration: underline;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#menu
{
	position: absolute;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	overflow: auto;
	background-color: #035903;
	border-right:1px solid #444;
	font-size: 120%;
}

#menutop
{
	width: 200px;
	height: 245px;
	border-bottom:1px solid #808080;
	background-color: #444;
}

#main
{
	width: 540px;
	margin-left: 200px;
	padding: 20px;
}


#main h2
{
	border-bottom: 1px solid #808080;
	font-family: arial;
	font-weight: 100;
	letter-spacing: 8px;
	font-size: 200%;
	text-align: right;
}

#main h4
{
	font-family: arial;
	font-weight: 130;
	letter-spacing: 2px;
	font-size: 150%;
	text-align: left;
}

#mainwelp
{
	margin-left: 150px;
	padding: 20px;
	
}
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 20;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -70px;
left: 60px; /*position where enlarged image should offset horizontally */

}
