/* CSS Document */
		body { background-color:#fff }
		#fixed_bg {
			background-color:#fff;
			z-index:-99999;
			width:100%;
			height:100%;
			left:0;
			top:0;
		}
a {behavior:url(./onfocus.htc); text-decoration:none}
a:link {color:#909090}
a:visited {color:#505050}
a:hover {color:#a0a0a0}
a:active {color:#909090}
a img { border:0 }

#wrap { 
height:100%;
margin:0px;
padding:0px;
}

#layout_wrapper {
	margin: 0 auto 0 auto;
	width:100%;
}

#layout_logo_wrapper {
	margin:0 auto 0px auto;
	background-image:url(/images/logo1.jpg);
	background-repeat:no-repeat;
	background-position:0 0px;
	z-index:1;
	margin-top:0px;
	width:300px;
	height:50px;
    cursor:pointer;
}


#mainpage_slide_wrapper {
	margin:0px auto 0px auto;
	width:840px;
	height:533px;
	z-index:1;
	background-repeat:no-repeat;
	box-shadow: 1px 1px 30px rgba(0,0,0,0);
	border:0px solid #fff;
}

#layout_copyright_wrapper {
	margin:0 auto 0px auto;
	background-image:url(/images/copy1.jpg);
	background-repeat:no-repeat;
	background-position:0 50px;
	z-index:1;
	margin-top:15px;
	width:840px;
	height:40px;
    cursor:pointer;
}


a {
	color: #484747;
	font-size: 11px;	
	text-decoration: none;
}
a:hover {
	color: #a78d58;
}

a.over img {
	background: #ffffff;
}
a.over, a.over img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
a.over:hover {
	opacity: 0.7;
}

A:hover {

text-decoration:none;color:#999999;}

.date {font-size:10px;color:#848484}


.back-to-top {
    position: fixed;
    bottom: 0em;
    right: 0px;
    padding: 0em;
    display: none;
    -webkit-border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    border-radius: 0.8em;
}
.back-to-top { position: fixed; bottom: 3em; right: 10px; text-decoration: none; color: #000000; background-color: rgba(156, 156, 156, 0.20); font-size: 12px; padding: 0.5em; display: none;}
.back-to-top:hover { background-color: rgba(156, 156, 156, 0.60);}
