a:link{
	color:#888;
	text-decoration:none;
}
a:visited{
	color:#888;
	text-decoration:none;
}
a:hover{
	color:#555;
	text-decoration:underline;
}
a:active{
	color:#888;
	text-decoration:underline;
}
body{
	font-family:sans-serif;
	font-size:14px;
	margin:0;
	min-width:965px;
	display: block;
	width: 100%;
	position: absolute;
	background:#ccc;
	color:#222;
}
#top{
	height:120px;
	width:990px;
	margin:0 auto;
	border-left:1px solid #777;
	border-right:1px solid #777;
	background:#fff;
}
#logo{
	padding:10px 10px 10px 10px;
}
#menu {
	margin-top:55px;
	margin-right:25px;
	float: right;
	font-size:12px;
	color:#f00;
	text-align:right;
}
.outerbar{
	background:#aaa;
	height:16px;
	overflow:hidden;
}
.middlebar{
	background:#aaa;
	height:16px;
	overflow:hidden;
}
.innerbar{
	background:#fff;
	height:16px;
	overflow:hidden;
}
h1{
	margin:0;
	padding:25px 20px 20px 45px;
	text-decoration:none;
}
#outermain{
	border-left:1px solid #777;
	border-right:1px solid #777;
	width:990px;
	margin:0 auto;
	background:#fff;
}
#innermain{
	width:900px;
	margin:0 auto;
	text-align: center;
	line-height: 20px;
}
.topmain{
	height:10px;
	margin:0 auto;
}
#bottom{
	height:66px;
	width:990px;
	margin:0 auto;
	border-left:1px solid #777;
	border-right:1px solid #777;
	border-bottom:1px solid #777;
	background:#ddd;
	font-size:10px;
}
#bottom p{
	padding:0 10px 0 10px;
}
#bottom img{
	border:none;
}
#footer{
	float:left;
	width:50%;
}
#fav {
    margin-top:10px;
	float: right;
	text-align:right;
}
#map_canvas {
	position: relative;
	height: 450px;
	margin: 20px 212px 20px 212px;
	text-align: center;
}
#map {
	position: relative;
	height: 600px;
	margin: 5px 50px 0px 50px;
	text-align: center;
}
#session {
	margin: 0px 50px 0px 50px;
	border: 2px solid #888;
	font-weight: bold; 
}
form {
	line-height: 35px;
}
input.btn { 
	color:#222; 
	background-color:#ddd; 
	border:1px solid; 
	border-color: #888 #555 #555 #888; 
	margin: 1px 12px 0px 12px;
	height:24px;
}
.forminput{
    /* width:200px; */
    padding:4px;
    outline:none;
    height:16px;
	border:solid 1px #555;
}
.formselect{
    width:200px;
    padding:3px;
    outline:none;
    height:26px;
	border:solid 1px #555;
}
.opisld{
	font-size:x-small;
	line-height:100%;
}
#captcha_frm {
	position: relative;
	margin: 10px 300px 10px 290px;
	text-align: center;
}
