* {
	margin: 0; padding: 0;
}

body {
	margin: 0 2%; padding: 0; border: 0;
	font-size: 10pt;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 1.5em;
}

/* STRUCTURE */

div#wrap, div#content, div#main-content {
	float: none !important;
	width: auto;
	border: 0; padding: 0; margin: 0;
	color: #000;
	background: transparent;
}

div#other-content {
	display: none;
}



#footer {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* CONTENT */

div#header {
	padding: 0 0 2px 0;
}
div#header span {
	font-size: 0.8em;
	letter-spacing: 1px;
}
div#header h1 {
	font-size: 2.6em;
}

div.item {
	page-break-inside: avoid;
	margin: 20px 0;
	padding: 0;	
}
div.item h1, div.result-message h1 {
	font-size: 15px;
	text-transform: uppercase;
	width: 100%;
	background: url(../images/h1_bg1.gif) repeat-y top left;
	margin: 0 0 0.5em 0;
}
div.odd>h1 {
	background: url(../images/h1_bg2.gif) repeat-y top left;
}
div#footer {
	
}

div#archive-link {
	display: none;
}
div#result {
	margin-left: 235px;
}	
div.result-message {
	margin: 250px 0 50px 0;
	width: 500px;
}


div.summary {
	display: none;
}
div.summary h1 {
	text-transform: uppercase;
	background: url(../images/dots.gif) repeat-x bottom;
}

div#rules {
	padding:230px 0 0 10px;
	width: 250px;
}
div#crawled {
	margin: 300px;
}
/* LINKS */
a {
	color: black;
	background: #c0c0c0;
	text-decoration: none;
}
a:hover {
	background: #FF6699;
}
#footer a {
	background: none;
}

div#archive-link a {
	background: #E0E0E0;
}
div#archive-link a:hover {
	background: #FF6699;
}
/* OTHER */

p {
	margin: 0 0 1em 0;
}

.right {
	float: right;
	clear: both;
}

div.date {
	text-align: right;
	font-size: 0.9em;
	margin: 0 10px 0 10px;
}

blockquote {
	border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;
	padding: 10px;
	margin: 10px 0 10px 20px;
	font-style: italic;
}
