/* 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.2;
}
ol, ul {
	list-style: none;
	text-align: justify;
}
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;
}


/* my main rules */
body {
font-family:Verdana, Garamond, Arial, Helvetica, sans-serif;
background-color:#FFFFFF;
color:#000000;
text-align:center;
}
#main_container, #main_container-intro{
margin-top:-9000px;
}
.thumb_box{
margin-top:-9000px;
}
#thumbtext{
color:#969594;
text-align:center;
}
.thumb_container{
width:236px;
float:left;
}
.text{
margin-top:-9000px;
}
.go-back, .go-back a {
margin: 10px 0 20px 0;
text-align: right;
font-size: 10px;
color: #bbb !important;
}
a{
text-decoration:underline;
color:#990000;
}
a:visited{
color:#660000;
}
p{
text-align:justify;
display:block;
clear:both;
margin-bottom: 1.5em;
}
h3{
font-size: 1.1em;
}
#main_container, #main_container-intro{
height:auto;
margin-left:auto;
margin-right:auto;
}
.text ul {
list-style-type: none;
list-style-position: inside;
margin: 1em 0 1em 0.1em;
}
ul.list-with-heading{
margin-top: 0.1em;
margin-left: 2em;
}
p.list-with-heading{
margin-bottom: 0.5em;
}
.text ul li {
margin-bottom: 1.1em;
}
.text ul p {
margin-bottom: 0.5em;
}
ul.archive {
margin: 0 0 0 0px;
list-style-type: none;
}
ul.archive li{
margin: 1.1em 0 0 0;
}
.text h1{
font-size: 1.2em;
text-align:center;
display:block;
clear:both;
margin: 0em 0;
}
.text h3{
font-size: 1.1em;
text-align:justify;
display:block;
clear:both;
margin: 2em 0 0.6em 0;
}
.psmallmargin{
margin-bottom: 0.5em;
}
.pmediummargin{
margin-bottom: 0.8em;
}

