* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	min-height: 101%;
	text-align: center;
	background: #eee;
}
/* Fonts and default sizes*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
/* 
1.false value for WinIE4/5
2.trick WinIE4/5 into thinking rule is over
3.recover from trick
4.intended value for better browsers.
Next but one rule: be nice to Opera */
a{}
body, body div, body td, body p, body ul, body ol, body li, body th	{
    font-size:    x-small;      
    voice-family: "\"}\"";   
    voice-family: inherit;   
    font-size:    small;
}
html>body, html>body div, html>body td, html>body p, html>body ul, html>body ol, html>body li, html>body th	{
    font-size:    small;
}
/* Layout */
#container {
	width: 380px;
	margin: 40px auto;
	border: 1px solid #339999;
	background-color: #fff;
	text-align: left;
}
#padding_container {
	padding: 40px;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* Font sizes, colours and margins */
h1, h2, h3, h4, h5, h6, p, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin: 1em 0 0 0; 
}
ul ul {
	margin: 0;
}
li, dd { 
	margin-left: 1em;
}
fieldset { 
	padding: 0; 
}
h1, h2, h3, h4, h5, h6 {
	font-family: Trebuchet, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 150%;
	color: #339999;
}
h2 {
	font-size: 130%;
	color: #339999;
}
h3 {
	font-size: 120%;
	color: #339999;
}
h4 {
	font-size: 110%;
	color: #339999;
}
h5 {
	font-size: 100%;
	color: #339999;
}
h6 {
	font-size: 100%;
	color: #339999;
}
p, li, td {
	font-size: 85%;
}
p.footer {
	font-size: 75%;
}
/* Links */
a:link {
	color: #339999;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: none;
}
