@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/bg_tile.jpg) top left fixed;
	margin: 0px;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#pageWrapper {
	background: url(../images/bg.jpg) top left repeat-x;
	height: 700px;
}
#page {
	width: 893px;
	margin: auto;
}
#logo {
	float:left;
}
#date {
	padding-top: 20px;
	padding-right: 4px;
	float: right;
}
#sendMessage label {
	display: block;
	float:left;
	width: 100px;
	}
form {
	margin:0px;
	padding: 0px;
}
#sendMessage input, #sendMessage textarea {
	width: 462px;
}
#nav {
	background:url(../images/nav_bg.gif) center no-repeat;
	width: 893px;
	height: 33px;
	margin:auto;
	clear:both;
	font-size: 18px;
	line-height:33px;
	vertical-align:middle;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:center;
}
#nav a:link, #nav a:visited {
	color: #000;
	text-decoration:none;
	padding-left: 10px;
	padding-right: 10px;
}

#nav a:hover {
	background:#FF6600;
	color: #fff;
}

#buildings {
	background: url(../images/buildings.gif) bottom center no-repeat;
	height: 700px;
	margin:auto;
	width: 893px;
}
#content {
	clear:both;
}
#info {
	padding: 8px;
	width: 580px;
	float:left;
}

img.header {
	padding-top: 20px;
	margin-left: -8px;
}
#info p {
	margin-top: 5px;
}
#rightBox {
	margin-top: 5px;
	background: url(../images/rightBox.gif) top no-repeat;
	width: 287px;
	height: 543px;
	float:right;
	font-size: 12px;
}
#rightBox p {
	margin:0px;
	padding: 15px;
	padding-bottom: 0px;
	height: 73px;
}
div.verse {
	padding-right: 15px;
	text-align:right;
	font-weight:bold;
}
