/* CSS Kiss Design */

body
{
  margin: 0;
  margin-top:10px;
  padding: 0;
  text-align:center;
  background-color:#010b57;
  font-family:Myriad Bold, Arial, Helvetica, sans-serif;
  font-size:83%;
  color:#010c59;
}

/* untested, may not be a good rule */
body *
{
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 1em;
  margin-bottom: 0;
}

p
{
  margin-top: 0;
  margin-bottom: 1em;
}

form
{
  margin: 0;
}

img
{
  border: none;
}

.clearall
{
  clear: both;
  overflow: hidden;
  height: 1px;
}

.row
{
margin-top:1em;
  padding-top: .1em;
  width:370px;
}

.contact_row
{
  width:370px;
  clear:left;
 height:20px;
}

.lcol
{
  float: left;
  text-align: right;
  width:150px;
}

.rcol
{
  text-align: left;
  float: right;
  padding-left:5px;
  width:215px;
}

.smaller
{
  font-size: 90%;
}
.red{
	color:#fb0007;
}
.uline_head{
	border-bottom:1px solid #fb0007;
}
.right{
text-align:right;
}

/* main content elements */
div#wrap {
	width:730px;
	background-image:url(images/tile_bg.jpg);
	background-repeat:repeat-y;
	margin:auto;
}


/* Header section including logo and utility nav */
div#header {
	width:731px;
	background-image:url(images/header.jpg);
	height:104px;
	position:relative;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	}
div#header a:link{
	color:#ffffff;
	text-decoration:none;
	}	
div#header a:visited{
	color:#ffffff;
	text-decoration:none;
	}	
div#header a:hover{
	color:#fb0007;
	text-decoration:none;
	}	
div#logo {
	position:absolute;
	left: 23px;
	top: 19px;
}
div#home{
	position:absolute;
	left: 524px;
	top: 11px;
}
div#news{
	position:absolute;
	left: 524px;
	top: 29px;
}
div#sports{
	position:absolute;
	left: 524px;
	top: 47px;
}
div#weather{
	position:absolute;
	left: 524px;
	top: 66px;
}
/* End Header section */


/* Main Content Section */
div#main-content{
	width:731px;
	padding-bottom:100px;
}


/* Left Navigation section */
div#left-col{
	width:149px;
	height:355px;
	float:left;
	margin:0px;
	background-image:url(images/nav-background.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:left;
	text-align:left;
}
div#left-col ul {
	margin-right:25px;
	margin-left:20px;
	color:#010c59;
	font-family:Myriad Bold, Arial, Helvetica, sans-serif;
	list-style:none;
}
div#left-col ul li{
	margin-top:10px;
}
div#left-col a {
	font-family:Myriad bold, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:bold;
	}
div#left-col a:link {
	color:#010c59;
}
div#left-col a:visited {
	color:#010c59;
}
div#left-col a:hover{
	color:#fb0007;
}
/* End left navigation section*/


/* Advert and search section right column */
div#right-col{
	background-image:url(images/right-top.jpg);
	background-repeat:no-repeat;
	width:153px;
	float:right;
	margin:0px;
	padding-top:20px;
	text-align:left;
}
div#search{
	margin-left:20px;
	margin-right:10px;
	
}
.search-box {
	width:80px;
	border:1px solid #010c59;
	color:#fb0007;
}
.ad {
	margin-left:20px;
	margin-right:10px;
	margin-top:15px;
}
/* End right column */


/* Center Column Content */
div#center-col{
	background-image:url(images/center-top.jpg);
	background-repeat:no-repeat;
	margin-left:149px;
	margin-right:153px;
	padding-left:20px;
	padding-right:20px;
	padding-top:18px;
	text-align:left;
}
div#center-col p, li, ul {
	font-family:Arial, Helvetica, sans-serif;
}
div#center-col ul{
	list-style-position:inside;
}
div#center-col p{
	margin-top:1em;
}
div#center-col h2{
	margin-bottom:1em;
	text-align:center;
}

.person-pic {
	margin-right:3px;
	border:1px solid #999999;
}

.show {
	border:1px solid #020B56;
	padding:3px;
	}
#trivia{
	margin:10px;
	border:1px solid #fb0007;
	background-color:#ffffff;
}
#trivia p{
	margin: 0px 5px 0px 5px;
}
#triv-head{
	background-color:#fb0007;
	color:#ffffff;
	text-align:center;
}
.events-table{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #dde1f5;
	}
.alternate{
	background-color:#DDE1F5;
	padding:5px;
}
.table-head{
	background-color:#01029A;
	color:#ffffff;
	font-weight:bold;
}
.events-table td{
	padding:5px;
}
.captions {
	background-color:#01029a;
	color:#FFFFFF;
	font-size:11px;
	margin:0;
	padding:4px;
	text-align:center;
	}
/* End Center Column */


/* Footer styles */
div#footer{
	margin-top:10px;
	width:731px;
	height:62px;
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	clear:both;
}
div#footer p {
	padding-top:30px;
}
div#footer a {
	color:#ffffff;
	margin-left:8px;
	margin-right:9px;
	font-size:90%;
	text-decoration:none;
	}
div#footer a:link{
	color:#ffffff;
}
div#footer a:visited{
	color:#ffffff
}
div#footer a:hover {
	color:#fb0007;
}
/* End Footer styles */
div#credit{
	margin:auto;
	width:731px;
	color:#ffffff;
	text-align:left;
	font-size:12px;
}

/* End Style Sheet */
