/* CSS Document */

body 
{ 
	color: #000000;  
	margin: 0px; 
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
}

a:link 
{ 
	text-decoration: none; 
	color: #666666;
}

a:visited 
{ 
	text-decoration: none; 
	color: #999999;
}

a:hover, a:active 
{ 
	text-decoration: none; 
	color: #B5926B;
}

#calendar
{
	position: absolute;
	left: 206px;
	top: 439px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#mainpic
{
	position: relative;
	float: left;
	left: 8px;
	top: 0px;
	background: url(maze.jpg) no-repeat;
    height: 202px;
	width: 255px;
	z-index: 0;
}

#maintitle
{
	position: relative;
	left: 12px;
	top: 10px;
    height: 1px;
	width: 260px;
	z-index: 200;
}

#maintext
{
	position: relative;
	left: 12px;
	top: 12px;
    height: 1px;
	width: 276px;
	z-index: 200;
}

#subtext
{
	position: relative;
	left: 20px;
	top: 5px;
    height: 1px;
	width: 505px;
	z-index: 200;
}

#dotted
{
	position: relative;
	left: 0px;
	top: 5px;
	background: url(dotted1.gif) no-repeat;
    height: 1px;
	width: 538px;
	z-index: 200;
}

#links
{
	position: relative;
	left: 15px;
	width: 170px;
	top: 0px;
	z-index: 300;
	font-size: 11pt;
	color: #556777;
}