/*
#---- pffproduction.com ------------------------------------------
#
# filename:      style.css
# location:      /include/
# author:        Ig Nefer
# date created:  09/08/2005
# last modified: 06/08/2005
#
#---------------------------------------------------------------
*/
/* ------- Body ------- */
Body {
	background-color:000000;
	background-image:url(http://www.pffproductions.com/images/MoonWaterGirl+flair.jpg);
	background-position:Center Left;
	background-attachment:fixed;
	background-repeat:no-repeat;
	scrollbar-track-color:cccccc;
	scrollbar-face-color:CCCCCC;
	scrollbar-highlight-color:333333;
	scrollbar-base-color:333333;
	scrollbar-DarkShadow-color:333333;
	scrollbar-Shadow-color:333333;
	scrollbar-arrow-color:FFFFFF;
} 

table {
margin: 0;

}

/* ------- Header ------- */
#header {
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	border-collapse: collapse;
}

table.header {
width:500;	
}
	td.header p {
	padding: 0 0px;
	margin: 0 0px;
	font-family: verdana,helvetica,arial,sans-serif; 
	font-size: 0.7em;
	width:85px;
	text-align:center;
	}

	td.header p a, a:link, a:visited {
	color:fff;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	}

	td.header p a:hover, a:active{
	color:FFFFFF;
	font-weight:normal;
	text-decoration:underline;
	font-style:normal;
	}
/* ------- Body ------- */
#main_box {
		border-color:#cccccc;
		border-style:solid;
		border-width:2px;
		padding: 5px 5px;
		margin: 0 5px;
		font-family: verdana,helvetica,arial,sans-serif; 
		font-size: .7em;
		color:#000000;
		
		overflow: scroll; 
		width: 485px; 
		height: 450px;
		scrollbar-track-color:cccccc;
		scrollbar-face-color:CCCCCC;
		scrollbar-highlight-color:333333;
		scrollbar-base-color:333333;
		scrollbar-DarkShadow-color:333333;
		scrollbar-Shadow-color:333333;
		scrollbar-arrow-color:666666;
		}
	
	td {
		border-color:#cccccc;
		border-style:solid;
		border-width:2px;
		padding: 5px 5px;
		margin: 0 5px;
	}
	
	td h3 {
		padding: 0px 0px;
		margin: 0 0px;
		font-family: verdana,helvetica,arial,sans-serif; 
		font-size: 15px;
		color:#ccc
	}
	
	td p {		
		font-family: verdana,helvetica,arial,sans-serif; 
		font-size: 13px;
		color:#ccc
	}
	
	td p a, a:link, a:visited {
		color:ccc;
		font-weight:normal;
		text-decoration:underline;
		font-style:normal;
	}

	li {
		padding: 0px 0px;
		margin: 0 5px;
		font-family: verdana,helvetica,arial,sans-serif; 
		font-size: 13px;
		color:#ccc;
	}
	
	li a:hover, a:active{
		color:ccc;
		font-weight:normal;
		text-decoration:underline;
		font-style:normal;
	}

	li a, a:link, a:visited {
		color:ccc;
		font-weight:normal;
		text-decoration:underline;
		font-style:normal;
	}

	li p a:hover, a:active{
		color:ccc;
		font-weight:normal;
		text-decoration:underline;
		font-style:normal;
	}