@CHARSET "UTF-8";

@font-face {
	font-family: "Open Sans Light";
	src: url(OpenSans-Light.ttf) format("truetype");
}

html, body {
	margin: 0;
	padding: 0;
	background: #fff url('images/bg-html.png') repeat-x;
	
	/* needed for container min-height */
	height:100%; 
}

#page-container {
	width: 1021px;
	margin: 0 auto;
	
	background: #fff url('images/bg-html.png') repeat-x;
	
	position:relative; /* needed for footer positioning*/
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	
}

#header {
	background: transparent;
	/* border-bottom: 1px solid #171717; */
	height: 110px;
}

#nav {
	background: transparent; /* #333333; */
	height: 60px;
	text-align: right;
	width: 1021px;
}

#content {
	/* background: green; */
	padding:1em 1em 5em; /* bottom padding for footer */
	font: 12px Tahoma;
}

#footer {
        background: #fff;
	height: 75px;
	width: 1021px;
	position:absolute;
	bottom:0; /* stick to bottom */
	border-top: 1px dotted #333;
	text-align: left;
	font-family: Sans-serif;
	font-size: 9pt;
	color: #555;
}

#footer a {
	/* text-decoration: none; */
	color: #444;
}

h1, h2, h3 {
	font-family: 'Open Sans Light', serif;
	font-weight: normal;
	font-style: normal;
	color: #383838;
	line-height: 100%;
	letter-spacing: -3px;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
	letter-spacing: -2px;
	color: #222;
}

h3.title {
	font-size: 20px;
	color: #222;
}

img {
	border: 0;
}
