html, body {
/* 	position:relative; */
	height:100%;
}

img {
	border-style: none;
}

body {
/* 	position:relative; */
	height:100%;
	background-color: #000;
	background-attachment:fixed;
	background-repeat:repeat-x;
	margin: 0px;
/* 	padding: 12px 30px 4px 30px; */
	padding: 0px;
}

.background {
	position:absolute;
	width:100%;
	height:100%;
	z-index:-2;
}

.page-header {
	position:relative;
/* 	background-color:rgb(200,200,100); */
	background-color: #999;
}

.header-banner {
	position:relative;
	background-repeat:repeat-x;
	background-color:rgb(0,0,0);
 	width:100%;
	height:120px;
	border:0px;
	margin:0px;
	padding:0px;
}

.header-image {
	position:absolute;
	left:0px;
	top:0px;
	background-image: url(images/l-image.png);
	background-repeat:no-repeat;
	width:300px;
	height:100%;
	vertical-align:top;
	z-index:1;
}

.header-title {
	background-image: url(images/text.png);
	background-repeat: no-repeat;
	font-size:x-large;
	position:absolute;
	height:100%;
	vertical-align:middle;
	width:400px;
	top:-12px;
	left:150px;
	z-index:1;
}

.header-image2 {
	background-image: url(images/r-image.png);
	background-repeat: no-repeat;
	position:absolute;
	top:0px;
	right:0px;
	width:200px;
	height:100%;
}

.header-buttons {
/* 	background-color:rgb(206,221,240); */
	background-color: #456;
	background-color:rgb(200,200,200);
	position:relative;
	left:0px;
 	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	height:25px;
}

.header-button {
/* 	background-color:rgb(206,221,240); */
	background-color: #456;
	background-color:rgb(200,200,200);
	position:relative;
	left:0px;
	float:left;
	border:0px;
	margin:0px;
	padding:0px;
	height:100%;
	width:100px;
	text-align:center;
	vertical-align:middle;
	font-weight:bolder;
}

.header-buttonrim,.header-bottomrim,.footer-rim1,.footer-rim2 {
 	background-image: url(images/rim.png);
	background-repeat:repeat-x;
	position:absolute;
	left:0px;
 	width:100%;
	border:0px;
	margin:0px;
	padding:0px;
	height:7px;
	z-index:1;
/* 	background-color:rgb(100,150,150); */
/* 	background-color: #AAA; */
}

.header-buttonrim {
	top:117px;
}
.header-bottomrim {
	top:142px;
}
.footer-rim1 {
	top:-3px;
}
.footer-rim2 {
/*	top:32px;
*/	visibility:hidden;
}
.page-main {
/* 	background-color:rgb(100,100,150); */
/* 	background-color: #001; */
	position:relative;
//	width:100%;
	border:0;
	left:0px;
	min-height:100px;
	margin:0px;
	padding:0px;
	padding-bottom:1px;
}

.page-sidebar {
	float:left;
	width:100px;
	border:0;
	left:0px;
/* 	background-color:rgb(100,100,100); */
/* 	background-color: #113; */
 	background-color:rgb(100,100,120);
	min-height:100px;
}

.page-container {
	width:100%;
	border:0;
	left:0px;
/* 	background-color:rgb(100,100,200); */
/* 	background-color: #001; */
	min-height:100px;
}

.page-footer {
	position:absolute;
/* 	left:0px; */
	bottom:0px;
	width:100%;
	height:30px;
	background-color:rgb(200,200,200);
}

.global-footer {
	position:relative;
	margin:5px;
}

.global-container {
	position: relative;
	min-height: 100%;
	height: 100%;
/* 	voice-family: "\"}\""; */
	voice-family: inherit;
	height: auto;
	padding-bottom:0px;
}
html>body #container {
	height: auto;
}

#w3c_xhtml10, #w3c_xml10 {
	float:right;
	display:inline;
}

#w3c_css {
	display:inline;
	float:right;
}