HTML{
height: 100%;
}
BODY{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	color: #657983;
	text-align: center;
	background-color: #ffffff;	
}

#container {
	position: absolute;
	top: 0px;
	width: 940px;
	left: 50%;
	margin-left: -470px;
	visibility: visible;
}
#logo{
	position: absolute;
	width: 940px;
	height: 80px;
	left: 0px;
	top: 0px;
}
#menu{
	position: absolute;
	z-index: 50;
	top: 80px;
	left: 0px;
	height:35px;
	width: 940px;
	text-align: center;
	background: url(menu.gif) repeat-x;
      z-index: 1000000;
}
#border{
	position: absolute;
	top: 115px;
	left: 0px;
	height:330px;
	width: 940px;
	text-align: center;
	z-index: 40;
}
.content{
	position: absolute;
	left: 0px;
	top: 459px;
	width: 940px;
}
.spacer {
	height: 300px;
	width: 1px;
}
.large .center{
	margin-left: 9px;
	width: 922px;
	text-align: left;
}
.column .center{
	margin-left: 9px;
	width: 443px;
	text-align: left;
}
.large .right{
	display:none;
}
.column .right{
	display:block;
	margin-left: 35px;
	width: 443px;
	text-align: left;
}
#footer{
	margin-top: 8px;
	width: 960px;
	text-align: left;
}