* {
	margin: 0;
	padding: 0;
}
body {
	background: url(gray_grad_bkrd2.jpg) repeat-y top;
	background-color: #DAEBF3;
	text-align: center;
	height: 100%;
}
#container {
	width: 1000px;
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
}
#header {
	background-image: url(ptvbanner_1000.jpg);
	height: 153px;
}
#shopper {
	background-image: url(/images/gfx/propheticshopperbanner960.jpg);
	height: 70px;
}
#footer {
	background-color: #6D180D;
	text-align: center;
	font: 14px/16px arial;
	padding: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
#elijahlistministries {
	width: 40%; 
	vertical-align: top; 
	text-align: left;
}
#elijahlistministries p {
	font: 14px/16px arial;
}
p {
	margin: 10px 10px;
	text-align: left;
}
#thankyou {
	background-color: #e2dfc6;
}
#thankyou p {
	text-align: left;
	font: 13px arial;
}
#thankyou h2 {
	color: #027390;
	text-align: center;
	font: 17px/18px "Trebuchet MS";
	margin-top: 10px;
}

.alink:link {
	text-decoration: none;
}

.alink:visited {
	text-decoration: none;
}
	
.alink:hover {
	text-decoration: underline;
}