html
{
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: #fff;
    font-size: 62.5%;
	font-family: Lucida Grande, Lucida Sans Unicode, Tahoma, Arial, Helvetica;
    overflow: hidden; /**/
}
body
{
    height: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    border: 0;
}
#content
{
    overflow: auto;
    position: absolute;
    z-index: 3;
    top: 100px;
    bottom: 50px;
    left: 150px;
    right: 230px;
    background: #BFEFFF;
	color: #000080;
}
* html #content
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    max-height: 100%;
    width:63%;
    overflow: auto;
    position: absolute;
    z-index: 3;
    border-top: 100px solid #fff;
    border-bottom: 50px solid #fff;
    border-left: 150px solid #fff;
	border-right: 230px solid #fff;
}
#head
{
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100px;
	text-align: center;	
    background: url(../img/banner.png) #000;
    background-position: 0 0;
    background-repeat: repeat;
    font-size: 5em;
    z-index: 5;
    overflow: hidden;
    color: #fff;
	line-height: 90px;
	font:Calibri;
}
#foot
{
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 1.2em;
    z-index: 5;
    overflow: hidden;
    background: url(../img/banner.png) #000;
    background-position: 0 0;
    background-repeat: repeat;
    color: #fff;
}
#left
{
    position: absolute;
    left: 0;
    top: 100px;
    bottom: 50px;
    width: 150px;
    background: url(../img/rugby.jpg) #000;
    background-position: 0 0;
    background-repeat: repeat;
    font-size: 1.2em;
    z-index: 4;
    overflow:hidden;
}
* html #left
{
    height: 100%;
    top: 0;
    bottom: 0;
    border-top: 100px solid #fff;
    border-bottom: 50px solid #fff;
    color: #fff;
}
#content p
{
    padding: 1px;
	font-size:1.2em;
}
#content ul li
{
    padding: 1px;
	font-size:1.2em;
}
#sponsors
{
	float: right;
    position: absolute;
    right: 0px;    
    top: 100px;
    bottom: 50px;
    width: 230px;
	background: url(../img/banner.png);
	background-repeat: repeat;
    font-size: 1.2em;
    z-index: 4;
    overflow: auto;
    color: #fff;
	line-height: 16px;
	font:Calibri;
}
* html #sponsors
{
    height: 100%;
    top: 0;
    bottom: 0;
    border-top: 100px solid #fff;
    border-bottom: 50px solid #fff;
    color: #fff;
	float: right;
	position: relative;
}
p.sh1
{
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}
img.center 
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.bold
{
    font-size: 1.3em;
    font-weight: bold;
}
#content ol
{
	list-style-type: decimal;
	font-size:1.2em;
}
ol.bullet li
{
	list-style-type:disc;
}	
dd
{
    display: none;
}
a.nav, a.nav:visited
{
    margin-left: 50px;
    display: block;
    width: 100px;
    height: 25px;
    background: #aaa;
    color: #eee;
    border: 1px solid #000;
    text-decoration: none;
    text-align: center;
    line-height: 25px;
}
a.nav:hover
{
    background: #000;
    color: #fff;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/example_flyout.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* common styling */
.menu
{
    font-family: arial, sans-serif;
    top: 100px;
    bottom: 50px;
	left: 5px;
    width: 100px;
    position: relative;
    font-size: 12px;
    margin: 5px 0;
    z-index: 100;
}

