@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_prayer.jpg);
	border: medium inset #C90;
}

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

#column1 {
	display: block;
	height: 230px;
	width: 270px;
	float: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #603;
	text-align: right;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	margin-left: 20px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #900;
}

#column2 {
	height: 230px;
	width: 270px;
	float: left;
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	font-style: normal;
	line-height: 17px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #603;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 15px;
	text-align: left;
}

#column3 {
	display: block;
	height: 360px;
	width: 310px;
	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-left: 15px;
	padding-top: 18px;
	padding-right: 10px;
	float: left;
	margin-top: -285px;
	text-align: center;
}
#column4 {
	display: block;
	width: 585px;
	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;
	height: 80px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 35px;
	margin-top: 30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #900;
	text-align: center;
}

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: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #600;
	display: block;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
#home_btn {
	height: 50px;
	width: 150px;
	float: left;
}
#home_btn a {
	background-image: url(images/png/home.png);
	display: block;
	height: 50px;
	width: 150px;
}
#home_btn a:hover {
	background-position: 0px -50px;
	height: 50px;
	width: 150px;
}
#history_btn {
	height: 50px;
	width: 220px;
	float: left;
}
#history_btn a {
	display: block;
	height: 50px;
	width: 220px;
	background-image: url(images/png/history.png);
	background-repeat: no-repeat;
}
#history_btn a:hover {
	background-position: 0px -50px;
	height: 50px;
	width: 220px;
}
a:hover {
	color: #C30;
}

a {
	color: #930;
}
