#content
{
	background-position: 130px 0px;
}

h1
{
	background-image: none;
	background-color: transparent;
	margin: 8px 0px 0px 0px;
	padding: 0;
	color: black;	
	font-weight: bold;
	font-size: 240%;
	text-transform: uppercase;
	font-family: Verdana;
}

div#message
{
	background-image: url(../img/404Page/background.png);
	background-repeat: no-repeat;
	background-position: 8px 0px;
	border-bottom: 4px solid #d0d0d0;
	padding-top: 34px;
	padding-bottom: 14px;
	padding-left: 300px;
	float: left;
	clear: both;
}

div#message p
{
	font-size: 110%;
	font-family: Verdana;
	line-height: 1.4em;
}

div#articles,
div#search-results
{
	float: left;
	clear: none;
	padding: 20px 0px 14px 0px;
}

div#articles
{
	width: 260px;
	padding-left: 20px;
	padding-right: 20px;

	background-color: #f8f8f8;
	background-image: url(../img/404Page/footer.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #eeeeee;

}

div#search-results
{
	width: 373px;
	background-color: white;
	padding-right: 0px;
	padding-left: 18px;
}

div#articles h2,
div#search-results h2
{
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 4px 0px;
	font-size: 140%;
	font-weight: bold;
	border-bottom: 2px solid #eeeeee;
}

div#articles ul,
div#search-results ol
{
	clear: both;
	margin: 0;
	padding: 0;
	list-style: none;
}

div#articles ul li,
div#search-results ol li
{
	margin: 0px 0px 4px 0px;
	padding: 0;
}

div#search-results ol
{
	list-style: decimal;
	margin-left: 22px;
}

div#search-results p
{
	margin: 0;
	padding: 0;
}
	
div#search-results ol li
{
	margin-bottom: 6px;
}

div#articles ul li span
{
	color: #c0c0c0;
	font-weight: bold;
	padding-right: 3px;
}

div#search-results ol li span
{
	display: block;
	clear: both;
}

div.other-places
{
	float: left;
	width: 100%;
}

form#search-box
{
	float: left;
	width: 100%;
	display: block;
	margin: 0px auto;
	padding: 8px 0px;
	font-size: 160%;
	border-top: 4px solid #d0d0d0;
}

form#search-box fieldset
{
	margin: 0;
	padding: 0;
	border: 0;
}

form#search-box label
{
	float: left;
	padding: 3px 4px 0px 143px;
	font-weight: bold;
}

form#search-box input
{
	padding: 2px 3px;
	font-family: Verdana;
	float: left;
	clear: none;
	margin-right: 3px;
}

form#search-box input.submit
{
	background-color: #0069ff;
	color: white;
	-moz-border-radius: 4px;
	border: 1px solid #19447d;
	border-top: 0;
	border-left: 0;
	font-weight: bold;
	font-size: 85%;
	padding: 4px 3px 3px 3px;
	width: auto;
}
