
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#606060;
 color: #333333;
 text-align:center;
 font:bold 12px tahoma;
 padding:0;
 }

#outer {
 text-align:center;
 border:1px solid #000000;
 width:750px;
 margin:auto;
 }

#hdr {
 float:right;
 width:750px;
 background:#eeeeee;
 color: #333333;
 }

#top-nav {
 clear:both;
 float:top;
 height:19px;
 background: #cc3300;
 border:1px solid #dcdcdc;
 text-align:left;
 }

#team-nav {
 height:2em;
 background: #cc3300;
 color: #333333;
 margin-left: 177px;
 padding-top:5px;
 }

#bodyblock {
 position:relative;
 background: white;
 color: #333333;
 width:750px;
 padding:0;
 }

#l-coltop {
 width:190px;
 float:left;
 background:#dcdcdc;
 color: #333333;
 }

#teams {
 float:left;
 width:175px;
 text-align:center;
 background:#dcdcdc;
 color: #333333;
 padding-bottom:2px;
 }

#l-nav {
 clear:left;
 float:left;
 text-align:left;
 background:#dcdcdc;
 width:175px;
 }

#sponsors {
 clear:right;
 float:right;
 text-align:center;
 background:#dcdcdc;
 color: #333333;
 width:155px;
 padding:5px 0;
 }

#news {
 clear:left;
 float:left;
 text-align:center;
 background: red;
 color:white;
 width:175px;
 padding-bottom:5px;
 }

#rpic {
 clear:right;
 float:right;
 text-align:center;
 background:#dcdcdc;
 color:#333333;
 width:155px;
 margin-top:15px;
 padding-bottom:5px;
 }

#cont {
 width:400px;
 background: white url('tiger2.jpg') repeat-y top left;
 color: #333333;
 text-align:left;
 margin-left: 177px;
 padding:5px;
 }

#ftr {
 clear: both;
 height:25px;
 text-align:center;
 background:#c0c0c0;
 color: #333333;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }