@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
html, body {
	height: 100%;
}

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#161817;
	color:#8a7b57;
	background-image:url(../../img/bg_sub/lake.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
.index_bg{
	background-image:url(../../img/bg/mountain.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
a{
	text-decoration:none;
	color:#7FA0BF;
	cursor:pointer;
}
a:hover{
	color:#7FA0BF;
}*:active
{
  outline: none;
}
p{
	line-height:17px;
}
p a{
	text-decoration:none;
}
p a:hover{}

img{border:none;}

ul,li{
	float:left;
	list-style:none;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -30px; /* the bottom margin is the negative value of the footer's height */
	width:100%;
}
.footer, .push {
	height: 30px; /* .push must be the same height as .footer */
	clear:both;
}
.page_margins{
	width:910px;
	margin-left:auto;
	margin-right:auto;
}
