html{font-size:100.01%; min-width:800px;}
	
body{
	margin:0;
	background:url(../images/bg-body.gif) repeat 0 0;
	font:64% Arial, Helvetica, sans-serif;
	min-width:800px;
	}

/* GENERAL */
img{border:0; display:block;}
form{display:inline;}

.hidden{
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	}

p{
	margin:0;
	padding:0;
	}

ul{
	margin:0;
	padding:0;
	list-style:none;
	}

.float-left{float:left !important;}
.float-right{float:right !important;}

a:focus{outline:none;}

h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	color: #82695F;
	}

/* MAIN */
.main-holder{
	position:absolute;
	bottom:0;
	left:0;
	}

.bg-left-bottom{
/*	position:absolute;
	left:0;
	bottom:0;*/
	width:251px;
	height:622px;
	background:url(../images/bg-left-bottom.png) no-repeat 0 0;
	float:left;
	}

.right-border{
	position:absolute;
	right:0;
	top:0;
	width:6px;
	height:100%;
	background:#3e3e3e;
	}

.bg-right-bottom{
/*	position:absolute;
	right:0;
	bottom:0;*/
	width:262px;
	height:622px;
	background:url(../images/bg-right-bottom.png) no-repeat 0 0;
	float:right;
	}

#main{
	width:786px;
	margin:35px 0 0 13px;
	float:left;
	display:inline;
	position:relative;
	z-index:1000;
	}

/* SIDEBAR1 */
#sidebar1{
	float:left;
	width:268px;
	padding:10px 0 0;
	position:relative;
	}

#logo a{
	width:266px;
	height:128px;
	display:block;
	overflow:hidden;
	background:url(../images/logo.png) no-repeat 0 0;
	text-indent:-9999px;
	cursor:pointer;
	}

#sidebar1 .tour a{
	position:absolute;
	top:150px;
	left:0;
	width:143px;
	height:103px;
	background:url(../images/tourists.png) no-repeat 0 0;
	cursor:pointer;
	}

#menu{
	float:right;
	width:128px;
	}

#menu li{
	float:left;
	width:128px;
	height:48px;
	background:url(../images/bg-menu-a.png) no-repeat 0 0;
	margin:-10px 0 0;
	}

#menu li.first{margin:0;}

#menu li a{
	float:left;
	width:95px;
	height:38px;
	padding:10px 25px 0 8px;
	text-align:right;
	font:12px Arial, Helvetica, sans-serif;
	color:#e6d8bd;
	text-decoration:none;
	cursor:poiter !important;
	position:relative;
	}

#sidebar1 .holder{
	overflow:hidden;
	height:1%;
	}

#sidebar1 .inner{
	float:right;
	width:109px;
	height:120px;
	font:12px Arial, Helvetica, sans-serif;
	color:#5a3d1c;
	padding:6px 10px;
	background:url(../images/bg-side-inner.png) no-repeat 0 0;
	}

#sidebar1 .inner p{padding:2px 0; position:relative;}


/* CONTENT */

#main-box .emphasis {
	font-style: italic;
	color: #4A8E7D;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#main-box{
	float:left;
	width:361px;
	padding:2px 0 0;
	}

#main-box .top-inner{
	overflow:hidden;
	height:8px;
	background:url(../images/bg-top-inner.png) no-repeat 0 0;
	}

#main-box .bottom-inner{
	overflow:hidden;
	height:11px;
	background:url(../images/bg-bottom-inner.png) no-repeat 0 0;
	}

#main-box .main-inner{
	overflow:hidden;
	height:1%;
	padding:10px 21px 10px 13px;
	background:url(../images/bg-main-inner.png) repeat-y 0 0;
	}

#main-box h1{
	color:#82695F;
	padding:0 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	}
#main-box h2{
	color:#82695F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	}

#main-box p{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	padding:0 0 10px;
	}

#main-box img{float:right; margin:5px 0 0 5px;}
#main #main-box .main-inner img {
	float: right;
	border: 1px solid #000000;

}
.borderimg {
	border: 1px solid #000000;
	position: fixed;
	float: right;
	clear: right;
}



/* SIDEBAR2 */
#sidebar2{
	float:right;
	width:154px;
	}
	
#sidebar2 a.snow{
	width:154px;
	height:205px;
	cursor:pointer;
	background-image: url(../images/snow-report.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
	
#sidebar2 a.latest{
	width:154px;
	height:170px;
	cursor:pointer;
	background:url(../images/latest.png) no-repeat 0 0;
	margin:-10px 0 0;
	}

.main-inner a {
	font-weight: bold;
	color: #006699;
}
