/* ImageNest Error Styles
   Updated: Thu 03.06.08 @ 6:45 p.m.
   Author: Ryan Mudryk
   ----------------------------------------------------*/

@import url("reset.css");

body {
	padding: 2em;
	font-size: 62.5%;
	background: #3b222f url(/images/background.gif) repeat-x;
}
h1 {
	margin-bottom: 1.29em;
	font: bold 1.4em Georgia, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #fff;
	line-height: 1.29em;
}
p {
	max-width: 50em;
	font: 1.1em Tahoma, Verdana, Helvetica;
	color: #76656e;
	line-height: 1.64em;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
}
