html, body
{
	width:  100%;
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6
{
	margin:  0;
	padding: 0;
	font-size:   12px;
	line-height: 16px;
	font-family: "times", "times new roman", serif;
}
body
{
	background-color: #996;
	color: #FFF;
	filter:  alpha(opacity=100);
	opacity: 1.00;
}
a:link, a:visited, a:hover, a:active
{
	background-color: transparent;
	color: #016;
	text-decoration: none;
}
a:hover
{
	background-color: #DDE;
	color: #016;
	text-decoration: none;
}




h1
{
	margin-top:    60px;
	margin-bottom: 40px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active
{
	background-color: transparent;
	text-decoration: none;
}
h3
{
	font-size:   16px;
	line-height: 18px;
}
sup
{
	font-size:   10px;
	line-height:  0px;
}
form
{
	margin:  0;
	padding: 0;
}
textarea
{
	border:  1px solid #CCC;
}




#recent
{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -400px;
	width:  220px;
}
#shadowLeft, #shadowRight
{
	position: absolute;
	left: 50%;
	margin-left: -170px;
	width:  20px;
	height: 100%;
	min-height: 460px;
	background-image: url(../med/shadow.left.gif);
}
#shadowRight
{
	margin-left: 150px;
	background-image: url(../med/shadow.right.gif);
}
#pray
{
	position: absolute;
	left: 50%;
	margin-left: -150px;
	width:  300px;
	height: 100%;
	min-height: 460px;
	background-image: url(../med/background.gif);
	text-align: center;
	color: #444;
}
#about
{
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 185px;
	width: 210px;
}
#reply
{
	padding: 20px;
	padding-top: 60px;
	text-align: left;
}
.user
{
	font-family: "courier new", courier, monospace;
}
#donate
{
	margin-top: 60px;
}