body, html {
	width: 100%;
	height: 100%;
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a {color: #644c23;}
body {
	background-color: #fff;
	background-image: url(/images/bg_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.head {
	background-image: url(/images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.logo {
	font-size: 40px;
	text-decoration: none;
	color: #000000;
}
.title {
	font-size: 30px;
	text-decoration: none;
	color: #000000;
}
.welcome {
	font-size: 20px;
	text-decoration: none;
	color: #000000;
}
.small {
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}
.smalllink {
	font-size: 11px;
	text-decoration: underline;
	color: #644c23;
}
.menu {
	font-size: 14px;
	text-decoration: underline;
	color: #644c23;
}
.phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-decoration: none;
	color: #644c23;
}
a:hover {
	text-decoration: none;
}

