@charset "UTF-8";
/* Global Elements */

* { padding: 0; margin: 0; }

html { background: #fff; }

img { border: none; }

p {	padding-top: 15px; }

a span { display: none; }

span { display: block; }

body {
	background: center top ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	width: 100%;
	display: table;
}

#wrapper {
	width: 100%;
	position: relative;
	margin: 0 auto;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: 100%;
    height: auto !important;
}

html>body #wrapper { height: auto; }

/* Header and Navigation Styles */

#header { position: relative; margin: 0 auto; width: 100%; text-align: left; height: 81px; padding-left: 21px; }

#nav-bar { position: relative; margin: 0 auto; width: 100%; height: 56px; background: #e6e6e6; padding-left: 21px; }

/* Footer Styles */

#footer { padding-top: 30px; clear: both; text-align: center; }

/* Content Styles */

#main { width: 900px; position: relative; margin: 0 auto; }

#left { width: 428px;  position: relative; margin: 0 auto; float: left; padding-top: 12px; }

#left span { background: #e6e6e6; width: 350px; left: 21px; position: relative; }

#right { width: 472px; position: relative; margin: 0 auto; float: right; padding-top: 12px; }

/* Link Styles */

a:link, a:visited { font-weight: bold; color: #cd4633; text-decoration: none; }

a:hover, a:active { font-weight: bold; color: #cd4633; text-decoration: underline; }
