/* reset */
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.2;
}

ol, ul {
/*
	list-style: none;
*/
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #eee;
}

td {
	vertical-align: middle;
	text-align: center;
}

#wrapper {
	position: relative;
	text-align: left;
	margin: 1em auto;
	padding: 0;
	width: 960px;
	border: 1px solid #999;
	background-color: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content {
	margin: 4em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

p {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
        margin-bottom: 1em;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #900;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.2em;
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 1.1em;
	margin-top: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin-left: 2em;
	margin-top: .25em;
}

ul li {
	list-style:circle;
	padding-bottom: .25em;
}

.infoheader {
	font-style: italic;
	margin-top: 0;
}

pre { 
        font-size: 1em; 
        border: 1px solid #ccc;
        padding: 1em;
        margin: 1em;
        background-color: #FFFFEE;
}


#contact {
	font: italic bold 16px Georgia, 'Times New Roman', Times, serif; 
	border-top: 1px solid #ccc;
        text-align: right;
}

#contact a { 
	text-decoration: none;
	color: #900;
}

#contact a:hover {
	text-decoration: underline;
}

#content img { margin-bottom: 1em; border: 1px solid #ccc;}