* {
  padding:0;
  margin:0;
}

img {
  border:none;
}

body {
  margin:0;
  border:0;
  padding:0;
  background-image:url('../images/bg.jpg');
  color:#777777;
  font-size:13px;
  font-family:Arial;
}

a {
  text-decoration:none;
  color:#777777;
}

.sponsor {
  font-weight:bold;
  text-align:center;
}

.sponsorimg {
  text-align:center;
}

.sponsorimg a img {
  border:0;
}

#wrapper {
	width:960px;
	margin:0 auto 0 auto;
}

#header {
	background:transparent;
	margin-top:10px;
	width:960px;
	height:120px;
}

.smallboxtop { display:inline; padding:0px; }
.smallboxbottom { display:inline; padding:0px;}

#navigation {
	background:#fff;
	width:175px;
	height:auto;
	float:left;
	/*margin-left:20px;*/
}

#navigation ul {
	padding-left:10px;
	padding-right:10px;
}

#navigation ul li {
	border-bottom:1px solid #ababab;
	list-style-type:none;
	padding:1px 0 1px 0;
}

#navigation ul li#active {
	font-weight:bold;
}

#centre {
	float:left;
	width:550px;
	background:transparent;
	margin:0 20px 20px 20px;
	height:auto;
}

#newsticker {
	width:550px;
	background:#FFFFFF;
	height:30px;
	margin:0 0 10px 0;
	padding:0 10px;
}

#content {
	width:550px;
	background:#fff;
	margin-bottom:20px;
	padding:10px;
	height:auto;
}

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

#squadright {
  float:left;
  width:340px;
  margin-left:20px;
}

#content ul li {
  list-style-type:none;
}

#content p {
  padding-top:10px;
}

.clubinfo {
	padding:0 0 10px 0; 
	width:155px;
	background:#fff;
	width:155px;
	height:auto;
	float:left;
	text-align:left;
	font-family:Arial;
}

.clubinfo h2 {
	font-size:16px;
	padding:10px 10px 10px 10px;
}

.clubinfo p {
	padding:10px 0 0 0;
}	

#sponsors {
	background:#fff;
	width:175px;
	height:auto;
	float:left;
	margin:0 0 20px 20px;
	padding:0 0 10px 0;
	text-align:left;
	font-family:Arial;
}

#sponsors h2 {
	font-size:16px;
	padding:10px 10px 10px 10px;
}

#sponsorh2 {
  text-align:center;
}

#sponsors p {
	padding:10px 0 0 0;
}

#footer {
	background:transparent url('../images/footer.png') no-repeat;
	margin-bottom:10px;
	width:960px;
	height:40px;
}

#footer p {
	padding:10px;
	font-weight:bold;
}

/* liScroll style declarations */

.tickercontainer { /* the outer div with the black border */
border: 0;
background: #fff; 
width: 550px; 
height: 27px; 
margin: 0; 
padding: 0;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
left: 5px;
top: 7px;
width: 550px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 550px;
font: bold 16px Verdana;
list-style-type: none;
margin: 0;
padding: 0;

}
ul.newsticker li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin: 0;
padding: 0;
background: #fff;
}
ul.newsticker a {
white-space: nowrap;
padding: 0;
color: #ff0000;
font: bold 10px Verdana;
margin: 0 50px 0 0;
} 
ul.newsticker span {
margin: 0 10px 0 0;
} 

.dataEntryTable { display:none; }
