html, body {
    text-align: center;
	font: 12px Tahoma, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	background: url(images/bg.jpg) center center repeat-y #FEF8F5;

}
img {border: 0;}

a:link, a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #555;
	text-decoration: none;
}

div {
	text-align: left;

}

form {padding: 0; margin: 0;}

img {border: 0px;}

input, select, textarea {
	font: 11px Tahoma;
	color: #000;
	border: 1px solid #555555;
	background: #f5f5f5;
}
.xbox {
	border: none;
}
	

#clear {
    clear: both;
}
#site{
	margin: auto;
	width: 790px;
	height: 100%;
	background: url(images/top.jpg) no-repeat;
	
}
#logo {
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
	width: 770px;
	padding-top: 185px;
	height: 0px !important;
	height /**/:185px;
	text-indent: -9999px !important;
	text-indent /**/:0;	
}

#navi {
	width: 170px;
	float: left;
	height: 400px;
	margin: 150px 0 0 0;
}
#navi a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	background: #fff;
	color: #000;	
}
#navi a:hover {
	background: #f5f5f5;
}
#navi b a {
	display: block;
	font-weight: bold;
	color: #CC3300;
	text-decoration: none;
	padding: 2px 2px 2px 15px;
	background: #fff;

}
#navi b a:hover {
	background: #f5f5f5;
}
#navi span {
	display: block;
	background: #FF9900;
	color: #fff;
	width: 150px;
	margin: 5px;
	padding: 5px;
	border: 1px solid #FF6600;
}

#navi span a:link {
	background: #FF9900;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 1px;
	padding: 1px;
}

#navi span a:visited {
	background: #FF9900;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 1px;
	padding: 1px;
}

#navi span a:hover{
	background: #FF9900;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	margin: 1px;
	padding: 1px;
}

#content {
	width: 550px;
	float: right;
	margin: 145px 0 0 0;
	padding: 0px 20px 10px 20px;

}

#sent {
	width: 550px;
	float: right;
	margin: 145px 0 0 0;
	padding: 0px 20px 10px 20px;
	text-align: center;
}

#map {
	width: 550px;
	float: right;
	margin: 30px 0 0 0;
	padding: 0 0 0 0;
	border: 1px solid #ffff;

}
#content h1 {
	display: block;
	font-size: 17px;
	color: #FF6600;
}
#footer {

	width: 770px;
	height: 40px;
   padding: 0 0 0 0;
	background: url(images/footer.jpg) no-repeat;
	clear: both;
}	

#footer-tectel {

	font: 10px Arial;
	font-weight: normal;
	color: #000;
	width: 770px;
	height: 40px;
   padding: 0 0 0 0;
	background: ffff;
	clear: both;
	text-align: center;
	
}	
	

