body
	{
	background-image: url(images/lb4.gif);
	background-color: #69c;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-family: verdana, sans-serif;
	}
 
div.wrapper
	{
	background-color: #fff;
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	border: 0;
	text-align: left;
	}

/* The following wrapper ensures that all browsers have top and bottom margins.  Especially IE6. */	
div.wrapper2
	{
	background-color: transparent;
	padding: 50px 0;
	}

	
 h1.logo
	{
	display: block;
	width: 100%;
	height: 200px;
	background: url(images/logo01.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	} 
 
div.topnav
	{
	background-color: transparent; 	
	color: #69c; 	
	width: 100%; 	
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: 900;
	}
	 
div.topnav a:link, div.topnav a:visited, div.topnav a:active 	
	{
	color: #69c;
	background-color: transparent; 	
	text-decoration: none;
	}
	 
div.topnav a:hover
	{ 	
	color: #fff; 	
	background-color: #69c; 
	}

div.leftcontent 	
	{
	background: transparent; 
	float: left;
	width: 449px;
	margin: 10px 0 30px 0;
	padding: 10px;
	border-right: 1px dotted #69c;
	text-align: left;
	}

div.rightnav 	
	{
	background: transparent;
	float: left;
	width: 110px;
	margin: 10px 0 30px 0; 	
	padding: 10px; 	
	}
	 
div.footer
	{
	background: transparent;
	width: 100%;
	margin: 0;
	padding: 5px 0; 	
	border-top: 1px dotted #69c; 	
	text-align: center;
	font-size: 0.8em; 	
	clear: both;
	}
	
div.update
	{
	background: transparent;
	border-bottom: 1px dotted #69c;
	margin-top: 3em;
	}
	
div.update2
	{
	background: transparent;
	border: 0;
	margin-top: 3em;
	}
	
div.faqdivision
	{
	background: transparent;
	border-bottom: 1px dotted #69c;
	margin-top: 0;
	padding-bottom: 3em;
	}
	
	
a:link, a:visited, a:active	
	{
	color: #69c;
	background-color: transparent;
	text-decoration: underline;
	}
 
a:hover
	{
	color: #fff;
	background-color: #69c;
	}	

a:link img, a:visited img, a:active img
	{
	border: 2px solid #69c;
	}
	
a:hover img 	
	{
	border: 2px solid #326599; 	
	}

img.floatright
	{
	float: right;
	margin: 0 0 5px 10px;
	}

img.floatleft
	{
	float: left;
	margin: 0 10px 5px 0;
	}

h2
	{
	color: #000;
	font-size: 1.3em;
	margin-top: 3em;
	}
	
h2.top
	{
	color: #000;
	font-size: 1.3em;
	margin-top: 0;
	}

h3
	{
	color: #000;
	font-size: 1em;
	}
	
h3.profiles
	{
	padding: 3em 0 0 0;
	margin: 0;
	}
	
em.episode
	{
	font-style: normal;
	font-weight: 800;
	color: #0066cc;
	}

em.extras
	{
	font-style: normal;
	font-weight: 800;
	color: #009900;
	}

ol.faq li
	{
	margin-top: 0.5em;
	}

/* ================================== */	
/* Here STARTS the Lightbox JS style sheet */
/* http://www.huddletogether.com/projects/lightbox/ */	
/* ================================== */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}


/* ================================== */	
/* Here ENDS the Lightbox JS style sheet */	
/* ================================== */


/* ================================== */
/* Here starts the GuestBook CSS */
/* ================================== */

#guestbook {
		color: #000;
		background: #fff;
		/*width: 750px;*/
		border: 0px; /*send to IE, as it does not render dotted borders correctly*/
		font-family: Verdana, sans-serif;
		font-size: 10pt;
		margin: 0;
		padding: 0px;
		text-align: left; /*recover from our hack*/
		}
html > body #guestbook {
		border: 0px; /*send to more compliant browsers*/
		}
#guestbook h1 {
		color: #000;
		background: transparent;
		font-size: large;
		text-align: center;
		margin: 5px;
		}
#guestbook .hr {
		border-bottom: 1px solid #69c; /*send to IE, as it does not render dotted borders correctly*/
		}
html > body #guestbook .hr {
		border-bottom: 1px dotted #69c; /*send to more compliant browsers*/
		}
#error {
		color: #c60606;
		background: transparent;
		font-size: .85em;
		font-weight: bold;
		}
#guestbook #footermessage {
		font-size: .85em;
		margin-bottom: 5px;
		}
#guestbook .title {
		color: #000;
		background: transparent;
		font-size: .85em;
		font-weight: bold;
		margin-bottom: 3px;
		}
#guestbook .entry {
		border-top: 1px solid #69c; /*send to IE, as it does not render dotted borders correctly*/
		}
html > body #guestbook .entry {
		border-top: 1px dotted #69c; /*send to more compliant browsers*/
		}
#guestbook .footer {
		color: #000;
		background: transparent;
		font-size: x-small;
		font-weight: bold;
		margin-bottom: 3px;
		}
#guestbook strong {
		font-size: .85em;
		}
/* ================================== */
/* Here ends the GuestBook CSS */
/* ================================== */