/* adk.css
	Main stylesheet for adirondackbaptists.org
	Copyright (c) 2006, 2007 by Caspar James Green and the Adirondack Baptist Association of American Baptist Churches
	*/
	
body {
	color: #000000
	background: #ffffff
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvitica, sans-serif;
	}

tr {
	border-bottom: 1px solid #000000;
	}

td {
	padding: .25em;
	}

a img {
	border: 0;
	}

#container {
		 position: relative;
		 width: 780px;
		 margin: 0 auto;
		 padding: 0;
		 text-align: left;
		 background: inherit;
		 }

#masthead {
	border-bottom: 1px solid black;
}

#menu {
	color: #000000;
	background: #CCCCCC;
	text-align: center;
	border-bottom: 1px solid black;
}

#menu a:link, #menu a:visited {
	color: #3300FF;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}

#menu a:hover {
	color: #CC0000;
	background: #CCCCCC;
	text-decoration: none;
	font-weight: bold;
}

#sidebar {
	width: 250px;
	margin-left: 3px;
	border-left: 1px solid black;
	padding-left: 3px;
	padding-top: 1em;
	float: right;
	font-size: x-small;
}

#sidebar p {
	margin: .25em, 0;
}
#footer {
	text-align: center;
}

.tcenter {
	text-align: center;
	}

.left {
	float: left;
}

.right {
	float: right;
	}

.tright {
	text-align: right;
	}

.small {
	font-size: x-small;
}

.byline {
	text-align: right;
	font-style: italic;
}
