/*
----------------------------------------
	NORMALIZE STYLES
----------------------------------------
*/

body {
	font-size: 90%;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	color: #000000;
}

h1, h6 {
	font-size: 160%;
	font-family: "Trebuchet MS", "Arial", sans-serif;
	font-weight: normal;
	color: #ffcc00;
}

h2 {
  font-size: 140%;
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-weight: normal;
  color: #67318e;
}

h3 {
  color: #ffffff;
  font-size: 100%;
  font-weight: normal;
  text-align: center;  
}

h4 {
  font-size: 110%;
  font-family: "Trebuchet MS", "Arial", sans-serif;
  font-weight: normal;
  color: #67318e;
}

h5 {
  color: #ffffff;
  font-size: 120%;
  font-weight: normal;
  text-align: center;  
}

div, span, img, form, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	border: 0px;
}

h6{
  background-color: #000000;
	padding-bottom: 2px;
	padding-left: 2px;
}


table {
	border-style: solid;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
----------------------------------------
	GENERAL
----------------------------------------
*/

body {
  background: #ffffff url("/images/background.jpg") repeat-x;
  width: 830px;
  margin: 0px auto;
}

#banner {
  margin-top: -2px;
  margin-left: 290px;
}

#gel_button {
  position: absolute;
  margin-left: 732px;
  margin-top: -72px;
  background-image: url(/images/button.png);
  width: 141px;
  height: 141px;
}

#season_do {
  position: absolute;
  margin-left: 1px;
  margin-top: 33px;
  background-image: url(/images/end_of_season_do.png);
  width: 163px;
  height: 101px;
}

#nav {
  margin-top: 2px;
}

#nav a.normal,
#nav a.match,
#nav a.last {
  padding-top: 14px;
  padding-left: 7px;
  color: #ffffff;
}

a:link.normal,
a:visited.normal {
  background-image: url("/images/nav_button.gif");
  width: 93px;
  height: 26px;
  display: block;
  float: left;
  text-decoration: none;
}

a:hover.normal {
  background-image: url("/images/nav_button_hover.gif");
  width: 93px;
  height: 26px;
  display: block;
  float: left;
  text-decoration: underline;
}

a:link.match,
a:visited.match {
  background-image: url("/images/match_nav_button.gif");
  width: 116px;
  height: 26px;
  display: block;
  float: left;
  text-decoration: none;
}

a:hover.match {
  background-image: url("/images/match_nav_button_hover.gif");
  width: 116px;
  height: 26px;
  display: block;
  float: left;
  text-decoration: underline;
}

a:link.last,
a:visited.last {
  background-image: url("/images/last_nav_button.gif");
  width: 94px;
  height: 26px;
  display: block;
  float: left;
  text-decoration: none;
}

a:hover.last {
  background-image: url("/images/last_nav_button_hover.gif");
  width: 94px;
  height: 26px;
  display: block;
  float: left;
  text-decoration: underline;
}
#container {
  float: left;
  padding: 10px;
  width: 810px;
  background-color: #eeeeee;
}

#left {
  float: left;
  width: 600px;
  padding-right: 10px;
  border-right: 1px solid #999;
}

#left img {
  margin-bottom: 10px;
}

#welcome_gallery {
  position: absolute;
  margin-top: -65px;
  width: 600px;
  text-align: center;
}

.indent {
  margin-left: 30px;
}

#right {
  float: left;
  width: 190px;
  
}

#header_bg {
  background-image: url("/images/black_grad.jpg");
  width: 199px;
  height: 28px;
  padding-top: 13px;
  padding-left: 0px
}

#right p {
  padding: 0 10px;
}

a:link,
a:visited {
  color: #67318e;
}

a:hover {
  color: #666666;
}

#footer {
  clear: both;
  background: url("/images/footer_image.gif") repeat-x;
  height: 40px;
  clear: both;
}

#footer p {
  color: #ffffff;
  text-align: right;
  font-size: 120%;
  padding: 12px 15px;
}

#footer p a:link,
#footer p a:visited {
  text-decoration: underline;
  color: #ffffff;
}

#footer p a:hover {
  color: #ffcc00;
}

#kcs_tag p {
  text-align: right;
  font-size: 83%;
}

label{
  position:absolute;
  text-align:right;
  font-weight:bold;
  width:100px;
}

.l{
  margin-left:110px;
}

