body {
	margin: 0px;
	padding: 0px;
	background-image: url(/inc/html/pembcorp/pix/pembcorp/bg.png);
	padding-top: 20px;
	padding-bottom: 25px;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

img {
	border: 0px;
}

img#index-header {
	behavior: url(/inc/html/pembcorp/iepngfix.htc);
}

img#default-header {
	behavior: url(/inc/html/pembcorp/iepngfix.htc);
}

h1 {
	color: #999;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid #999;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

div#wrapper {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

div.clear {
	clear: both;
}

div#header {
	text-align: center;
}

div#menu {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
}

	div#menu img {
		float: left;
	}

div#content {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
}

	div#content-body {
		padding: 20px 30px 30px 40px;
		width: 490px;
		float: left;
	}

	div#sidebar {
		width: 177px;
		float: left;
		padding-top: 33px;
		padding-bottom: 30px;
	}

		div#sidebar h2 {
			color: #666;
			font-size: 10px;
			border-bottom: 1px solid #999;
			text-transform: uppercase;
		}

	div#content div#scm-sidebar-index-left {
		width: 30%;
		padding: 12px;
		border-right: 1px solid #999;
		float: left;
	}

	div#content div#scm-sidebar-index-center {
		width: 30%;
		padding: 12px;
		border-right: 1px solid #999;
		float: left;
	}

	div#content div#scm-sidebar-index-right {
		width: 30%;
		padding: 12px;
		float: left;
	}

div#footer {
	text-align: center;
	font-size: 11px;
}

	div#footer span#links {
		color: #fff;
		display: block;
		width: auto;
		padding: 7px 0px 7px 0px;
	}
	
		div#footer span#links a {
			color: #fff;
			text-decoration: none;
		}
	
		div#footer span#links a:hover {
			text-decoration: underline;
		}

		div#footer span#links hr {
			border: 0px none;
			border-bottom: 1px solid #999;
			width: 490px;
			padding: 0px;
			margin-bottom: 0px;
		}

	div#footer span#copyright {
		color: #999;
	}

		div#footer span#copyright a {
			color: #999;
			text-decoration: none;
		}

		div#footer span#copyright a:hover {
			text-decoration: underline;
		}