﻿body,td,th {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

body {
	background-color: #3f3f3f;
	background-image: url(images/back.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a
{
	color: #ffffff;
}

h1
{
	color: #ffcc01;
	font-size: 20px;
}

h5
{
	color: #ffcc01;
	font-size: 16px;
	/*line-height: 0px;*/
	margin: 0px;
	padding: 0px;
}

.content {
	line-height: 18px;
}

.menutop
{
	text-decoration: none;
	color: #ffffff;
}

#menudiv  {
	position: fixed;
	top: 0px;
	left: 0px;	
	width: 250px;
	height: 200px;
	z-index: 2;
}

#slideshowdiv  {
	position: fixed;
	top: 0px;
	left: 0px;	
	width: 250px;
	height: 100%;
	z-index: 1;
}

