html {
	height: 100%;
	}
body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  background: #000;
	font: 16px Times New Roman;
	/* color: #f2f2f2; */
	color: #858585;
	cursor: default;
	}
#container {
	display: block;
  position: relative;
  width: 980px;
  min-height: 100%;
  margin: 0 auto;
	background: #000 url(../images/bg.jpg) 0 0 no-repeat;
	}
* html #container {
  height: 100%;
	}
#header {
  display: block;
	position: relative;
	width: 980px;
	height: 170px;
	}
#nav {
	display: block;
	position: absolute;
	left:	454px;
	top: 60px;
	margin: 0;
	padding: 0;
	}
#content {
	display: block;
	width: 980px;
	height: auto;
	margin: 0 auto;
  padding: 0;
	}
div.clr {
	display: block;
	clear: both;
	margin: 0;
  padding: 0 0 50px 0;
}
#footer {
	display: block;
  position: relative;
  width: 100%;
	height: 50px;
	margin-top: -50px;
	background: #000 url(../images/bg_footer.gif) 0 0 repeat-x;
	}
* html #footer { margin-top: -37px; }
	
#footerInfo {
	display: block;
  width: 970px;
  height: 35px;
  margin: 0 auto;
}
	
#footer p {
	margin: 14px 0 0 20px;
	font: 11px Verdana;
	color: #5b5b5b;
	}
#footer p a:active,
#footer p a:link,
#footer p a:visited {
	margin-right: 10px;
	text-decoration: none;
	color: #5b5b5b;
	}
#footer p a:hover {
	text-decoration: underline;
	}

img { border: 0; }

hr,
div.hr {
	clear: both;
	display: block;
	width: 980px;
	height: 19px;
	border: 0;
	margin: 0;
	padding: 0;
 	background: #000 url(../images/hr.gif) 0 0 no-repeat;
	}
	
br.clr {
	clear: both;
	}