:root {
	overflow-y: scroll !important;
}

html,
body {
	background-color: #cfcfcf;
	background-image: url(page-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Tahoma, Verdana;
}

h1 {
	font-size: 16pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
}

a {
	color: #0000ff;
}

#page {
	width: 943px;
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	margin: 0;
	padding: 0;
	height: 58px;
}

#logo {
	width: 432px;
	height: 56px;
	background-image: url(logo.png);
	position: absolute;
	left: 0px;
	top: 0px;
}

#account {
	position: absolute;
	left: 500px;
	right: 942px;
	top: 2px;
	width: 442px;
	text-align: right;
/*	font-family: Tahoma, Verdana; */
	font-size: 10pt;
	color: #000000;
}

#account a {
	color: #000000;
}

#nav {
	position: absolute;
	left: 500px;
	right: 942px;
	top: 32px;
	width: 442px;
	text-align: right;
/*	font-family: Tahoma, Verdana; */
	font-size: 10pt;
	color: #000000;
}

#nav a {
	color: #000000;
}

#content-container {
	width: 943px;
	background-image: url(content-bg.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 44px;
	font-size: 11pt;
	color: #444444;
	min-height: 300px;
}

#content-container-tour {
	width: 943px;
	background-image: url(content-tour-bg.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 44px;
	font-size: 11pt;
	color: #444444;
	min-height: 300px;
}

#content-container-corporate {
	width: 943px;
	background-image: url(content-corporate-bg.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 44px;
	font-size: 11pt;
	color: #444444;
	min-height: 300px;
}

#content-container-trainer {
	width: 943px;
	background-image: url(content-trainer-bg.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 44px;
	font-size: 11pt;
	color: #444444;
	min-height: 300px;
}

#content-container-prdoc {
	width: 943px;
	background-image: url(content-theprdoc-bg.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 44px;
	font-size: 11pt;
	color: #444444;
	min-height: 300px;
}

#content-container-education {
	width: 943px;
	background-image: url(content-education-bg.png);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 44px;
	font-size: 11pt;
	color: #444444;
	min-height: 300px;
}

.content-protect-image {
	width: 380px;
	height: 190px;
	float: left;
	margin: 0;
}

.content-protect-image-prdoc {
	width: 380px;
	height: 90px;
	float: left;
	margin: 0;
}

#content {
	width: 913px;
	padding-top: 15px;
	padding-left: 15px;
	margin: 0;
	text-align: left;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 943px;
	height: 40px;
	background: #3d3d3d;
	font-family: Tahoma, Verdana;
	font-size: 10pt;
	color: #ffffff;
	padding-top: 4px;
}

#footer a {
	color: #ffffff;
}

#title {
	color: #ffffff;
	text-align: center;
}

#divider {
	background: #8d8d8d;
	font-family: Tahoma, Verdana;
	font-size: 14pt;
	color: #ffffff;
	width: 928px;
	margin-left: -15px;
	padding-left: 15px;
}

#divider a {
	color: #ffffff;
}

#listfix {
	display: inline-block;
}

