html {
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

body {	
	margin:0;
	padding:0;
	height: 100%;
	width: 100%;	
	line-height: 1.5em;
	color:#333;
	background: white;

    font-family: Lucida Grande, Helvetica, Arial, sans-serif;
    *font-size:small;
    *font:x-small;


}

body {
  font-size: 75%; /* IE */
}
html>/**/body {
  font-size: 12px; /* Except IE */
}

a {
	color:#111;
	text-decoration: none;
	outline:none;
	overflow: hidden;
	font-weight: bold;


}

a:hover {
	text-decoration: underline;
}

h1{
	text-align: left;
	font-size: 64px;
	line-height: 1em;
	font-weight: bold;
	color: #222;
	
}

h2, h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	outline:none;
	margin-bottom: 1em;
}

img {
	border:0;
	vertical-align:top;
	height: auto;
}

.column img {
	text-align: center;
}


li {
	vertical-align:bottom;
}

ul,li {
	margin:0px;
	padding:0px;
	list-style-type: none;
}

.clr {
	clear: both;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {
	display: inline-table;
	min-height: 1%;
}
