/* @override http://www.cityofgrace.com/_css/landing_page.css */

/* @group Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

/* @end */

html{
  background: url(/_images/landingpage-bg.jpg) repeat-x #fefcf6;
  margin: 0;
}

body{
	margin: 0 auto;
	margin-top: 19px;
}


#container-wrap{
	margin: 0 auto;
	background: url(/_images/page-bg.jpg) no-repeat;
	width: 1132px;
	min-height: 800px;
}

#container{
  margin: 0 auto;
  width: 1009px;
}
#campus-chooser {
	vertical-align:top;
	padding-top: 24px;
	padding-left: 22px;
	height: 380px;
}

#campus-links {
	margin-top: 15px;
}

#header{
	padding: 45px 0 45px 23px;

}

#content{
	width: 1009px;
	background: url(/_images/campus-bg.jpg) no-repeat;
}

#campus-image {
	background:url(/_images/ONECHURCH.jpg) no-repeat;
	width:705px;
	height:334px;
}

table#network-links {
	margin-right: 28px;
	padding-bottom: 21px;
}

#footer{
	margin-left: 25px;
	margin-top: 8px;
	color: #6c5338;
	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
}
#footer a{
  color: #6c5338;
}

