body {
	min-width:800px;
	margin 0;
	padding:0;
	color: #000;
	background-color: #FFF;	
	font-family: Tahoma, Helvetica, Arial,  sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
}


/* Front Page Layout */

#content {
  position: relative;
  top: 50px;
  right: 0;
  margin: 0 auto;
  padding: 0;
  width: 750px;
}

#header {
	text-align: center;
}

#timmy, #jimmy, #kevin {
	position: relative;
	float: left;
	width: 239px;
	margin-bottom: 10px;
	min-height: 200px;
}

#jimmy, #kevin {
	border-left: 1px dotted #ccc;
	padding-left: 10px;
}

#footer {
	clear: both;
  height:20px;
  line-height:20px;
  text-align:right;
  color:#fff;
  background-color:#007;
  padding: 10px;
}

#rss {
  height:20px;
  line-height:20px;
  text-align:right;
  padding: 10px;
}

h1, h2, h3 {
	color:#007;
	font-weight: bold;
}

h1 {font-size: 16pt;}
h2 {font-size: 14pt;}
h3 {font-size: 12pt;}

a, a:visited {
  color:#007;
  text-decoration: none;
  border-bottom: dotted #007 1px;
}

a:hover {
  border-bottom: solid #007 1px;
}

.radiotalk {
	font-family: "Courier New", Courier, mono;
}

.breadcrumbs {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: normal;
}

.seeall {
  font-style:italic;
  position: absolute;
  bottom: 0px;
}

#footer a, #footer a:visited {
  color:#fff;
  text-decoration: none;
  border-bottom: dotted #fff 1px;
}

#footer a:hover {
  color:#fff;
  font-weight:bold;
  text-decoration: none;
  border-bottom: solid #fff 1px;
  background-color: #007;
}

#about {
  position:absolute;
  bottom:42px;
  right:2px;
  width:350px;
  margin-left:auto;
  margin-right:auto;
  padding:20px;
  text-align: left;
  z-index:2;
  border:2px solid #007;
  background-color:#eee;
  opacity:80%;
}

#close_about {
  position:absolute;
  bottom:3px;
  right:3px;
  padding:0px 7px 0px 7px;
  color:#fff;
  background-color:#007;
}

#close_about:hover {
  cursor:pointer;
}



