@charset "utf-8";

html{
	margin: 0;
	padding: 0;
	height:100%;
}

body {
	font-family: "Georgia", Times New Roman, Times, serif;
	background:url(../images/im-memoriam/bg-body.jpg) center top no-repeat;
	background-color:#000000;
	height:100%;
	color:#ffffff;
	line-height: 130%;
}

div#container {
	width: 589px;
	height:auto;
	margin: 0 auto;
}

div#header {
	width: 589px;
	height: 190px;
}

h1 {
	font-size: 48px;
	color:#ffffff;
	padding-top:89px;
	margin-bottom: 16px;
}

p#date {
	font-size: 24px;
}

div#images {
	width:588px;
	height: 322px;
	/*background-image:url(../images/im-memoriam/bg-images.jpg);*/
	
}

div#images img {
	float: left;
	margin-right: 20px;
}

div#images img#noborder {
	margin-right: 0;
}

div#content {
	padding-top: 20px;
}

div#content p {
	width: 589px;
	padding-bottom: 12px;
	font-size: 17px !important;
}

div#content p#border {
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

ul#navigation li {
	background: url(../images/im-memoriam/external-link-icon.png) 0 2px no-repeat;
	padding-left: 25px;
	margin-bottom: 6px;
}

ul#navigation li a {
	color: #CCCCCC;
}
