#container {
	min-height: 100%;
	margin-bottom: -352px;
	position: relative;
}

#footer {
	position: relative;
	background-image: url('../images/foot_bg.png');
	background-repeat: repeat-x;
	background-color: #191613;
	height: 352px;
}

.clearfooter {
	height: 352px;
	clear: both;
}

/*DIRECT SELECTORS*/

#header_bg{
	width: 100%;
	height: 42px;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat-x;
}

#body{
	width: 960px;
	margin: 0 auto;
	margin-top: -42px;
	margin-bottom: 30px;
}

#navbar a{
	float: left;
	font-weight: normal;
	text-decoration: none;
	font-family: century gothic, helvetica neue, arial;
	font-size: 28px;
	color: #ffffff;
	padding: 3px 35px 0px 35px;
	margin-top: 3px;
}

#navbar a:hover{
	background-image: url('../images/bg.jpg');
	background-repeat: repeat;
	color: #000000;
}

#content_header{
	width: 100%;
	background-image: url('../images/header_bg.png');
	background-repeat: no-repeat;
	padding: 15px 10px 8px 10px;
}

#logo{
	display: block;
	float: left;
	width: 288px;
	height: 156px;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
}

#alt_content{
	float: right;
	width: 532px;
	color: #333333;
}

#buttons{
	margin-top: 20px;
}

#buttons div{
	float: left;
	text-align: left;
	width: 297px;
	margin-right: 23px;
	font-weight: normal;
	text-decoration: none;
}

#buttons img{
	background-color: #ffffff;
	padding: 5px;
	border: solid 1px #cbccc7;
	margin-bottom: 20px;
}

#foot_body{
	width: 960px;
	margin: 0 auto;
}

#foot_logo{
	display: block;
	margin-top: 30px;
	width: 358px;
	height: 199px;
	background-image: url('../images/foot_logo.png');
	background-repeat: no-repeat;
}

#foot_nav{
	float: right;
	width: 470px;
	margin-top: 30px;
}

#links{
	float: left;
	width: 212px;
	margin-right: 30px;
}

#foot_nav a{
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	padding: 13px 5px;
	background-color: #636f7c;
	color: #2b333b;
}

#foot_nav a:hover{
	background-color: #b0b7bd;
}

#navigation {
	float: left;
	width: 212px;
}

.break{
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

#inner{
	float: right;
	width: 228px;
	margin-top: -15px;
}

#inner a{
	font-size: 17px;
	font-family: helvetica neue, helvetica, arial;
	color: #b4babc;
	display: block;
	text-decoration: none;
	font-weight: normal;
	padding: 13px;
	border-bottom: solid 3px #e4e5df;
}

#inner a:hover{
	color: #89929c;
	background-color: #ffffff;
}

#InfinityDigitalDesign{
	margin-top: 5px;
	font-size: 17px;
	font-weight: normal;
	font-family: century gothic, helvetica neue, myriad pro, arial;
	color: #838e9b;
}

#InfinityDigitalDesign a{
	font-size: 17px;
	font-weight: normal;
	font-family: century gothic, helvetica neue, myriad pro, arial;
	color: #838e9b;
	text-decoration: none;
}

#InfinityDigitalDesign a:hover{
	color: #ffffff;
}