/* SPADARO STYLEE */

/* main is container for all page components, only html body is outside */
#main{
	background-color: #FFFFFF;
  	border: 1px #6699FF solid;
	margin: 0;
	margin-top: -5px;
	padding-top: 1%;
	padding-left: 1%;
	padding-bottom: 1%;
	/* to center the page */
	width: 800px;
	position: absolute;
	left: 50%;
	margin-left: -405px; 
	text-align: center;
	border: 1px solid 
	overflow: hidden;
}

#top{
	width: 98%;
	height: 125px;
	float: left;
	text-align: center;
	background-image: url(sign.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#menu{
	float: left;
	width: 98%;
	background-color: #FFFFFF;
	border-bottom: 1px solid #6699FF;
	border-top: 1px solid #6699FF;
	margin-top: 1%;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
}

#content{
	float: left;
	width: 98%;
	height: 600px;
	overflow: auto;
	margin-top: 1%;
	background-color: #B8C5E4;
	border/*-top*/: 1px solid #6699FF;
	/*border-bottom: 1px solid #6699FF;*/
	background-image: url(dovesil.jpg);
	background-position: top;
	background-position: right;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 16px;

}

#bottom{
	color: #000000;
	float: left;
	border-top: 1px solid #6699FF;
	border-bottom: 1px solid #6699FF;
	background-color: #FFFFFF;
	text-align: left;
	font-size:14px;
	width: 98%;
	margin-top: 1%;
}

#lbl{
	width: 100px;
}

#picleft{
	width: auto;
	height: auto;
	float: left;
	padding: 10px;
}

#picright{
	width: auto;
	height: auto;
	float: right;
	padding: 10px;
}

body{
	background-color: #CCCCCC;
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
}

img{  	
	border: 1px #6699FF solid;
	}

h1{
	font-size: 30px;
	font-style: italic;
	padding: 10px;
}

h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h3{
	font-size:  16px;
	font-style: italic;
	text-align: center;
	font-weight: normal;
}

	
h4{
	font-size:  16px;
	font-weight: normal;
	text-align: center;
}

li.menu{
	font-size: 16px;
	font: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	display: inline;
	float: left;
	margin-right: 1%;
}

ul.MenuBarHorizontal{
	float:left;
	width: 98%;
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	padding-left: 0;
	list-style-position: outside;
	text-align: center;
}

ul.bullet{
	/*needs firefo work////*/
}

/* paragraph */
p{
	font: "Courier New", Courier, monospace;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	color: inherit;
}
/* paragraph classes*/
p.center{
	text-align: center;
}
p.nomarg{
	padding: 0;
	text-align: left;
	margin: 0;
}
p.rpg{
	font: "Courier New", Courier, monospace;
	text-align: left;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: inherit;
}


/* links */
a {
	
	text-decoration: none;
	color: #000000;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.name{
	text-align:center;
	font-size: 24px;
	font-style:italic;
	font-weight:bold;
	padding-top: 0;
	padding-bottom: 5px;
}

p.date{
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	padding-top: 0;
}

p.time{
	text-align:center;
	font-size: 16px;
	padding-bottom: 30px;
	padding-top: 0;
}

p.obit{
	text-align: center;
}


a.contact{
	color: #6699FF;
	text-decoration: underline;
}

a.contact2{
	color: #0000CC;
	text-decoration: underline;
}

#formright{ 
	text-align: right;
	width: 350px;
}

p.formclass{
	text-align:right;
	margin: 0;
	padding: 0;

}

.smc{
font-size: 9px;
}