div#headerbox {
	background-color: #000000;
	border-bottom: 0px solid black;
	height: 168px;
}
div#titlebox {
	background-color: #000000;
	height: 124px;
}
div#contentbox {
	position: relative;
	margin: auto;
	margin-top: -2px;
	/*min-width: 775px;*/
	width: 800px;
	/*width: 70%;*/
	min-height: 500px;
	background-color: #ffffff;
	border-top: 10px solid black;
	border-right: 10px solid black;
	border-left: 10px solid black;
}
div#contentboxpic {
	position: relative;
	margin: auto;
	margin-top: -2px;
	min-width: 775px;
	min-height: 500px;
	width: 70%;
	background-color: #ffffff;
	border: 1px solid white;
}
div#footer {
	background-color: #000000;
	/* min-width: 775px; */
	/* width: 70%; */
	width: 800px;
	height: 20px;
	color: white;
	margin: 0px auto 0px auto;
	border-top: 5px solid black;
	border-right: 5px solid black;
	border-left: 15px solid black;
	font-family:georgia,garamond,serif;
	font-size:12px;
	
}

div#content {
	background-color: #ffffff;
	padding: 6px 4px 2px 4px;
	font-family:georgia,garamond,serif;
	letter-spacing: 0.03em;
	word-spacing: 0.10em;
	margin-left: 7px;
	margin-right: 7px;
}
div#contentnopad {
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	font-family:georgia,garamond,serif;
	letter-spacing: 0.03em;
	word-spacing: 0.10em;
	margin: 0px;
}
div#announce {
	/* position: float;  */
	top: 0px;
	margin-left: auto;
	margin-right: 10px;
	border: 2px solid black;
	width: 90%;
	height: auto;
	padding: 6px 4px 2px 4px;
}
div#pictureframe {
	background-color: black;
	width: 100%;
	min-height: 750px;
}
.boxDisplay { 
	border: 1px solid black; 
	margin: 2px 4px 2px 0px;
	/* position: float; */
	width: 100%;
	font-size:10px;
	line-height:10px; 
	height: 10px;
}
.picborder {
	border: 5px solid black;
}
.picborderpadded {
	border: 5px solid black;
	margin: 5px 5px 5px 5px;
}
.picborderwhite {
	border: 3px solid white;
}

/**  CSS For drop-down menus and highlighting to follow **/

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	/*list-style-type: none;*/
}

#menu {
	/* position: float; */
	top: 0px;
	margin: auto;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	color:#FFFFFF;
	background: #000000;
	vertical-align: bottom;
}
#menu dl {
	float: left;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size:16px;
	height:40px; 
	width:70px;
	border: 2px;
	border-color:black;
	margin: 0px;
	z-index: 150;
	color: #FFFFFF;
	vertical-align: bottom;
}
#menu dt.dtwide {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	font-size:16px;
	height:40px; 
	width:78px;
	border: 2px;
	border-color:black;
	margin: 0px;
	z-index: 150;
	color: #FFFFFF;
	vertical-align: bottom;
}
#menu li {
	color:#FFF;
	background-color:#5C698C;
	text-align: left;
	background: #5C698C;
	list-style: none;
}

#menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a {
	color: #DDDDDD;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	list-style: none;
}

#menu dt a:hover, #menu dt a:focus {
	background-image: url(/include/themes/apple/images/gradient2.jpg);
	background-repeat: repeat-x; 
	/* display: highlight; */
	border-left: 2px solid black;
	border-right: 2px solid black;
	margin: 0px;
}
#menu li a:hover, #menu li a:focus {
	background-repeat: repeat-x; 
	/* display: highlightbox; */
	margin: 0px;
	color: #000;
}

/**  Front-page box **/

#feedboxtitle {
	background-image: url(/themes/spurgeon/images/gradient.jpg);
	background-repeat: repeat-x; 
	min-width: 300px;
	width: 100%;
	height: 20px;
	border: 1px solid black;
	font-family:georgia,garamond,serif;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-size:16px;
	text-align:center;
}
#feedbox {
	font-family:georgia,garamond,serif;
	font-size:14px;
	text-align:left;
}


#gallery { position: relative; width:250px; height:150px; margin:0; padding:0; }
#gallery li { display: block;}


TEXTAREA { 
	color:#000000;
	font-size: 12px; 
	font-weight: bold;
	font-family:georgia,garamond,serif;
	letter-spacing: 0px;
	width: 400px;
	height: 200px;
	border:1px solid #000000;
	padding: 1px 1px 1px 1px;
}

INPUT.text { 
	color:#000000;
	font-size: 12px; 
	font-weight: bold;
	font-family:georgia,garamond,serif;
	letter-spacing: 0px;
	border:1px solid #000000;
	padding: 2px 2px 2px 2px;
}

.whitelink {
	text-decoration: underline;
	color: #FFFFFF;
}
