/* file: styles.css */

body {
	margin: 0;
	padding: 0 25px;
	color:black;
	background:#bbbbbb url(background.gif) repeat fixed;
	text-decoration:none;
	font:normal 100.01% Arial,Helvetica,sans-serif;
	text-align:center;
}
div#content {
	max-width: 32em;
	padding: 20px 20px 3px;
	margin: 25px auto ! important;
	text-align:left;
	color:black;
	background-color:#f5f5f5;
	background-color:rgba(250,250,250,0.8);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-o-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:4px 4px 15px black;
	-webkit-box-shadow:4px 4px 15px black;
	-o-box-shadow:4px 4px 15px black;
	-khtml-box-shadow:4px 4px 15px black;
	box-shadow:4px 4px 15px black;
}
div#content p.topmargin {
	margin-top:7ex;
}
div#content p {
	margin-top:2ex;
}
div#content a:link {
	color:maroon;
	background-color:transparent;
	text-decoration:underline;
}
div#content a:visited {
	color:#665555;
	background-color:transparent;
	text-decoration:underline;
}
div#content a:hover {
	color:red;
	background-color:transparent;
	text-decoration:underline;
}
div#content a:active {
	color:red;
	background-color:transparent;
	text-decoration:underline;
}
img.image {
	text-align:right;
	margin:0 25px 0 1em;
	border:0;
	float:right;
}
h1.name {
	font:bold 1.5em 'Times New Roman',Times,serif;
	text-align:left;
	margin:0 0 4ex;
	padding:0;
	white-space:normal;

}
h1 {
	font:bold 1.5em 'Times New Roman',Times,serif;
	text-align:center;
	margin:0 0 4ex;
	padding:0;
	white-space:normal;
}
strong {
	font-weight:bold;
}
p.indent {
	margin-left:1em;
}
span.negindent {
	font-style:italic;
	margin-left:-1em;
}
p.center {
	text-align:center;
}
p#date {
	text-align:right;
	font-size:0.8em;
	font-style:italic;
	margin:0;
}
p#homelink {
	text-align:right;
	font-size:1em;
	margin:0;
}
input, textarea {
	font:normal 1em monospace;
}
input.button {
	font:normal 1em Arial,Helvetica,sans-serif;
}
hr {
	color:#777;
	background-color:#777;
	border:0 none;
	width:100%;
	height:1px;
	padding:0;
	margin:0 auto;
}
.hidden {
	display:none;
}
@media print {
	div#content {
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		-o-box-shadow:none;
		-khtml-box-shadow:none;
		box-shadow:none;
	}
}
