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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

div {
    line-height:20px;
}

/*** MAIN ***/

body {
    background:#fff;
    font-family:Arial, Verdana, Tahoma;
    font-size:14px;
    color:#000;
}

div#container {
    width:100%;
    position:relative;
}

.logo {
    padding:10px 0;
}

.content {
    padding:10px 0 20px 0;
}

.footer {
    font-size:12px;
    color:#979797;
}

.logo, .content, .footer {
    width:780px;
    margin:0 auto;
    clear:both;
}

.line {
    height:20px;
    background:#fff url(../../images/crawler/bg.gif) top center repeat-x;
}

img#logo {
    position:absolute;
    right:110px;
    top:50px;
}

h2 {
    font-size:14px;
    color:#000;
    font-weight:bold;
    line-height:26px;
}

p {
    margin:10px 0;
}

a {
    color:#0052A0;
    text-decoration: underline;
}

a:hover {
    text-decoration:none;
}

hr {
    border:none;border-top:solid 1px #ccc;height:1px;
    margin-top:20px;
    padding-bottom:10px;
}