html, body {
	margin: 0pt auto;
	padding: 0pt;
	margin-bottom: 50px;
	background: none;
	background-color: #fff;
	color: #000;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	font-size: 12px;
}

.wrapper {
	margin: 0pt auto;
	width: 972px;
	text-align: left;
}

.header {
	height: 132px;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	margin-bottom: 3px;
	text-align: center;
	position: relative;
}

.header img.logo {
	margin-top: -20px;
	position: absolute;
}

.nav {
	height: 15px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: no-repeat;
	z-index: 100;
	position: relative;
}

.content, .contentheader, .contentbottom {
	margin: 0pt;
	padding: 0pt;
	padding-left: 105px;
	padding-right: 105px;
	width: 972px;
}

.content .inner {
	width: 765px;
	z-index: 100;
}

.content .breadcrumbs {
	margin-left: -30px;
	margin-top: -50px;
	font-size: 14px;
}

.contentheader, .contentbottom {
	margin-left: -210px;
	margin-left: express
}

.content {
	background-image: url(../images/content_bg.jpg);
	background-repeat: repeat-y;
}

.contentheader {
	background-image: url(../images/content_top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	min-height: 65px;
}

.contentbottom {
	background-image: url(../images/content_bottom_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 143px;
	margin-top: -25px;
}

.footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 68px;
	width: 872px;
	position: relative;
	margin-left: 50px;
	text-align: center;
	font-size: 12px;
}

.nav ul { 
	list-style-type: none;
	list-style-position: inside;
	margin: 0pt;
	padding: 0pt;
	text-align: center;
}

.nav ul li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding: 0pt;
}

.nav ul li a, .nav ul {
	text-decoration: none;
	line-height: 14px;
	color: #eee;
	font-weight: bold;
	font-size: 11px;
}

.nav ul li a:hover {
	color: #000;
}

.footer .login {
	position: absolute;
	top: 12px;
	left: 14px;
	height: 42px;
	width: 345px;
	margin-top: 6px;
}

.footer .login .links {
	margin-top: 4px;
}