html, body {
	height: 100%;
	margin:0 auto;
}
body {
	font: 14px/1.5 Arial, 'Helvetica Neue', 'Liberation Sans', FreeSans, sans-serif;
	height: 100%;
	background-color: #fff;
}
h1 {
	font-size: 30px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 200;
	margin: 0;
	padding:0;
}
a,
abbr,
acronym,
address,
applet,
article,
	/*aside,*/
audio,
	/*b,*/
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
	/*label,*/
legend,
li,
mark,
menu,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
rp,
rt,
ruby,
s,
samp,
section,
small,
span,
strike,
	/*strong,*/
sub,
summary,
sup,
	/*table,
    tbody,
    td,
    tfoot,
    th,
    thead,
    time,
    tr,
    tt,
    */u,
ul,
var,
video,
xmp {
	border: 0;
	margin: 0;
	padding: 0;
	text-decoration:none;
	/*
      Override the default (display: inline) for
      browsers that do not recognize HTML5 tags.

      IE8 (and lower) requires a shiv:
      http://ejohn.org/blog/html5-shiv
    */
	display: block;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th, td, caption {
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}
/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before, .clearfix:after {
	content: '.';
	display: block;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix {
	zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.t_c {
	text-align: center;
}
.t_r {
	text-align: right;
}

a{
	text-decoration:none;
	color:#333;
}

