/*
 * 404 
 */
 
 	#error404{
		float:right;
		width:790px;
	}

	#error404 .screenlet{
		border: 1px solid #606;

		text-align:left;
	}
	#error404 .screenlet p {
		margin:8px 15px;
		text-align:justify;
		font-size:1em;
	}

	#error404 .screenlet .screenlet-header{
		background:none repeat scroll 0 0 #660066;
		color:#FFFFFF;
		font-weight:bold;
		padding-left:5px;
	}

	#error404 ul{
		list-style:none;
		color:#606;
		font-size:0.9em;
	}
	
	/* test */