/* Gloabl settings */

body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 70.5%; /* This sets the default font size to be equivalent to 10px from 16px */
	color: #fff;
	background-color: #83000c;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin: 0;
	line-height: 150%;
}

/* Headers */
h1 { font-size: 2em; font-weight: normal; }  /* displayed at 24px */
h2 { font-size: 1.5em; font-weight: normal; }  /* displayed at 18px */
h3 { font-size: 1.25em; font-weight: normal; }  /* displayed at 15px */
h4 { font-size: 1em; font-weight: normal; }  /* displayed at 12px */

/* Links */	
a:link 	  { color: #fff; }
a:visited { color: #fff; }
a:hover   { color:#FFFF66; }
a:active  { color: #fff; }

/* Form Elements */
input, select, textarea { font-family: Verdana, Arial, Helvetica, sans-serif; }

/* No borders on layout images */
img {border: 0; }

/* general styles */

/* clearfix */

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}