@charset "utf-8";
html {
    height: 100%;
}
body{
    font-family: "PT Serif", Arial, serif;
    height:auto !important;
    height:100%;
    min-height:100%;
    position: relative;
    background-color: #fff;
    background-position: left top;
}
.wrapper {
    padding-bottom: 500px;
}
*{
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a img {
	border: none;
}
ul li,
ol li{
	list-style: none;
}
.hide {
	display: none;
}
.show {
    display: block !important;
}
.clearfloat {
	display: block;
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
input, textarea {
	border: none;
	outline: none;
    background: transparent;
	display: block;
}

header, nav, aside, article, section, footer {
	display: block
}
td, tr {padding: 0;}