/****************************************
*	This is the style sheet of PPLOG	*
*	Edit this as you wish.				*
*	Designed by Federico RamĚrez		*
*	A.K.A fedekun						*
****************************************/

body,html {
	background: #000000;
	color: #FFFFFF;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

table, td {
	color: #000000;
	font: normal normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: top;
}

a:link              { color: #DDDDDD;}
a:visited           { color: #EEEEEE;}
a:hover             { color: #CCCCCC; text-decoration:bold; font-style:italic; font-weight:bold; }
a:active            { color: #CCCCCC;}

div#navigation
{
	z-index: 1;
	position:fixed;
	width:33%;
	height:100%;
	float:left;
	background-color: #000000; 
	padding: 0; 
	border: none; 
	overflow-x:hidden; 
	vertical-align:top; 
	text-align:top;
}

div#content
{
	vertical-align:top; 
	width:65%;  
	left: 33%;
	float:right;
	background-color: #000000; 
	background-image: url('images/spacer.gif'); 
	padding: 6px; 
	border:none; 
	text-align:top; 
	overflow-x:hidden;
}

input, button, textarea, select, radio {
	padding: 2px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}