* {
	margin:0;
	padding:0;
}

body {
	background-color: #1D1105;
	background-image: url(../../images/bg.jpg);
	background-repeat: repeat-x;
	text-align: center;
	color: #fff;
}

img {
	border:0;
}

p {
	margin-bottom: 2.0em;
}

#table td {
	padding: 4px;
}

#table {
	margin: 10px;
}

h1,h2,h3,h4,h5,h6 {
	display: block;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 20px;
	letter-spacing: 0.5em;
	text-align: center;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	border-bottom: 1px solid #663300;
}

.wrapper {
	display: block;
	width: 750px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#container {
	display: block;
}

#header {
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.col {
	display: inline;
	width: 250px;
	float: left;
	text-align: center;
	background-image: url(/images/shadow.gif);
	background-repeat: no-repeat;
	background-position: center 155px;
}

.tile, .tileSmall {
	width: 210px;
	height: 210px;
	padding: 5px;
	display: block;
	background-color: #FFFFFF;
	background-image: url(/images/tileBg.jpg);
	background-repeat: repeat-x;
	margin-left: 15px;
	margin-right: 15px;
}

.tileSmall {
	width: 100px;
	height: 100px;
	margin: 0px;
}

a.tile:hover, a.tileSmall:hover {
	background-image: url(/images/tileBg_sel.jpg);
	background-color: #C06A24;
}

#footer {
	display: block;
	text-align: center;
	margin-top: 170px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 1.4em;
	color: #918A83;
	letter-spacing: .15em;
	padding-bottom: 30px;
}

#footer a {
	color: #C0B6AD;
}

#footer a:hover {
	color: #918A83;
}

.clear {
	clear:both;
}

.anthology, #footer .anthology a {
	color: #403B35;
}

.left {
	display: inline;
	width: 250px;
	float: left;
}

.right {
	display: inline;
	float: right;
	width: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
	font-size: 12px;
	line-height: 18px;
}

.contentText {
	display: block;
	padding: 15px;
	background-color: #fff;
	color: #1D1105;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	padding-left: 40px;
	padding-right: 40px;
}

.emphasis {
	display: block;
	padding: 10px;
	font-size: 1.4em;
	line-height: 1.6em;
	background-color: #613910;
	color: #fff;
}

.scripture {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 18px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 20px;
	border-left: solid 3px #DFDDD1;
}

#smallTiles {

}

a {
	color: #563C22;
}

a:hover {
	color: #000;
}


.fullContent {
	margin-left: auto;
	margin-right: auto;
	display: block;
	background: #fff;
	margin-left: 50px;
	margin-right: 50px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding: 25px;
}

.roundTop {
	display: block;
	background: url(/images/roundTop.gif) no-repeat top center;
	height: 10px;
}