
/* Center Positioning */

html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -10em; /* half of content height */
	background: red;      /* temporary - used to see div */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 10em;         /* required - desired height */
	width: 50em;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}

/* Code for all pages */

#background {
position: relative;
}

#menu {
position: absolute;
left: 25px;
top: 150px; /* Was 70px */
}

/* Homepage Only Code */

#homepagecontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px; /* Was 11px */
width: 600px;
left: 150px;
top: 5px;
color: #ffffff;
}

/* About Us Only Code */

#aboutuscontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 5px;
color: #ffffff;
}

/* Where we play Only Code */

#wwpcontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 525px;
left: 150px;
top: 5px;
color: #ffffff;
}

#charmwood {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 170px;
top: 90px;
color: #ffffff;
}

#uni {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 170px;
top: 160px;
color: #ffffff;
}

a:link {
color: #0198E1;
text-decoration: none;
}

a:visited {
color: #0198E1;
text-decoration: none;
}

/* Juniors Only Code */

#juniorscontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 5px;
color: #ffffff;
}

#juniortimes {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 100px;
color: #ffffff;
}

/* Gallery Only Code */

#gallerycontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 5px;
color: #ffffff;
}

/* Links Only Code */

#linksintrocontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 5px;
color: #ffffff;
}

#linkscontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 55px;
color: #ffffff;
}

/* Contact Only Code */

#rulescontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 5px;
color: #ffffff;
}

/* Contact Only Code */

#contactcontent {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 5px;
color: #ffffff;
}

#actualcontacts {
position: absolute;
font-family: "Tahoma", "Arial", "Myriad Pro";
/*text-align: right;*/
font-size: 13px;
width: 600px;
left: 150px;
top: 55px;
color: #ffffff;
}
