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

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

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#1A1718;
	color: #d5d4b2;
	line-height: 18pt;
}
a{
	text-decoration:none;
	color:#9da97b;
	cursor:pointer;
}
a:hover{
}*:active
{
  outline: none;
}
p{
	line-height:21px;
	float:left;
	width:100%;
	padding-bottom:10px;
}
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 -2px; /* the bottom margin is the negative value of the footer's height */
	width:100%;
}
.footer, .push {
	height: 2px; /* .push must be the same height as .footer */
	clear:both;
}
.page_margins{
	width:1004px;
	margin-left:auto;
	margin-right:auto;
}
