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

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

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#564c3e;
	background-color:#e9e9e9;
	background-image:url(../../img/background_paper.jpg);
}
a{
	text-decoration:none;
	color:#0066CC;
}
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 {
	float:left;
	clear:both;
	width:100%;
}
.footer {
	height: 86px; /* .push must be the same height as .footer */
	clear:both;
}
.page_margins{
	width:793px;
	margin-left:auto;
	margin-right:auto;
}

