/************************************************
 *
 * Error Stylesheet
 *
 * Author: J. van Egmond
 * Date: 16/08/2008
 *
 ***********************************************/
 
 
/************************************************ 
*	GLOBAL
************************************************/
* {
	margin			: 0;
	padding			: 0;
}


/************************************************ 
*	GENERAL
************************************************/
body {
	background		: #EEE;	
}

img {
	margin-right	: 10px;
}

h1 {
	font			: italic 38px "Georgia";
	color			: #f6b61b;
}

p {
	display			: none; /* Set for the fadeIn effect */
	font-family		: "Courier New";
	font-size		: 11px;
}


/************************************************ 
*	TEMPLATE
************************************************/
#error_wrap {
	position		: relative;
	width			: 800px;
	top				: 75px;
	margin			: 0 auto;
}

#error_top {
	width			: 740px;
	height			: 85px;
	background		: transparent url(../img/error_top.gif) no-repeat;
	padding			: 30px 30px 0 30px;
}

#error_content {
	width			: 740px;
	background		: transparent url(../img/error_mid.gif) repeat-y;
	display			: none; /* Set for the fadeIn effect */
	padding			: 0 30px;
}

#error_bottom {
	width			: 800px;
	height			: 49px;
	background		: transparent url(../img/error_bottom.gif) no-repeat;
}