@charset "utf-8";
/*import*/
@import url("reset.css");
@import url("layout.css");
html, body {
	height: 100%;
}
html {
/*	background-attachment: scroll;
	background-image: url(../images/global/bck.gif);
	background-repeat: repeat;
	background-position: 0 0;	*/
}
body {
	background-color: #161616;
/*	color: #FFB546;*/
	color: #F3C055;
	font-size: 12px;
	background-image: url(../images/global/header-background.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family:'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;	
}
p {
	margin-bottom: 10px;
}
a {
	color: #EA6943;
	text-decoration:underline;
}
h1, h2, h3, h4, h5 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h1 {
	background-image: url(../images/i-am.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 66px;
	width: 498px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-top: 50px;
	margin-bottom: 20px;
	float: left;
}
h2 {
	font-size: 22px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
h3 {
	font-size: 17px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E2E2E;
	padding-bottom: 5px;
	/*	color: #C8C8C8;*/
	color: #FFF;
}
h4 {
	font-size: 15px;
	margin-bottom: 20px;
	font-weight:bold;
}
h5 {
	font-size: 14px;
	margin-bottom: 8px;
	font-weight:bold;
	line-height:normal;
	text-transform:uppercase;
}
span.super {
	vertical-align:super;
	font-size: 70%;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */
