/* Styling the page body **************************************/
html { background: #fff url(images/background.jpg) repeat-x; }

body {
	position: absolute;
	min-width: 670px;
	width: 80%;
	margin: 0 auto;
	padding: 0;
	font: 90%/1.7 "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #555; }

/* Styling links **********************************************/
a:link { color: #006400; }
a:visited { color: #006400; }
a:hover { color: #ffd700; }
a:active { color: #ffd700;}

/* Styling headings *******************************************/
h2, h3 {
	color: #006400;
	font: normal 130% "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin-top: 0; }

h3 { font-size: 115%; }
h4 { margin-bottom: -1em; }

/* Styling the masthead ***************************************/
#branding {
	position: relative;
	height: 112px;
	margin-bottom: 15px;
	background: #fff url(images/background.jpg) repeat-x; }

#branding h1 {
	margin: 0;
	padding: 10px 0 0;
	color: #fff; }

#branding a img { border: none; background: transparent; }
#branding h1 a { color: #fff; }
#branding h1 a:focus, #branding h1 a:active { background: transparent; }

/* Styling the address ****************************************/
#address {
	color: #eee;
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
  text-align: left;
  font-size: 90%;
  line-height: 1.3; }

/* Styling the tag line ***************************************/
#tagline {
  margin: 0;
  position: absolute;
  top: 120px;
  right: 0;
  width: 65%;
  font: italic 140% Georgia, "Times New Roman", Times, serif;
  color: #fffdd7;
  text-align: center; }

#tagline p { margin: 0 0 .2em; }

/* Styling the main content ************************************/
#main-content
{
	width: 78%; float: right; padding-bottom: 20px;
}

#main-content p img {
	float: right;
	margin-left: 10px;
	position: relative;
	border: none;
	padding: 2px; }
#webmaster
{
	font-size: 70%;
	font-weight: bold;
}

/* Styling the navigation menu **********************************/
#navigation {
	width: 20%;
	float: left;
	margin: 0;
	position: relative;
	padding: 0;
	list-style: none;
	border-top: 1px solid #b5b5b5; }

#navigation li {
	border-bottom: 1px solid #b5b5b5;
	font: "Arial", Helvetica, Arial, sans-serif;
	padding: 6px 0 6px 35px;
	/*background: transparent url(images/ornament.gif) 0 50% no-repeat;*/ }

a { text-decoration: none; }

#navigation li.current {
	font-style: italic;
/*	background-image: url(images/ornament-current.gif);*/
	color: #000000; }

/* Styling the footer ********************************************/
#copyright {
	clear: both;
	text-align: right;
	font-size: 80%;
	color: #888;
	padding-top: 15px;
	background: transparent url(images/footer.gif) 100% 0 repeat-x; }

/* Styling the contact form **************************************/
#match {
	border: none;
	margin: 0;
	padding: 0; }

#match ol {
	list-style: none;
	margin: 0;
	padding: 0; }

#match li {
	margin: .2em 0;
	float: left;
	width: 100%; }

#match label {
	width: 30%;
	float: left;
	text-align: right;
	margin-right: 2%; }

#match input#submit {
	margin-left: 32%;
	width: 10em; }

#match input, #match select, #match textarea {
	font-family: inherit;
	font-size: 100%; }

#match textarea {
	overflow: auto; }

/* Styling the menus ******************************************/
.menu {
	width: 100%;
	margin-bottom: 3em;
	border-collapse: collapse; }

.menu th {
	color: #000000;
	text-align: left;
	border-bottom: 1px solid #ddd; }

.menu tbody tr th
{
	color: #000;
	text-align: left;
}


.menu td { border-bottom: 1px solid #ddd; text-align: left; }

.menu thead th { font-size: 75%; }
.menu tbody th { width: 32%; }

.menu tbody th em {
	font-size: 75%;
	font-weight: normal;
	color: #555; }

/* Styling the fixturess ******************************************/
#fixtureshead tr th { font-size: 75%; color: #000; }
#fixturesbody tr th { font-size: 75%; color: #555; font-weight: normal;}
#fixturesbody tr td { font-size: 75%; color: #555; }

#contactbody tr th { font-size: 75%; }
#contactbody tr td { font-size: 75%;  }
/* Styling the input form ****************************************/

fieldset legend
{
	font-size: 80%
	font-weight: normal;
/*	position: relative;*/
	color: #555;
}
