/* CSS Document */




body {
	text-align: center;
    color: #FFFFFF;
	background-color: #000000; 
	margin-top: 0px;
	margin-bottom: 20px;
}

td { 
	height: 42px;
}

a {
	color: #FFFFFF;
	font-family: Verdana, Sans, Sans-serif;
    font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}	

#mainbody {
	width: 800px;
	margin: 0px auto;
	clear: both;
}

#header {
	width: 800px;
	height: 140px;
	text-align: right;
	background-image:  url(file:///250%20GB/Client%20Work/Gethsemane%20Gardens/GG_Website/GG_Website/images/header_image.gif);
	padding: 0 0 0 0;
	clear: both;
}

#nav {
	margin: 0;
	width : 800px;
	text-align: left;
	clear: both;
}

#homeimage {
	width : 800px;
	height : 400px;
}

#bodycontent {
	width : 800px;
	height : 400px;
	clear: all;
}

#leftcontent {
	width : 380px;
	height : 400px;
}

#spacer {
	width : 20px;
	height : 400px;
}

#rightcontent {
	width : 400px;
	height : 400px;
	font-family: Verdana, Sans, Sans-serif;
    font-size: 11px;
	line-height: 16px;
	text-align: left;
    color: #FFFFFF;
}

#footer {
	clear: both;
	width : 800px;
	height : 20px;
	font-family: Verdana, Sans, Sans-serif;
    font-size: 10px;
	text-align: center;
    color: #FFFFFF;
	padding : 20px 0 0 0;
}