body
{
	background: url(../images/landing/bgrd.gif)  no-repeat top right;
}
h4
{
	background: #fafdfd;
	color: #4ba7ac;
	margin: 10px;
	padding: 5px;
	border: 1px solid #e5e5e5;
	font-size: 13px;
}
ul li
{
	list-style-image: url(../images/listMarker.gif);
	margin:0 10px 5px 0;
}

#header h1
{
	background: url(../images/landing/logo.png) no-repeat top left;
	width:944px;
	height:68px;
	margin: 10px 0 26px 0;
}
#centrecontent
{
	background-color: #FFF;
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}
#footer
{
	background: #4ba7ac url(../images/personal/footerBgrd.gif) no-repeat 50% 100%;
}
