/*
 * Client: 
 * Site Name: 
 * URL: 
 *
 * Author: 
 * URL: http://www.whitespace-creative.com/
 *
 * Created: 
 *
 * --------------------------------------------------------------- */

/* Reset default padding, margin, link decoration, etc. */
body,h1,h2,h3,h4,h5,h6,form,fieldset,legend,p,ul,ol,li,img,fieldset,blockquote,caption,table,tr,th,td,dl,dt,dd { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; }
img,fieldset { border: 0; }
a { text-decoration: none; }

/* Basic Structure */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #0E3A85;
}

#Wrapper {
	width: 934px;
	margin: 0 auto;
	text-align: left;
}
#Header {}
#Main { padding: 0 0px; }
#Footer {}

.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 */ 

/* Remove the outline in FF */
*|*:-moz-any-link:focus { outline: none !important; }