html, body {
	margin:0;
	padding:0;
}
body{
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	background-color: #eee;
	color: #444;
	font-size: 75%;
}
a{
	color: #27D;
	text-decoration: none;
}
a:focus, a:hover, a:active {
	text-decoration: underline;
}
p, li {
	line-height: 1.8em;
}

h1 {font-size:8pt;color:#7F7F7F;padding:0px;margin:0px; font-weight:normal;}

pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
div#page {
	width: 900px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	border-color: #ddd;
	border-style: none solid solid;
	border-width: medium 1px 1px;
}
div#container {
	padding: 20px 20px 40px 20px;
	background-image:url(../img/bg_foot.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}
div#logo {
	text-align:center;
	padding-bottom:15px;
}
div#ads {
	clear: both;
	padding: 12px 0 12px 66px;
}
div#footer {
	clear: both;
	color: #777;
	margin: 0 auto;
	padding: 10px 0 30px;
	text-align: center;
}
#header {
	text-align:left;
}
#header .tel{
	line-height:1;

}
