body {
	color:black;
	text-align:justify;
	background:#333333 url('pillar.png');
	background-repeat: repeat-y;
	background-position: top center;
	/*background:black;*/
	margin-top:0;

}
div#title {
	position:relative;
	margin:0 auto;
	margin-top:0;
	top:0;
	height:100px;
	width:650px;
	background:url('title.png');
	background-repeat: no-repeat;
}
div#options {
	position:relative;
	margin:0 auto;
	margin-top:0;
	width:650px;
	padding:5px 0 5px 0;
	text-align:center;
	background:black;
	color:white;
	font-weight:bold;
	font-family:sans-serif;
}
div#options a {
	color:white;
	text-decoration:none;
	font-weight:normal;
}
div#options a:hover {
	text-decoration:underline;
}

div#content {
	position:relative;
	background:white;
	margin:0 auto;
	margin-top:0;
	width:630px;
	padding:10px;
}
img.normal {
	margin:0 14px 0 14px;
	width:600px;
	border:1px solid black;
}
img.small {
	margin:0 164px 0 164px;
	width:300px;
	border:1px solid black;
}
a {
	color:black;
	text-decoration:underline;
}
a:hover {
	color:#ff3311;
}
a.silent {
	color:black;
	text-decoration:none;
}
a.silent:hover {
	color:black;
	text-decoration:none;
}
p {
	font-family:"Times New Roman", serif;
	margin:0 5% 10px 5%;
	text-indent:2.5%;
}
em {
	font-style: italic;
	font-weight: none;
}
h1, h2 {
	font-family:sans-serif;
}
h1 {
	font-weight: bold;
	font-size:130%;
}
h2 {
	font-weight: bold;
	font-size:105%;
}
