/* CSS Document */
	body,
	html {
		margin:0;
		padding:0;
		background:#000;
		color:#A6A6A6;
	}
	body {
		min-width:670px;
	}
	
	/*************************************************************************
*          *********************Links*************************
*************************************************************************/	
a:link {color: #666666; text-decoration: none;}
	
a:visited {color: #666666; text-decoration: none;}
	
a:hover {	color: #fff;	text-decoration: none;	}

a.nl:hover{text-decoration: none; color: #666666;}
	
a:active {	color: #fff;	}

a.delete:hover {	background: #c00;	color: #fff;}

a img {border:none;text-decoration:none;}

.nl{
	color:#CCCCCC;
}
	#wrap {
		margin:0 auto;
		width:720px;
	}
	#header {
	height:50px;
	}
	#header h1 {
    	padding:5px;
	    margin:0;
    }
	#nav {
		padding:5px;
		text-align: center;
		color: #333333;
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 11px;
	}
	#main {
		float:left;
		width:520px;
		text-align:center;
	}
	#main h2, #main h3, #main p {
		padding:0 10px;
    }
	
	#main img{
	border:solid 1px #333333;
	padding: 5px;
	}

	#sidebar {
		float:right;
		width:200px;
	}
	#sidebar ul {
		margin-bottom:0;
    }
	#sidebar p{
		text-align:left;
		color: #4e4e4e;
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 10px;
	}
		#sidebar table{
		text-align:left;
		color: #4e4e4e;
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 10px;
	}
	
	.error{
	color:#FF0000;
	}
	
    #sidebar h3, #sidebar p {
		padding:0 10px 0 0;
    }
	
	h4{
		font-style:italic;
		color: #4e4e4e;
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		padding:0px;
		margin:0px;
	}
	
	#footer {
		clear:left;
	}
	#footer p {
		padding:5px;
		margin:0;
		text-align: center;
		color: #333333;
		font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
		font-size: 10px;
    }
	
	form { 

	margin: 0;

}

input.t, input.tr, textarea, select, .file {

	background-color: #2B2B2B;
	border: none;
	font-size: 10px;
	color: #D2D5D5;
	margin-bottom:5px;


}


input.t:focus, textarea:focus, select:focus, .file:focus {

	background-color: #D2D5D5;
	color: #000;

}



input.t, input.tr {

	height: 1.6em;

}




input.tr:focus, textarea.tr:focus {


	background-color: #D2D5D5;

	color: #000;

}



select, select:focus {

	height: 1.6em;

	padding: 0;

}

.submit
{
	background-color: #2B2B2B;
	border: 1px solid #656668;
	font-family: Verdana;
	font-size: 10px;
	color: #BBBBBB;
}

