<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Page title</title>
<style type="text/css">
<!--


body {
  overflow: auto;
  background-color: #d0d0d0;
	max-width:  900px;
  height: 700;
  border-right: 2px solid #666; 
  margin: 0;
  padding: 0;
}

p {
  padding-bottom: 6;
  margin: 1em 0;
}


h3 {
  margin: 1em 0;
}

h4 {
  margin 0.5em 0;
}

table {
  text-align: center;
}

ol#ordered_list {
  list-style-type: decimal;
}

div#title {
  background: purple;
  font-size: 300%;
	text-align: center;
	font-weight: bold;
	color: white;
	font-family: Jester;
	position: absolute;
	height: 2.5em !important;
	max-width: 900px;
	min-width: 900px;
  width: 900px;
}

img#title {
  padding-right: 10px;
  margin-right: 10px;
}

p#sub-title {
  position: relative;
	top: -0.5em;
  font-size: 50%;
  margin: 0;
}

span#title_info {
  font-size: 60%;
	width: 95%;
	padding-left: 5px;
	padding-right: 5px;
}

*#navigation {
   float: left;
	 font-size: 150%;
	 font-style: oblique;
	 font-variant: small-caps;
	 width: 120px;  /* IE & FF: Prevents nav text from running off area */
   height: 540;
   top: 140;
   position: absolute;
}
ul#nav_menu {
   list-style: none; /* IE and FF: Sub-Navigation links have bullets unless none */
	 font-family: Verdana, Helvetica, Arial, sans-serif; /* IE and FF: Changes menu font */
	 border-right: 2px solid #666; /* IE and FF: Makes single border down list. */
	 padding: 2;  /* FF: Text of list shifts right without option.  */
	 margin: 0; /* IE: Shifts all ul links to the right without this. */
	 background: purple;
}
ul#nav_menu li{
   display: inline;
	 font-size: 0.8em; /* IE & FF: Link font size */
   height: 14px;
	 max-height: 14;
	 position: static;
	 margin-top: 0;
	 margin-bottom: 2;
	 padding-top: 0;
	 padding-bottom: 0;
}
ul#nav_menu li a{
   width: 100%;
   display: block;
	 text-decoration: none; /* IE and FF: affects menu links. */
	 font-size: 0.6em; /* IE and FF: Affects font-size in menu. */
	 font-weight: bold;
	 color: white; /* IE and FF: makes "a" link colors white. */
	 background: purple;/* background for IE */
	 margin-bottom: 0;
	 margin-top: 0;
	 padding-bottom: 0;
	 padding-top: 0;
}
#sub-navigation {
	 display: block;
	 font-size: 100%;
	 font-weight: normal;
	 border-style: solid;
	 border-color: black;
	 border-spacing: 4;
	 border-width: 1;
	 border-spacing: 2;
	 background-color: purple;
	 border-right: 2px solid #666;
	 padding: 2;
	 margin-bottom: 0em;
	 color: #333;
}
ul#sub-navigation {
	 padding: 0px 0px 0px 1.0em; /* Controls sub-menu indent from left.  */
}

ul#nav_menu li a:hover {
  border-left: 0px solid purple;
	border-right: 0px solid #69c;
	border-bottom: 0px solid #369;
	background-color: white;
	color: purple;
}

ul#nav_menu li a:active {
  background-color:white;
	color: orange;
}
ul#navsite li a:visited:active {
  background-color:white;
	color: orange;
}
#firefox_logo {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  position: relative;
	top: 20em;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: aquamarine;
	color: black;
	text-align: center;
	font-weight: bold;
	font-size: 50%;
	margin-right: 5px;
	font-style: normal;
	font-variant: normal;
}

div#main_text {
  display: block;
  overflow-y: auto;
  height: 555;
  float: none;
  padding-top: 1em;
	margin: 5 5px 5 5px; /*top ? bottom left*/
	margin-left: 5;
  margin-right: 10;
  padding-right: 5;
	padding-left: 5;
  top: 140;
  left: 130;
  position: absolute;
	width: 570px;
	border-left: 1px solid black;
  background-color: #A0A0A0;
  background-attachment: fixed;
  background-position: center;
  padding: 0;
  margin: 0;
	margin-left: 3px;
	padding-left: 3px;
	margin-right: 3px;
	padding-right: 3px;
}

#main_text h2 {
  text-align: center;
}

div#main_text_without_news {
  overflow-y: auto;
  height: 550;
  padding-top: 1em;
	margin: 5 5px 5 5px; /*top ? bottom left*/
	margin-left: 5;
  margin-right: 10;
  padding-right: 5;
	padding-left: 5;
  top: 140;
  left: 130;
  position: absolute;
	width: 760px;
	border-left: 1px solid black;
  background-color: #A0A0A0;
}


#main_text_without_news h2 {
  text-align: center;
}

div#under_construction {
  display: block;
  height: 550;
  float: none;
  padding-top: 1em;
	margin: 5 5px 5 5px; /*top ? bottom left*/
	margin-left: 5;
  margin-right: 10;
  padding-right: 5;
	padding-left: 5;
  top: 140;
  left: 130;
  position: absolute;
	width: 760px;
	border-left: 1px solid black;
  background-color: #A0A0A0;
}

#under_construction h2 {
  text-align: center;
}

div#news {
  top: 130;
  position: fixed;
	margin: 0 0 0 600px;
	width: 200px;
}

div#channel {
  display: block;
	margin: 0 0 0 600px;
	width: 200px;	
}

div#rss_feeds {
  height: 555;
  overflow-y: auto;
	top: 140;
  clear: both;
  float: right;
  margin-left: 10;
	margin-right: 10;
	margin-top: 0;
	margin-bottom:0;
  width: 190px;
  position: absolute;
	left: 705px;
	right: 900px;
  background-image: url(http://www.waucondasoccer.com/images/Cork2.jpg);
  min-height: 555;
  overflow: auto;
}

h2#news_title {
  margin-top: 0;
	text-align: center;
}

p#news {
  background-image: url(http://www.waucondasoccer.com/images/postitnote6.jpg);
  text-align: center;
  height: 190px;
  margin: 5px;
/*  background-color: beige; */
}

#news {
  margin-top: 10px;
  margin-right: 5px;
  margin-left: 5px;
}


p#item_title {
  text-align: center;
  margin-top: 10px;
	font-size: 125%;
}

div#rss_sub {
  position: relative;
}

div#footer {
  position: absolute;
  width: 900px;
  top: 710;
	padding-bottom: 1em;
	border-top: 1px solid black;
  font-size: 100%;
  text-align: center;
}

p#footer {
  padding-bottom: 0;
}

img#soccer_bullet {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  margin-right: 8px;
}

div#paypal_payment {
  display: inline;
  position: absolute;
  font-size: 75%;
  width: 130;
  top: 450;
  left: 0;
  padding: 0;
  margin: 0;
	padding-left: 8px;
	padding-right: 3px;
	margin-right: 3px;
}

#paypal_payment form {
  padding: 0;
  margin: 0;
}
#paypal_payment br {
  padding: 0;
  margin: 0;
}

#cal_navleft {
}

#cal_navright {
  position: absolute;
  display: inline;
  left: 658;
}

#cal_news {
  font-size: 75%;
  text-decoration: none;
  color: blue;
  font-weight: bold;
}

#date {
  font-weight: bold;
  text-align: center; 
  padding-bottom: 0;
}
#time {
  font-weight: bold;
  text-align: center; 
  padding-top: 0;
  padding-bottom: 0;
}
#location {
  text-align: center; 
  padding-top: 0;
  padding-bottom: 0;
}
#description {
  text-align: center; 
}
#store_price {
  font-weight: bold;
  text-align: center; 
  padding-bottom: 0;
}
#store_sizes {
  font-weight: bold;
  text-align: center; 
  padding-bottom: 0;
}
#store_comments {
  font-weight: bold;
  text-align: center; 
  padding-bottom: 0;
}
#store_picture {
  size: 300x300;
  font-weight: bold;
  text-align: center; 
  padding-bottom: 0;
}
#store_description {
  font-weight: bold;
  text-align: center; 
  padding-bottom: 0;
}
-->
