/*the style sheet for the talk on corners fanlisting */
body
{	color: #000;
	background-color: #000;
	font-family: Times New Roman, Times, Georgia, serif;
	font-size: 0.9em;
	width: 50%;
	min-width: 639px;
	margin: 0px auto 0px auto;
	}

h1
{	color: #333;
	font-size: 1.0em;
	text-transform: uppercase;
	padding: 10px 10px 2px 10px;
	letter-spacing: 0.3em;
	margin: 2px 50px 2px 50px;
} 

h2, h3
{
	color: #333;
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px 10px 2px 10px;
	letter-spacing: 0.2em;
	margin: 2px 50px 0px 50px;
}

em
{	text-transform: uppercase;
	color: #333;
	font-style: normal;
	font-weight: bold;
	} 

p, ol, ul, li
{
	padding: 1px 10px 5px 10px;
	margin: 2px 50px 2px 50px;
}

div.top
{	position:absolute;
	top: 0px;
	width:639px;
	height:306px;
	background-image: url(images/top.jpg); }

div.bottom
{	width:639px;
	height:328px;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	background-color: inherit; }


div.content
{	position: absolute;
	top: 306px;
	width: 630px;
	background-color: #C96;
	background-image: url(images/cont_bg.gif);
	background-repeat: repeat-y;
	
}

div.navi
{
	line-height: 1.2em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-color: #333;
	border-width: 1px;
	border-style: dotted;
	padding: 10px 5px 10px 5px;
	margin: 5px 60px 5px 60px;
	background-color: #CCC;
}

p.dis
{
	font-size: 0.7em;
	font-style: italic;
	font-weight: lighter;
	text-align: right;
	border-color: #333;
	border-width: 1px;
	border-style: dotted none none none;
	margin: 2px 50px 2px 50px;
}
	
/*links*/
		
a:link { color: #336699; 
	   background: transparent none; 
	   text-decoration: underline; }

a:visited { color: #939; 
		  background: transparent none; 
		  text-decoration: underline; }

a:active { color: #9999cc;
		 background: transparent none; 
		 text-decoration: none; }

a:hover
{	color: #000033;
	text-decoration: none;
	background-color: transparent; }

/*codespurting*/

.codesort li {
	display: inline;
	}

.credit
{
	font-size: x-small;
	font-weight: lighter;
}
tr { text-align: left; }
