html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	margin: 0px;
	padding: 0px 15px 0px 10px;
	background: #5EAEFF;
}

/* main content so that one can change the background of the overall page */
#content {
	background: #FFF;
	padding: 5px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 4px double #0083D6;
}
/* end main overall content styles */

#header {
	text-align: center;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #666;
	padding-bottom: 3px;
}

/* begin top nav styles */
#nav {
	text-align: center;
	background-color: #000;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 3px;
}

/* hide from mac \*/
* html #nav {height: 1%;}
/* end hide */

#nav a:link, #nav a:visited  {
	color: #FFF;
	text-decoration: none;
}
#nav a:hover, #nav a:active  {
	color: #0083D6;
	text-decoration: underline;
}
/* end top nav styles */


#main {
	margin-right: 8px;
	margin-left: 12px;
	background-image: url(/images/def_bg.jpg);
	background-attachment: fixed;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	margin-left: 25px;
	margin-bottom: 10px;
	width: 75%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #333;
	padding-left: 2px;
}

h2	{
	color: #36C;
	font-size: 1em;
	font-weight: bold;
	margin-left: 10px;
	font-variant: small-caps;
}

.announce {
	padding: 6px;
	border: 4px ridge #007FCF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #FFF;
	background-color: #F00;
	font-weight: bold;
	margin-right: 15%;
	margin-left: 15%;
}

.imageRight	{
	padding: 3px;
	float: right;
}

.imageLeft{
	padding: 3px;
	float: left;
}

#main li {
	list-style-position: outside;
	list-style-image: url(/images/listBug.jpg);
	margin-bottom: 6px;
	margin-left: 10px;
	font-size: .8em;
	font-weight: bold;
}

.smaller	{
	font-size: smaller;
}

/* individual memorial pages & bio text */
.center {
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #CC6A00;
}

.thumbs {
	padding: 3px;
}
/* end individual memorial pages & bio text */

/* begin footer styles */
#footer {
	font-size: 0.8em;
	text-align: center;
	background-color: #0083D6;
	color: #FFF;
	padding-top: 2px;
	padding-bottom: 3px;
	clear: both;
}
#footer a:link, #footer a:visited  {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover, #footer a:active  {
	color: #FFF;
	text-decoration: underline;
}
/* end footer styles */
