.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 68%;
	margin: 0;
	padding: 0;
	background-color: #4D4D4D;
}

a
{
	color: #FE7018;
	text-decoration: inherit;
}

img
{
	border: 0;
}

ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

#main
{
	margin: 0 0 0 20px;
	padding: 15px 0 0 0;
	width: 975px;
	min-height: 100px;
	background: #4D4D4D url(/images/background.gif) repeat-y top right;
}

#left
{
	float: left;
	width: 128px;
}

#logo
{
	display: block;
	width: 100px;
	height: 119px;
	background: url(/images/list-of-life-logo.gif) no-repeat top left;
	text-indent: -1000em;
}

#navigation
{
	list-style-position: inside;
	list-style-image: url(/images/navigation-arrow.gif);
	font-size: 1.05em;
	margin: 36px 0 0 0;
	padding: 0;
	color: #ffffff;
	font-weight: bold;
}
#navigation li
{
	margin: 13px 0 0 0;
	padding: 0;
}
#navigation a
{
	color: inherit;
	text-decoration: inherit;
}
#navigation .selected
{
	list-style-image: url(/images/navigation-arrow.selected.gif);
}
#navigation-subpages
{
	list-style-image: none;
	margin: 11px 0 0 22px;
	padding: 0;
}
#navigation-subpages li
{
	margin: 3px 0 0 0;
	padding: 0;
}

#center
{
	float: left;
	margin: 0;
}

#center-top
{
	height: 127px;
	overflow: hidden;
}

#right
{
	float: left;
	width: 150px;
	margin: 215px 0 0 12px;
	overflow: hidden;
}

#linkboxes .linkbox
{
	margin-bottom: 20px;
}

#banner
{
	margin-left: 280px;
}

#pagecontent
{
	position: relative;
	margin: 15px 0 0 7px;
	padding: 25px 0;
	width: 650px;
	min-height: 500px;
	background: #ffffff url(/images/pagecontent.gif) no-repeat top left;
}
#pagecontent-top-images
{
	margin: 0 0 0 25px;
}
#pagecontent-top-images ul
{
	padding: 0;
	margin: 0;
}
#pagecontent-side-images
{
	float: right;
	margin: 13px 25px 0 0;
}
#pagecontent-side-images ul
{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 180px;
	overflow: hidden;
}
#pagecontent-side-images li
{
	padding: 0;
	margin: 0;
	list-style: none;
}
#pagecontent-side-images .caption
{
	margin: -2px 0 10px 0;
}

#pagecontent-body
{
	font-size: 1.2em;
	color: #666;
	margin: 0 25px;
}
#pagecontent-body .pagelinks li
{

}
#pagecontent-body.shrunk
{
	margin-right: 230px;
}
#title
{
	color: #FE7018;
	font-size: 3em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 0 25px;
}
#title.sectiontitle
{
	position: absolute;
	top: 120px;
	left: 5px;
	color: #ffffff;
}
#bottom
{
	float: left;
	height: 91px;
	width: 995px;
	background: #4D4D4D url(/images/bottom.gif) no-repeat top left;
}
#footer
{
	margin: 99px 0 0 20px;
	font-weight: bold;
}

/*[ ROUNDED CORNERS ] (Put me in an external stylesheet file)

 Do not modify the following styles but overwrite them in the customize section at the bottom */
.rounded_corners_container
{
	position: relative;
	background-color: #99FF00;
	min-height: 60px;
	min-width: 60px;
}
.rounded_corners_container .content
{
	position: relative;
	z-index: 2;
}
.rounded_corners_container .TL, .rounded_corners_container .TR, .rounded_corners_container .BL, .rounded_corners_container .BR
{
	position: absolute;
	width: 30px;
	height: 30px;
}
.rounded_corners_container .TL
{
	top: 0;
	left: 0;
	background-color: #006600;
}
.rounded_corners_container .TR
{
	top: 0;
	right: 0;
	background-color: #009900;
}
.rounded_corners_container .BL
{
	bottom: 0;
	left: 0;
	background-color: #00CC00;
}
.rounded_corners_container .BR
{
	bottom: 0;
	right: 0;
	background-color: #00FF00;
}
/*
 Customize the following styles
*/
.rounded_corners_container
{
	background-color: #ffffff; /* 	height: 	width: 	*/
}
.rounded_corners_container .TL, .rounded_corners_container .TR, .rounded_corners_container .BL, .rounded_corners_container .BR
{
	background-color: #fff; /* 	[size of your corner pictures] 	width: 	height: 	*/
}
.rounded_corners_container .TL
{
	background-image: url(../images/TL.png);
}
.rounded_corners_container .TR
{
	background-image: url(../images/TR.png);
}
.rounded_corners_container .BL
{
	background-image: url(../images/BL.png);
}
.rounded_corners_container .BR
{
	background-image: url(../images/BR.png);
}
.rounded_corners_container .content
{
	color: #333333;
	padding: 20px; /* 	padding: 	margin: 	*/
}

/*[ /ROUNDED CORNERS ]*/

