@charset "UTF-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

#holder {
	width:991px;
	margin:auto;
	padding:0;
	position:relative;
}

#banner {
	position:absolute;
	height:327px;
	width:991px;
}

#main {
	position:absolute;
	width:980px;
	top:330px;
	padding-left:10px;
	}
	
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#333333;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
}

p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#333333;
	letter-spacing:1px;
}

#imgleft {
	float:left;
	padding-right:15px;

}

#imgright {
	float:right;
	padding-left:15px;
}

#obits {
	position:absolute;
	top:345px;
	right:15px;
}