body{
	margin:0;
	padding:0;
	background: #234;
}
form{
	display: inline;
	margin: 0px;
	padding: 0px;
}
a{
	text-decoration: none;
	color: inherit;
}

.top{
	width: 100%;
	background: #000;
}

.header{
	margin: auto;
	width: 924px;
	height: 35px;
	padding: 10px;
	text-align: center;
	font:12px Trebuchet MS,Arial,sans-serif;
	line-height: 32px;
	color: #567;
}

.title{
	font: Bold 28px Trebuchet MS,Arial,sans-serif;
	color: #89A;
	float: left;
}
.title a{
	text-decoration: none;
	color:inherit;
}
.title a:hover{color:#FFF;}
.searchl {
	color: #456;
	float: right;
	padding:7px 0px;
	font: 14px Trebuchet MS,Arial,sans-serif;
	text-transform: uppercase;
}
input.search{
	display: block;
	float: right;
	padding:7px;
	font: 14px Trebuchet MS,Arial,sans-serif;
	color: #FFF;
	background: #678;
	text-decoration: none;
	border: none;
	margin: 0px;
	width: 200px;
	margin-left: 4px;
}
a.reload{
	display: block;
	float: right;
	padding:7px;
	font: 14px Trebuchet MS,Arial,sans-serif;
	color: #FFF;
	background: #456;
	text-decoration: none;
	margin-left: 4px;
}
a.reload:hover{
	background: yellow;
	color: black;
}

.main{
	margin: auto;
	color: #fff;
	width: 924px;
}
.welcome{
	padding:10px 20px;
	font:18px Georgia,Times,serif;
	background: #345;
	color: #BCD;
	margin: 5px 0px;
	text-align: center;
}
.welcome a{
	color: inherit;
}
.btmnav{
	font:14px Georgia,Times,serif;
	background: none;
	color: #BCD;
	margin: 5px 0px;
	text-align: center;
}
.btmnav a{
	padding:10px 20px;
	background: #345;
	text-decoration: none;
	color: inherit;
}
.btmnav a:hover{color:#fff;background: #678;}
.btmnav a.l{float: left}
.btmnav a.r{float: right}
.note{
	padding:10px 20px;
	font:14px Georgia,Times,serif;
	background: #344;
	color: #788;
	margin: 5px 0px;
	text-align: left;
}

.box{
	position: relative;
	margin: 1px;
	width: 75px;
	height: 75px;
	overflow: hidden;
	float: left;
	background: #456;
}
.box .thumb{
	width: 75px;
	height: 75px;
	overflow: hidden;
	display: block;
}

.gopage {
	display: block;
	position: absolute;
	bottom: 0px;
	right: 0px;
	display: inline;
	background: #000 url(img/page.png);
	opacity: .5;
	width: 16px;
	height: 16px;
}


.copyright{
	padding:10px 20px;
	font:12px Georgia,Times,serif;
	color: #789;
	margin-top:20px;
	text-align: center;
}
.copyright a{
	color: inherit;
}
.gmap{
	color: black;
}
ul.gmapSidebar{
	margin: 0px;
	padding: 0px;
	list-style: none;
	padding-left: 5px;
}
ul.gmapSidebar li{
	margin: 0px;
	background: #456;
	margin-bottom: 1px;
	padding: 3px 1px;
}
