/* @override http://newtest.theshepherdscrook.org/css/prayer_cards.css */

* {
	padding: 0;
	margin: 0;
}
body {
	margin: 30px;
	color: #565656;
	font: 14px/1.6em Tahoma, sans-serif;
	text-align: left;
	width: 575px;
}

#instructions {
	float: right;
	width: 210px;
	color: #999999;
	font-size: 11px;
}
#instructions h3 {
	font-size: 16px;
	margin-bottom: 10px;
	color: #616161;
}
#instructions ol {
	list-style-position: outside;
	margin-left: 15px;
}
#instructions a {
	width: 146px;
	height: 35px;
	display: block;
	background-image: url(/img/btn_print_cards.gif);
	text-indent: -1000px;
	overflow: hidden;
	margin-top: 15px;
}
#instructions a:hover {
	background-position: 0 bottom;
}
#lg_cutout {
	margin-bottom: 20px;
	position: relative;
	width: 310px;
}
#lg_cutout img.cutout {
	float: left;
	margin-top: 27px;
	margin-right: 5px;
}
p.lable {
	font-weight: bold;
	color: #c1c1c1;
	margin-left: 10px;
	font-size: 11px;
}
#lg_card {
	background: #FFF;
	position: relative;
	border: 2px dashed #c1c1c1;
}
#lg_card td {
	padding: 15px;
}
#lg_img {
	vertical-align: top;
	text-align: center;
	font-size: 11px;
}
#lg_img img {
	margin-bottom: 10px;
	border: 2px solid #c5c5c5;
}
#lg_img p {
	margin: 0;
	line-height: 1em;
	text-align: left;
}
#lg_card td#lg_text {
	text-align: left;
	font-size: 12px;
	vertical-align: middle;
	padding-left: 5px;
}
.lg_title {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 5px;
}
