body
	{
	padding: 0;
	margin: 0;
	text-align: center;
	background: #000 url(layout/body_blue.jpg) repeat-y center;
	font-family: verdana, sans-serif;
	font-size: 0.75em;
	color: #fff;
	}
	
div.header
	{
	width: 650px;
	height: 150px;
	background-color: transparent;
	background-image: url(layout/header_blue.jpg);
	margin: 0 auto;
	padding: 0;
	text-align: left;
	line-height: 1.2em;
	clear: both;
	}
	
div.body
	{
	width: 640px;
	background-color: transparent;
	margin: 0 auto;
	padding: 30px 0;
	text-align: left;
	}
	
div.leftside
	{
	background-color: transparent;
	float: left;
	width: 420px;
	padding: 0 20px 50px 20px;
	border-right: 1px solid #fff;
	}
	
div.rightside
	{
	background-color: transparent;
	float: left;
	width: 150px;
	padding-left: 20px;
	}
	
div.footer
	{
	clear: both;
	display: block;
	width: 650px;
	height: 50px;
	background: transparent url(layout/footer_blue.jpg) no-repeat center;
	padding: 0;
	margin: 10px 0;
	}

div.profile
	{
	width: 600px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: left;
	}
	
	
/* ================================= */	
/* Start of Rollover Graphical Menu CSS */	
/* ================================= */	
	
	ul.nav
		{
		position: relative;
		top: 90px;
		left: 325px;
		display: block;
		background-color: transparent;
		list-style: none;
		width: 300px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		}
		
	ul.nav li
		{
		float: left;
		margin: 0;
		padding: 0;
		}
		
	ul.nav li a
		{
		display: block;
		width: 100px;
		height: 25px;
		text-indent: -9999px;
		background-image: url(layout/rollover_map_b.gif);
		}
		
	ul.nav li.home a { background-position: 0px 0px; }
		
	ul.nav li.home a:hover { background-position: 0px -25px;}
	
	ul.nav li.members a { background-position: -100px 0px; }
		
	ul.nav li.members a:hover { background-position: -100px -25px; }
	
	ul.nav li.addme a { background-position: -200px 0px; }
	
	ul.nav li.addme a:hover { background-position: -200px -25px; }

/* ================================= */	
/* End of Rollover Graphical Menu CSS */	
/* ================================= */

h1.header
	{
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	}
	
h2
	{
	font-size: 1.3em;
	padding: 0;
	margin: 0 0 30px 0;
	}

h3
	{
	width: 100%;
	font-size: 1.1em;
	padding: 0;
	margin: 3em 0 1em 0;
	border-bottom: 1px solid #fff;
	clear: both;
	}
	
h3.first
	{
	margin-top: 0;
	}

/* ================================= */	
/* ============ Links ================ */	
/* ================================= */

div.body a img
	{
	border: 1px solid #fff;
	}
	
div.body a:hover img
	{
	border: 1px solid #00ccff;
	}		

div.body a:link
	{
	color: #3cf;
	text-decoration: none;
	}
	
div.body a:visited
	{
	color: #9cf;
	text-decoration: none;
	}
	
div.body a:hover, div.body a:active
	{
	
	background: #369;
	text-decoration: none;
	}
	
/* ================================= */	
/* =========== End of Links ========== */	
/* ================================= */	

img.profile
	{
	float: left;
	margin: 0 2em 2em 0;
	}
	
ul.profile
	{
	float: left;
	list-style: none;
	width: 300px;
	padding: 0;
	margin: 0 0 2em 0;
	}
	
ul.profile li
	{
	border-bottom: 1px dotted #fff;
	margin-bottom: 1em;
	}

ol.profile li
	{
	padding: 5px 0;
	}	

.strike
	{
	text-decoration: line-through;
	}

/* =============================== */
/* Here STARTS the Lightbox JS CSS */
/* =============================== */


#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; color: #000; }
#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 CSS */
/* =============================== */		

/* Toothball's section. Some links at the bottom of a page needed tidying up */


ul.footer
	{
	list-style: none;
	padding: 0;
	margin: 0 0 2em 0;
	}
	
ul.footer li
	{
	float: left;
	width: 110px;
	margin-bottom: 1em;
	margin-left: 1.5em;
	}
