/*Reset reloaded by Eric Meyer's - brilliant - thanks so much*/
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;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*end of meyer's*/
body {
	font-size: 75%;
	font-family: Verdana, san-serif;
	line-height: 1.2em;
	background: #ccc;
	color: #000;
}
html>body {
	font-size: 14px;
}
#container {
	width: 750px;
	height: 600px;
	margin: 0 auto;
	background: url(../images/bk.jpg) top left no-repeat;
	color: #222;
}
#container h1 {
	padding: 155px 0 24px 105px;
	font-size: 18px;
	font-weight: bold;
}
#container h1 span {
	font-style: italic;
}
#container p {
	line-height: 1.2em;
	width: 520px;
	padding-left: 120px;
	margin: 0 0 14px 0;
	font-size: 16px;
}
#container ul {
	margin-left: 250px;
}
#container ul li {
	margin: 2px 0 4px 0;
}
#container ul li a {
	display: block;
	color: #222;
	text-decoration: none;
	padding: 1px 0;
	background: transparent;
}
#container ul li a:link {
	color: #222;
}
#container ul li a:visited {
	color: #3a525d;
	text-decoration: none;
}
#container ul li a:hover {
	color: #5c2013;
	text-decoration: none;
}
#container ul li a:active {
	color: #5c2013;
	text-decoration: underline;
}
#container p.valid {
	margin-top: -152px;
}