html {
	overflow: auto;
}

body {
	background-color: #A0AFCC;
	overflow: hidden;
	font-family: Verdana;
	font-size: 12px;
}

div {
	font-family: Verdana;
	font-size: 12px;
}

#divCenter {
	position: absolute;
	left: 50%;
	top: 0px;
	bottom: 0px;
	width: 1px;
}

#divHTML {
	position: absolute;
	left: -505px;
	top: 0px;
	width: 1010px;
	height: 100%;
	background-image: url('../images-layout/background.jpg');
}

#divHeader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1010px;
	height: 100px;
	background-image: url('../images-layout/header.jpg');
	background-repeat: no-repeat;
	background-position: 50%;
}

#mailbutton {
	position: absolute;
	right: 4px;
	top: 64px;
	width: 25px;
	height: 13px;
	cursor: pointer;
}

#divMenu {
	position: absolute;
	left: 0px;
	top: 100px;
	bottom: 20px;
	width: 200px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #00CCFF;
}

#divMenu a {
	text-decoration: none;
	color: #00CCFF;
}

#divMenu a:hover {
	color: #FF9900;
}

.activeHead {
	color: #FFFFFF;
}

h1 {
	line-height: 18px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

hr {
	width: 550px;
	text-align: left;
	color: #FFEE99;
}

#divSeperator {
	position: absolute;
	left: 220px;
	top: 100px;
	bottom: 20px;
	width: 2px;
	background-color: #00CCFF;
}

#divContent {
	position: absolute;
	left: 240px;
	top: 100px;
	right: 7px;
	bottom: 27px;
	color: #CCCCCC;
	overflow: auto;
}

p {
	width: 700px;
	line-height: 20px;
}

#divContent a {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none;
}

#divContent a:hover {
	color: #FFFFFF;
}

#divFooter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 1010px;
	height: 20px;
	background-image: url('../images-layout/footer.jpg');
}

#divFooter div {
	position: absolute;
	top: 5px;
	width: 200px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}

#divFooter a {
	text-decoration: none;
	color: #FFFFFF;
}

#divFooter a:hover{
	color: #FF9900;
}

#divDisclaimer {
	left: 10px;
}

#divPrivacy {
	left: 404px;
	text-align: center;
}

#divConditions {
	right: 12px;
	text-align: right;
}
