/* RESET.CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
	body{
			background:#ffffff;
			margin:0 auto;		
		    font-family:"Lucida Sans Unicode","Lucida Grande",Tahoma, Helvetica, Arial, sans-serif;
			height:100%;
			width:100%;
			line-height:1.0em;
			margin:0;
			padding:0;
	}
		a:link,a:visited{
			text-decoration:none;
			color:#7d070b;
		}
	a.current{
			color:#600609;
			font-weight:bold;
	}
	a:hover {
			color:#b30b10;
		}
#erroreverything{
	margin:0 auto;
	width:960px;
	margin-top:20px;
	padding-top:120px;
	background:#ffffff url(../images/main_image.png) top right no-repeat;
}
#erroreverything h1{
		font-size:3.0em;
		color:#000000;
		font-weight:bold;
		margin-bottom:25px;
}
#erroreverything p{
	line-height:1.4em;
	font-size:1.6em;
	color:#575757;
	margin-bottom:10px;
}
#erroreverything #blacker{
	color:#000000;
}
#erroreverything #floatright{
	float:right;
	display:inline;
	clear:both;
	margin:15px 10px 0 0;
}
.borderbott{
	border-bottom: 1px solid #bababa;
}
.clear{
	clear:both;
	line-height:0em;
}
#erroreverything h2{
	color:#000000;
	font-size:1.8em;
	margin-bottom:10px;
	padding-bottom:30px;
	border-bottom: 1px solid #bababa;
}
.sitemap_col{
	float:left;
	display:inline;
	list-style:none;
	margin:10px 35px 0 35px;
}
.sitemap_col li{
	margin-top:10px;
	font-size:0.85em;
	width:170px;
}
.sitemap_col li a,.sitemap_col li a:visited{
	color:#9b9b9b;
	text-decoration:underline;
}
.sitemap_col li a:hover{
	color:#000000;
	text-decoration:underline;
}
.sitemap_col h3{
	font-size:1.3em;
	font-weight:bold;
}
.sitemap_col h3.red{
	color:#7d070b;
}
.sitemap_col h3.darkblue{
	color:#5c7ab8;
}
.sitemap_col h3.lightblue{
	color:#90bfe9;
}
.sitemap_col h3.lightpink{
	color:#f7b2c7;
}
.sitemap_col h3.purple{
	color:#65304d;
}
.sitemap_col h3.grey{
	color:#4c4c4e;
}
.sitemap_col h3.darkgrey{
	color:#202020;
}
.sitemap_col h3.yellow{
	color:#ffcc00;
}
#copyright{
	width:960px;
	margin:0 auto;
	font-size:0.625em;
	margin-bottom:40px;

}
#copyright p{
	text-align:right;
	float:right;
	display:inline;
	font-size:1.2em;
	margin-top:6px;
}
