/**

Sojourners Family Resource Center

Website by Rockland Web Design

**/



body {
	margin: 0px;
	padding: 0px;
	background-color: rgb(30,171,180);
	background-color: rgb(31,57,16);
	Xbackground-image: url(images/samplebackground.jpg);
	Xbackground-repeat:no-repeat;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	text-align: center;
}

#wholepage {
	margin: 0px auto 0px auto;
	border: none;
	width: 960px;
	position: relative;
	background-color: rgb(39,72,18);
	background-image: url(images/contentbackground.jpg);
	background-position: right top;
	background-repeat: repeat-y;
}

#header {
	position: relative;
	width: 960px;
	height: 100px;
	background-image: url(images/banner1.jpg);
}

#bannercontact {
	position: absolute;
	left: 650px;
	top:  20px;
	height: 200px;
	text-align: left;
	font-weight: bold;
	color: white;
}

#navbar {
	width: 960px;
	height: 32px;
	background-color: rgb(30,171,180);
	position: relative;
}

#nav {
	padding: 0;
	margin: 0px 0px 0px 0px;
	list-style: none;
	width: 936px;
	height: 32px;
	position: relative;
}

#nav a {
	display: block;
	width: 95px;
	color: rgb(251,251,251);
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
}

#nav li {
	float: left;
	width: 104px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	position:relative;
	text-align: center;
}

#nav a:hover {
	color: rgb(36,74,16);
}

#main {
	width: 960px;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	text-align: left;
	position: relative;
}

#content {
	width: 710px;
	margin: 0px;
	padding: 0px;
	position: relative;
	margin-left: 250px;

}

#spacer {
	width: 1px; 
	height: 500px;
	float: right;
}

#sidebar {
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 250px; 
	height: 910px; 
	background-image:  url(images/sidebackground.jpg); 
	background-repeat: no-repeat;
}
#sideimage {
	position: absolute;
	width: 158px;
	height: 107px;
	background-image: url(images/imagebackground.gif);
	margin: 0px;
	padding: 0px;
}

#sideimage2 {
	position: absolute;
	width: 210px;
	height: 140px;
	background-image: url(images/imagebackground.gif);
	margin: 0px;
	padding: 0px;
}

#text {
	width: 700px;
	padding-top: 10px;
	margin-left: 10px;
}

#pagename {
	width: 145px;
	height: 30px;
	position: absolute;
	left: 780px;
	top: 55px;
}

#footer {
	clear: both;
	width: 960px;
	height: 40px;
	background-image: url(images/bottomborder3.gif);
	position: relative;
	text-align: center;
}

#footertext {
	padding-top: 5px;
	
}

a {
	color: rgb(139,60,60);
	text-decoration: none;
	
}

a:hover {
	color: rgb(197,144,78);
	text-decoration: none;
	
}

img {
	border: none;
}

