﻿body 
{
	background-color: Gray;
	color: Black;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12pt;
}

#main 
{
	background-color: Silver;
	margin: 20px auto;
	border-left: 20px solid white;
	border-right: 20px solid white;
	width: 848px;
	min-height: 600px;
	background-image: url(images/gapLogoBackground.jpg);
	background-repeat:no-repeat;
	background-position: 738px 10px;
}

table.menu
{
	width: 100%;
	height: 150px;
	margin-top: 100px;
	border-collapse: collapse;
}

table.menu td
{
	width: 120px;
	text-align: center;
	background-color: White;
	border: 1px solid gray;
	padding: 0px;
	line-height: 22pt;
}

table.menu a
{
	font-weight: normal;
	text-decoration: none;
	color: Black;
	font-size: 13pt;
}

table.menu img 
{
	border: 0px;
}

#bodypanel 
{
	width: 700px;
	margin: 100px auto 20px auto;
	font-size: 11pt;
	line-height: 16.5pt;
}

#bodypanel h1
{
	font-size: 13pt;
	font-weight: bold;
	margin-left: -25px;
	text-decoration: none;
	text-transform: uppercase;
	color: gray;
	margin-bottom: 6pt;
}

a 
{
	font-weight: normal;
	text-decoration: underline;
	color: black;
}

a:hover 
{
	color: #444;
}

table.programmes 
{
	border: 0px;
}

table.programmes td 
{
	padding: 5px;
	vertical-align: top;
	width: 175px;
	font-size: 10pt;
	line-height: 12pt;
}

table.programmes th 
{
	padding: 5px;
	vertical-align: bottom;
	width: 175px;
	font-weight: bold;
	font-size: 11pt;
}
