﻿
/* MENU */
.MainMenu
{
	white-space:nowrap;
	width:170px;
}
.MainMenu DIV
{
	position:fixed;
	top:0px;
	left:10px;
}
.MainMenu UL
{
	margin-left:0px;
	padding-left:0px;
	font-family: "Comic Sans MS";
}
.MainMenu UL UL
{
	margin-left:0px;
	padding-left:10px;
}
.MainMenu LI
{
	list-style-type: none;
}

/* CONTENT */
.MainContent
{
	background-image:url('../_images/fuzzyBlueBackground.jpg');
	width:818px;
	border:solid 2px black;
	font-family: "Comic Sans MS";
	padding:10px;
    margin-left: 40px;
}

H1
{
	margin-top:0px;
	font-size:18px;
}

P
{
	padding-left:20px;
}

/* WORKSHOP SCHEDULE */

.Schedule
{
	width:100%;
}
.Schedule TD
{
	vertical-align:top;
}

.Highlight .Top
{
	border: solid 2px black;
	border-bottom: none;
}
.Highlight .Left
{
	border-left: solid 2px black;
	border-bottom: solid 2px black;
}
.Highlight .Right
{
	border-right: solid 2px black;
	border-bottom: solid 2px black;
}
