body {

	margin: 0px;
	background: #e6e7e8;
	color: #5ba645;
	font-family: Arial;
}

#container {

	width: 889px;
	height: 645px;
	background: #ffffff url('images/graphic_design_background.jpg') no-repeat;
	margin: 20px auto auto auto;

}

#top {

	width: 889px;
	height: 100px;
	float: left;
}

#first {

	width: 244px;
	height: 500px;
	background: #ffffff;
	float: left;
	margin-left: 3px;
}

#first p, #second p {

	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	padding: 0px 10px;
}

#second {

	width: 247px;
	height: 500px;
	background: #ffffff;
	float: left;
}

#third {

	width: 70px;
	height: 500px;
	background: #ffffff;
	float: left;
	margin-top: 0px;
}

#last {

	width: 325px;
	height: 500px;
	background: #ffffff;
	float: left;
}

#last p {
	
	font-size: 14px;
	font-weight: normal;
	padding: 0px 10px;
	font-family: 'Trebuchet MS';
}

h1	{

	font-size: 18px;
	font-weight: bold;
	padding: 0px 10px;
	font-family: 'Trebuchet MS';
}

#line {

	width: 889px;
	height: 15px;
	text-align: center;
	color: #ffffff;
	float: left;
}

#scripture {
	
	width: 889px;
	height: 25px;
	text-align: center;
	color: #ffffff;
}

#scripture p {

	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

#footer {

	width: 100%;
	height: 20px;
	text-align: center;
	color: #ffffff;
	float: left;
}