@charset "utf-8";


/* Error Page CSS */

body {
	background: #eaeaea;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444;
	min-width: 500px;
}

#title {
	background: url(../img/layout/title.jpg);
	height: 50px;
	width: 150px;
	float: right;	
}

#error-container {
	background: url(../img/errors/background.jpg) no-repeat;
	height: 300px;
	width: 250px;
	margin: 50px auto;
	padding: 75px 50px 50px 50px;
}

#error-container h1 {
	font-size: 18px;
	font-weight: bold;
	color: #999;
	margin: 0px;
}

#error-container h2 {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	margin: 0px;
}

#error-container p {
	margin-top: 20px;
}

a:link, a:visited { color: #666; }
a:hover, a:active { color: #f43c5f; }