html, body {
	font-family: Arial, Helvetica, sans-serif;
	scrollbar-face-color: #FFE0B1;
	scrollbar-shadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-track-color: $FFF0D9;
	scrollbar-arrow-color: #FFFFFF;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color: #FFF1BA;
	color: #C72017;
}
a, a:visited {
	color: #801010;
}
a:hover {
	color: #b00000;
}
.capttext {
	font-size: 13px;
	color: #000000;
	background-color: #f1dab5;
	text-align:center;
	font-weight: bold;
	border: 1px solid #FFFFFF;
}
#container {
	padding:0px;
	margin:auto;
	width:990px;
}

.desctext {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #735384;
	display:inline;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	color: #FBAE00;

}
#footer {
        margin-top:30px;
	clear:both;
	font-size: 12px;
	text-align:center;
	color:#B51613;
	font-weight: bold;
	line-height: 1.3;
}
.site_adv{
	text-align: left;
	font-style: italic;
	font-size: 18px;
	font-weight: bold;
}
.site_adv img {
	margin-right: 10px;
	float:left;
}
.top20, .top60 {
	font-size: 14px;
	font-weight:bold;
	color: #000000;
}
.thumb_grid img {
	margin:1px;
	border:1px solid #f8ecd6;
	width:180px;
	height:230px;
}
.thumb_grid a:hover img {
	border:1px solid #801010;
}  

#slide_up {
	overflow: hidden;
	display: block;
	width: 220px;
	height: 220px;
	position: fixed;
	bottom: 2px;
	right: 2px;
}
#su_body {
	position: absolute;
	top: 300px;
	left: 0px;
	display: block;
	width: 220px;
	height: 220px;
}
#su_content {
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	width: 220px;
	height: 220px;
	z-index: 99;
}
#webcams_close {
	position: absolute;
	top: 1px;
	right: 1px;
	display: block;
	width: 20px;
	height: 18px;
	background-color: #fff;
	z-index: 100;
}
#su_times {
	position: absolute;
	top: -9px;
	left: 1px;
	cursor:pointer;
	font-size:30px;
	font-weight:bold;
	color: #000;
}
#su_times:hover {
	color: #f00;
}

