#container {
	position:relative;
	margin: 0 auto;
	width: 925px;
}
#pagetitle {
	width: 918px;
	height: 51px;
	margin: 0 auto;
	background:url(../images/titlebg.png);
}
#pagetitle h3 {
	padding: 15px 0 0 20px;
	font-size: 15px;
	color: #535353;
}
#contenttop {
	width: 922px;
	height: 18px;
	margin: 0 auto 0 auto;
	background: url(../images/contenttop.jpg);
}

#content {
	width: 922px;
	margin: 0 auto;
	background:url(../images/contentpagebg.jpg);
}
#content p {
	padding: 15px 45px 0px 45px;
}
#contentftr {
	width: 922px;
	height: 25px;
	margin: 0 auto;
	padding-bottom: 10px;
	background:url(../images/contentftr.jpg) no-repeat;
}
.customlist { 
    list-style: none;
	margin: 0 0 0 50px;
}
.customlist li {
    background: url(../images/smalltick.jpg) no-repeat; 
    height: 50px;
    list-style-position: inside;
    padding-left: 22px;
    margin: 0;
    font-size: 14px;
	width: 400px;
}
.contactul {
	list-style: none;
	margin: 0;
	padding: 10px 0 0 50px;
	width: 400px;
	float: left;
}
.contactul li {
    height: 30px;
}

a.external {
    background: url(../images/external.jpg) center right no-repeat;
    padding-right: 13px;
}
.clear {
	clear: both;
}