html {
	background-image: url(images/background.jpg);
	margin: 0;
}
body {
	margin: 0;
	background-image: url(images/bg_body.jpg);
	background-repeat: repeat-x;
}
#main { position: relative; width: 958px; margin-left: auto; margin-right: auto;}
#header {
	width: 100%;
	height: 168px;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	padding: 1px 0;
	position: relative;
	z-index: 100;
}
#nav {
	background-color: transparent;
	position: absolute;
	z-index: 10;
	top: 56px;
	left: 304px;
	height: 54px;
}
#subNav {
	position: absolute;
	left: 300px;
	top: 110px;
	overflow: auto;
	width: 600px;
}
#navRight {
	float: right;
}
#content {
	height: auto;
	min-height: 269px;
	padding: 1px 76px 30px 76px;
	background-image: url(images/extender.jpg);
	background-repeat: repeat-y;
	margin: 0 24px;
	position: relative;
}
#footer {
	height: 38px;
	padding: 20px 0 1px 37px;
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}
#ticker {
	background-color: #0f034e;
	height: 20px;
	width: 886px;
	visibility: hidden;
}
body.home #ticker {
	visibility: visible;
}
body.home #header {background-image: url(images/headerHome.png);}
body.home #content {padding-bottom: 0px; padding-left: 12px; margin-top: -46px;}
body.home #footer {margin-top: -6px;}
#free { text-align: center; position: absolute; top: 200px; left: 550px; width: 150px; height: 300px; padding-top: 90px; }
#subtext { width: 270px; }
