/* CSS Document 

Error 404 CSS
http://design.jessierauch.com
by Jessie Rauch

c.2009-2010 All rights reserved. This CSS may not be duplicated for any purpose.


*/


body {
		overflow:hidden;
}
#errorcontent{
		margin:0px auto;
		height:84px;
		width:100%;
		bottom:66%;
		z-index: 6000;
		background: url(../images/error/errorbar.png) repeat-x left top;
		position:absolute;
		border: none;
}
#header {
		margin-left:100px;
}
#header h1 {
		font-family: "ff-meta-serif-sc-web-pro-1","ff-meta-serif-sc-web-pro-2",Georgia, "Times New Roman", Times, serif;
		letter-spacing:1px;
		font-variant:small-caps;
		font-weight:bold;
		font-size:48px;
		color:#FF0000;
		line-height:48px;
}
#header p {
		margin-left:72px;
		margin-top:8px;
		font-size:16px;
}
#errormsg {
		margin-top:60px;
		margin-left:100px;
		color:#999;
		font-size:16px;
}
#errormsg p {
		line-height:24px;
		margin-bottom:2px;
}
#errormsg p span {
		background: url(../images/home/controlbar_bg.png) repeat left top;	
}
ul.suggestedlinks {
		margin-left:120px;
		margin-top:12px;
}
ul.suggestedlinks li {
		margin-bottom:12px;
}
ul.suggestedlinks li a {
		color:#FFF;
		background:#000;
		line-height:24px;
		padding:0 8px;
}
ul.suggestedlinks li a:hover {
		color:#FF0000;
}

