﻿body
{
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	background-color: #fff;
	
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
}

h1, h2, h3, p
{
    margin: 0;
    padding: 0;
    font-weight: normal;
}

img
{
    border: 0;
}

.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.caps
{
	text-transform: uppercase;
}

.lower
{
    text-transform: lowercase;
}

.show
{
	visibility: visible;
}

.hide
{
	display: none;
}

/* Courtesy of http://www.positioniseverything.net/easyclearing.html */
.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 */