html, body {
	height: 100%;
	margin: auto;
	padding: 0;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color:#333333;
	font-size: 13px;
}

#background1 {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#background2 {
	width: 950px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #000000;
	z-index: 0;
	background-color: #000;

}

#scrolling {
	position:absolute;
	top:0;
	bottom:-0.1px;
	width:1em;
	z-index:-1;
}

#wrapper {
	position:absolute;
	width:100%;
	height:100%;

}

#basolde {
	position:relative;
	width: 950px;
	height: 100%;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #000000;
	
	
}

.base {
	width: 950px;
	margin: 0 auto;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	background-color: #000000;
}

#header {
	position: relative;
	height: 171px;
	width: 950px;
}

#header_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 211px;
	height: 171px;
}

#header_center {
	position: relative;
	top: 0px;
	width: 324px;
	height: 83px;
	margin: 0 auto;
}
#header_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 230px;
	height: 171px;
}

#menu {
	position: relative;
	height: 20px;
	background-color: #666666;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	color: #FFFF00;
	text-align: center;
	font-size: 13px;
	font-family: Comic Sans MS,Arial, Helvetica;	
}

#content {
	position: relative;
	text-align: center;
	font-family: Comic Sans MS,Arial, Helvetica;
	font-size: 16px;
	width: 950px;
}

#footer {
	position: absolute;
	bottom: 0px;
	margin: auto;
	text-align: center;
	font-size: 11px;
	height: 14px;
	width: 948px;
	
}
#footer2 {
	margin: auto;
	text-align: center;
	font-size: 11px;
	height: 14px;
	
}

a.footer {
	color: #999999;
	text-decoration: none;
}
a.footer:hover {
	color: #cccccc;
}

a {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}


a.menu {
	color: #ffffff;
	text-decoration: none;
}

a.menu:hover {
	color: #ffffff;
	text-decoration: underline;
}
	
td.home_left {
	vertical-align: top;
	padding-top: 20px;
	width: 273px;
	text-align: center;
}

td.home_right {
	vertical-align: top;
	padding-top: 150px;
	width: 272px;
	text-align: center;
}

.subheading {
	text-decoration: underline;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	color: #cccccc;
	text-align:center;
}

.centered {
	text-align: center;
}


#contact_us {
	position: absolute;
		right: 0px;
}
