body {
	background: url(images/body-bg.gif);
	text-align:center;
	margin:0;
	padding:0 0 10px 0;
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	}
	
#wrapper {
	margin:0 auto;
	background:#fff url(images/wrapper-bg.gif) repeat-y center top;
	width:749px;
	padding:0 4px;
	text-align:left;
	}
	
#header {
	height:108px;
	width:100%;
	border-bottom:5px solid #8cafec;
	}
	
#header img{
	display:block;
	border:0;
	}
	
#main {
	width:735px;
	padding:7px;
	}
	
#list {
	width:723px;
	border:1px solid #bfbfb7;
	padding:5px;
	margin:10px 0;
	overflow:hidden;
	}
	
.list-column-left {
	width:310px;
	padding:14px;
	float:left;
	}
	
.list-column-right {
	width:280px;
	padding:14px;
	float:right;
	}
	
#list h1{
	font:bold 11px Tahoma, Arial, Helvetica, sans-serif;
	color:#424c9e;
	margin:0;
	padding:0 0 10px 0;
	}
	
#list ul {
	margin:0;
	padding:0 0 10px 0;
	list-style:none;
	color:#6a6955;
	}	
	
#list li {
	background:url(images/bullet1.png) no-repeat left 3px;
	padding:1px 0 1px 10px;
	}
	
#small-list {
	width:735px;
	margin:10px 0;
	overflow:hidden;
	}
	
.small-list-left {
	width:417px;
	float:left;
	background:url(images/small-list-bg.png) no-repeat left top;
	padding:40px 0 0 0;
	}
	
#small-list ul{
	margin:0;
	padding:0 20px 20px 20px;
	list-style:none;
	color:#6a6955;
	background:url(images/small-list-bg.png) no-repeat left bottom;
	}
	
#small-list ul li {
	background:url(images/bullet2.png) no-repeat left 3px;
	padding:1px 0 1px 10px;
	}
	
.small-list-right {
	width:309px;
	float:right;
	padding:4px 0 0 0;
	}
	
#links {
	text-align:center;
	padding:0 0 20px 0;
	}
	
#links p{
	margin:0;
	padding:0 0 4px 0;
	color:#424c9e;
	font-size:12px;	
	}

.link {
	font-size:14px;
	color:#8cafec;
	}
	
.email {
	color:#424c9e;
	text-decoration:none;
	}
	
.fpa {
	border-bottom:1px solid #ececea;
	color:#969696;
	font-size:10px;
	padding:4px 10px;
	}
	
#footer {
	width:729px;
	padding:10px 14px 10px 14px;
	text-align:left;
	margin:0 auto;
	background:#fff url(images/footer-bg.png) no-repeat left bottom;
	overflow:hidden;
	}
	
#footer img {
	float:left;
	margin:0 10px 0 0;
	}
	
#footer p {
	margin:0;
	padding:0;
	line-height:16px;
	color:#807f70;
	}
	
#footer p a{
	color:#807f70;
	text-decoration:none;
	}
	
#footer p span{
	font-size:13px;
	font-weight:bold;
	}
	