/* Eric Meyer's Reset */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Reset */

/* Colors


 */
body {
	background: #696969 url(images/background.png) repeat-x;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	font: 1em/1em Helvetica, Geneva, Arial, sans-serif;
}
h1 {
	margin-top: 5em;
}
h2, p {
	margin-top: 2em;
}
h1, h2, p {
	margin-bottom: 2em;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-size: 1.3em;
	line-height: 1.4em;
}
p, ul span {
	color: #b7b6b6;
}
p span, p a {
	color: #e1dede;
}
p a {
	color: #cbc9c9;
}
p, ul {
	text-align:justify
}
ul {
	line-height: 1.4em;
	font-size: 1.1em;
}
ul, ul a {
	color: #989696;
}
ul span {
	padding-right: .5em;
}
li {
	display: inline;
	padding-right: .75em;
}
#copyright {
	text-align: right;
	font-size: .8em;
	color: #666;
	background: url(images/logo.png) no-repeat center;
}
