/******************************************************************************/
/* GENERAL ********************************************************************/
/******************************************************************************/
html
{
	background-color: #000000;
	color: #FFFFFF;
	font-family: times, serif;
	font-size: 14px;
	line-height: 1.4;
	margin: 0px;
	padding: 0px;
}

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

a:hover
{
	text-decoration: underline;
	color: #FFFFFF;
}

img
{
	border: 0px;
}

#canvas
{
	position: relative;
	width: 700px;
	text-align: left;
}

#canvas #header
{
	border: 0px;
}

#canvas #main
{
	float: left;
	min-height: 400px;
}

#main #navigation
{
	position: relative;
	margin-top: 30px;
	width: 100px;
	margin-left: 20px;
	float: left;
}

#main #navigation a
{
	display: block;
	margin-bottom: 10px;
	height: 30px;
	background-position: -5px -10px;
	border-left:  1px solid red;
	margin-left: 4px;	
}

#main #navigation p
{
	display: none;
}

#main #navigation a:hover
{
	border-left:  5px solid red;
	margin-left: 0px;	
}

#main #content
{
	width: 500px;
	margin-left: 160px;
	margin-top: 10px;
	min-height: 1px;
}

#content #pageimg
{
	border: 1px solid white; 
	float: right; 
	margin-left: 20px; 
	width: 200px;
}

#content .fanpic
{
	border: 1px solid white;
	padding: 0px;
	margin: 0px 8px 8px 0px;
}

#main #footer
{
	border-top: 1px solid red;
	padding-top: 10px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 50px;
	margin-left: 160px;
	font-size: 10px;
	color: #CCCCCC;
}

#content #page_title
{
	display: block;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 390px -10px;
	border-bottom: 1px solid red;
}

#content .heading
{
	font-weight: bold;
}

#content .links p
{
	margin-left: 30px;
	margin-bottom: 5px;
	line-height: 1.2;
}

hr
{
	border-top: 1px dashed #FF0000;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	margin-top: 20px;
}

.media-title
{
	font-style: italic;
	font-size: 110%;
}

.media-story
{
	padding-left: 30px;
}

#content td
{
   vertical-align: top;
}

.fanquote
{
   font-style: italic;
   margin: 10px;
   background-image:url('http://www.swingforthefences.ca/common/quote_close.gif');
   background-repeat:no-repeat;
   background-position:bottom right;   
   padding-right: 30px;
   text-align: center;
}
