
body {background-color:#e00027; font-family: "Arial"; Padding:0px;}

div#corner
{float:left; Padding:0px;}

div#corner2
{float:right; Padding:0px;}

div#head
{background-image:url('top.jpg'); margin-left:auto; margin-right:auto; width:903px; Padding:0px;}

div#bodycol
{background:#ffffff; border:none;  Padding:0px;}

a.google
{color:#0000ff; text-decoration:none}
	a {
		color:#ffffff;background:#de0124; text-decoration:none;padding:1em;background-repeat:off;
	}
	a:hover {
		color:#fff;
		background:#de0124;
		text-decoration:underline;
	}
a.google
{color:#0000ff; text-decoration:none}
	h1, h2, h3 {
		padding:0;
		font-family:"arial";
		color:#df0024;
	}
	p {
		margin:.4em 0 .8em 0;
		padding:0;
		font-family:"arial";
	}
/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;

	
	}

	/* 2 Column (left menu) settings */
	.leftmenu {
		background:url('bg.jpg');background-repeat:no-repeat;		/* right column background colour */
	}
		.agenda{
		background:url('bg2.jpg');background-repeat:no-repeat;		/* right column background colour */
	}
		.directions{
		background-color:#ffffff; background:url('bg3.jpg');background-repeat:no-repeat;		/* right column background colour */
	}
		.contact{
		background:url('bg4.jpg');		/* right column background colour */
	}
		.tshirts{
		background-color:#ffffff; background:url('bg5.jpg');background-repeat:no-repeat;		/* right column background colour */
	}
	
	.leftmenu .colleft {
		right:75%;			/* right column width */
		background:#ffffff;
		border-right:1px solid;	/* left column background colour */
	}
	.leftmenu .col1 {
		width:71%;			/* right column content width */
		left:102%;			/* 100% plus left column left padding */
	}
	.leftmenu .col2 {
		width:21%;			/* left column content width (column width minus left and right padding) */
		left:6%;			/* (right column left and right padding) plus (left column left padding) */
	}
	/* Footer styles */
	#footer {
		clear:both;
		Width:100%;
		border-top:1px solid #000;
	}
	#footer p {
		color:#e00027;
		font-size:11px;
		padding:10px;
		margin:0;
		text-align:center;
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}

ul	{
	}

li
	{list-style:none;}
.colrightb,
	.colmidb,
	.colleftb {
		float:left;
		width:100%;
		position:relative;
	}
	.col1b,
	.col2b,
	.col3b {
		float:left;
		position:relative;
		padding:0 0 1em 0;
		overflow:hidden;
	}
	/* 2 Column (double page) settings */
	.doublepageb {
		background:#eee;		/* right column background colour */
	}
	.doublepageb .colleftb {
		right:50%;			/* right column width */
		background:#fff;		/* left column background colour */
	}
	.doublepageb .col1b {
		width:20%;			/* left column content width (column width minus left and right padding) */
		left:80%;			/* right column width plus left column left padding */
	}
	.doublepageb .col2b {
		width:70%;			/* right column content width (column width minus left and right padding) */
		left:80%;			/* (right column width) plus (left column left and right padding) plus (right column left padding) */
	}
