html, body{
	margin:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
}

#header{
	border-style:none;
	background-color:#FFFFFF;
	border-bottom: 2px solid #888888;
	text-align:center;
	position:fixed;
	z-index:1000;
	width:100%;
}

#inside_body{
	display:inline;
	float:left;
	width:100%;
	height:306px;
	margin: 0px auto;
	text-align:center;
	overflow:auto;
	position:absolute;
	top:87px;
	left:0px;
}

#inside_container{
	margin:0px auto;
	width:850px;
	height:100%;
}

#menu{
	margin-top:35px;
	border-style: none;
	border-right: 1px solid #888888;
	width: 172px;
	font-family:Tahoma;
	font-size: 10pt;
	font-weight:500;
	color:#666666;
	position: fixed;
	top:75px;
}
.menu_item{
	text-align:right;
	padding-top: 18.5px; 
	padding-bottom:18.5px;
	padding-right: 25px;
	position: relative;
	z-index:50;
}

a.menu_a{
	color:#666666;
	text-decoration:none;
}
a.menu_a:hover{
	color:#000000;
}

#slider{
	position:absolute;
	height: 22px;
	z-index:1;
}

#container{
	width:600px;
	position:relative;
	height:100%;
	left:180px;
	top:10px;
	margin-left: 23px;
	text-align: left;
	font-family: Tahoma;
	font-size:10pt;
	color:#666666;
}

#intro_image{
	float:right;
	margin-left:10px;
	margin-bottom:15px;
}

#services_image{
	float:right;
	margin-left:10px;
}

.clearer{
	height:0px;
	clear:both;
}

#background{
	position:absolute;
	height:100%;
	display:none;
}

#messageTable{
	color:#666666;
	font-family:Tahoma;
	font-size: 10pt;
}

#submit{
	text-align:right;
}

#footer{
	border-style:none;
	background-color:#FFFFFF;
	border-top: 2px solid #888888;
	text-align:center;
	position:fixed;
	bottom:-400px;
	left:0px;
	z-index:999;
	width:100%;
	height:100%;
	font-size: 8pt;
	font-family:Times;
	color:#666666;
	padding-top:5px;
}
