/* @group Site Wide Styles */

* {
	margin:  0;
	padding:  0;
}

html {
	background-color: lightyellow;
/*
	background-image: url('images/purple.jpg');	
	background-repeat: repeat;
*/
}

body {
	width: 800px;
	font-family: trebuchet ms, arial, helvetica, sans serif;
	font-size: 11pt;
	line-height: 1.4em;
	padding-left: 50%;
}

#everything {
	background-image: url('images/background.jpg');
	width: 800px;
	border-left: 3px black solid;
	border-right: 3px black solid;
	border-bottom: 3px black solid;
	margin-left:  -400px;
}

a:link {
	color: darkmagenta;
}

a:hover {
	color: darkslateblue;
}

a:active {
	color:  darkslateblue;
}

a:visited {
	color: darkmagenta;
}

a img {
	border: none;
}

h1 {
	display: block;
	width: 800px;
	height: 53px;
	background-position: top left;
	background-repeat: no-repeat;	
	margin-bottom: 25px;
}

h1 span {
	display: none;
}

h3 {
	margin-left: 100px;
}

p {
	display: block;
	margin-left: 100px;	
	margin-right: 150px;
	margin-bottom: 1.5em;
}

p span {
	font-weight: bold;
	font-size: 12pt;

}

/* @end */

/* @group Navigational Menu */

#menu {
	position: relative;
	width: 800px;
	height: 49px;
}

#menu span {
	position: absolute;
	top: 0;
	height: 49px;
}

#menu span.nav {
	left: 0;
	background-image: url('images/left.jpg');
	width: 66px;
}

#menu a {
	position: absolute;
	top: 0;
	height: 49px;
}

#menu a:hover {
	border-bottom: darkmagenta 3px solid;
}

#menu a span {
	display: none;
}

#menu a.welcome {
	left: 66px;
	background-image: url('images/welcome.jpg');
	width: 74px;
}

#menu a.visitors {
	left: 140px;
	background-image: url('images/visitors.jpg');
	width: 64px;
}

#menu a.worship {
	left: 204px;
	background-image: url('images/worship.jpg');
	width: 68px;
}

#menu a.youth {
	left: 272px;
	background-image: url('images/youth.jpg');
	width: 52px;
}

#menu a.hispanic {
	left: 324px;
	background-image: url('images/hispanic.jpg');
	width: 121px;
}

#menu a.involvement {
	left: 445px;
	background-image: url('images/involvement.jpg');
	width: 91px;
}

#menu a.newsletter {
	left: 536px;
	background-image: url('images/newsletter.jpg');
	width: 80px;
}

#menu a.staff {
	left: 616px;
	background-image: url('images/staff.jpg');
	width: 47px;
}

#menu a.contact {
	left: 663px;
	background-image: url('images/contact.jpg');
	width: 61px;
}

#menu .navright {
	left: 724px;
	background-image: url('images/right.jpg');
	width: 76px;
}

/* @end */

/* @group Content */

#content {
	width: 800px;
	position: relative;
}

.floatleft {
	float: left;
	border: 3px black solid;
	margin-right: 20px;
	margin-bottom: 20px;
}

.portrait {
	float: left;
	border: 3px black solid;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100px;
}

.imgleft {
	float: left;
	border: 3px black solid;
	margin-right: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.imgright {
	float: right;
	margin-right: 150px;
	border: 3px black solid;
	margin-bottom: 15px;
	margin-left: 30px;
}

p img.imgright {
	margin-right: 0;
}

#box {
	float: right;
	display: block;
	width: 193px;
	margin-right: 60px;
	margin-left: 40px;
	margin-bottom: 40px;
}

.box {
	float:  right;
	display:  block;
	width:  193px;
	margin-right:  125px;
	margin-left:  40px;
	margin-bottom: 40px;
}

.boxtop {
	display: block;
	background-image: url('images/box-top.jpg');
	background-repeat: no-repeat;
	width: 193px;
	height: 31px;
}

.boxcontent {
	display: block;
	background-image: url('images/box-middle.jpg');
	background-repeat: repeat-y;
	width: 193px;
}

.boxcontent span {
	display: block;
	padding-left: 28px;
	width: 125px;
	font-size: 10pt;
	font-style: italic;
}

.boxbottom {
	display: block;
	background-image: url('images/box-bottom.jpg');
	background-repeat: no-repeat;		
	width: 193px;
	height: 32px;
}

.news {
	font-size: medium;
	font-weight: bold;
}

.stress {
	font-weight: bold;
}

.notebox {
	display: block;
	padding: 20px;
	width: 570px;
	border: purple 2px solid;
	background-color: white;
	font-style: italic;
	font-size: medium;	
}

#contact {
	width:  400px;
	margin-left:  150px;
	list-style: none;
	margin-bottom:  1.5em;
	font-size: 12pt;
}






/* @end */

/* @group Footer */

#footer {
	width: 800px;
	padding-top: 100px;
}

#footer p {
	font-size: 8pt;
	padding-top: 75px;
}

.floatright {
	float: right;
	margin-right: 75px;
	margin-left: 10px;
}

#footer p.copyright {
	display:  block;
	width: 600px;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: right;
}

/* @end */





