/*	we're going to want to get as close to the edges
	as we can (on this page, anyway) */
#wrapper {
	padding: 0;
}

/* Welcome Banner styling */
#welcome {
	background: url(/images/home/welcomeBackground.jpg);
	width: 920px;
	height:331px;
}

#welcome p { margin: 0; }

#welcome span.hide {position: absolute; top: 90px; left: 475px;}

#welcomeText {
	position: relative;
	left: 470px;
	top: 120px;
	width: 400px;
	color: white;
}

#welcomeText p.verse {
	margin-left: 50px;
}
/* End welcome banner styling */

#widgetWrapper {
	background: url(/images/home/orangePaper.jpg);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
}

#widgetWrapper h4 {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	font-size: 1em;
	margin-right: auto;
	margin-left: auto;
}

#widgetWrapper p {
	font-size: .75em;
	padding: 0;
}

#widgetWrapper a {
	color: #ffe698;
	text-decoration: none;
}

#widgetWrapper a:hover {
	text-decoration: underline;
}

.widgetRed {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #c23d09;
	width: 350px;
}

.widgetGreen {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 6px;
	padding-right: 6px;
	background-color: #758300;
	width: 350px;
}

h4.mainTitle {
	position: relative;
	top: -15px;
	left: 25px;
	color: #e17d1b; 
	font-size: 1.3em; 
	padding: 0; 
	margin: 0;
	font-weight: bold;
	font-family:cursive;
}

h4.widgetTitle {
	font-family: verdana, "trebuchet MS", helvetica, sans-serif;
	color: #e17d1b; 

}

#home a {background: url(/images/buttons/selected/home-selected.png);}


