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

body {
	background-color: #600;
	background-image: url(images/jpeg/background.jpg);
}

#buttons {
	display: block;
	height: 50px;
	width: 650px;
}
#wrapper {
	height: 950px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/jpeg/blackmadonna_home.jpg);
	border: medium inset #C90;
}

#emptyhead {
	display: block;
	height: 473px;
	width: 650px;
}

#column1 {
	display: block;
	height: 420px;
	width: 310px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 19px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #603;
	padding-top: 45px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 30px;
	text-align: center;
}

#column2 {
	height: 400px;
	width: 255px;
	float: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #600;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}

#column3 {
	display: block;
	height: 560px;
	width: 320px;
	float: left;
	margin-top: -160px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #600;
	padding-left: 20px;
}

strong {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
}

h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #600;
	display: block;
	text-align: center;
}
#history_btn {
	height: 50px;
	width: 150px;
	float: left;
}
#history_btn a {
	background-image: url(images/png/history.png);
	display: block;
	height: 50px;
	width: 150px;
}
#history_btn a:hover {
	background-position: 0px -50px;
	height: 50px;
	width: 150px;
}
#prayers_btn {
	height: 50px;
	width: 220px;
	float: left;
}
#prayers_btn a {
	display: block;
	height: 50px;
	width: 220px;
	background-image: url(images/png/prayers.png);
}
#prayers_btn a:hover {
	background-position: 0px -50px;
	height: 50px;
	width: 220px;
}
a:hover {
	color: #C30;
}

a {
	color: #930;
}
