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

#footer{
	position: relative;
	background-image: url('../images/foot_bg.jpg');
	background-repeat: repeat;
	background-position: top left;
	background-color: #ececec;
	min-height: 169px;
}

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

/*DIRECT SELECTORS*/

#body{
	width: 948px;
	margin: 0 auto;
}

#radioauction a{
	float: right;
	margin-top: 50px;
	margin-right: 60 px;
	text-decoration: none;
	font-family: Rockwell, Georgia, Times New Roman, Serif;
	color: #403a2a;
	font-size: 45px;
	font-weight: normal;
}

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

#navbar{
	float: right;
	min-width: 558px;
	margin-top: 79px;
}

#navbar a{
	float: left;
	display: block;
	padding: 10px 14px;
	text-decoration: none;
	font-family: Rockwell, Georgia, Times New Roman, Serif;
	color: #7b766d;
	font-size: 22px;
	font-weight: normal;
}

#navbar a:hover{
	color: #1c1c1c;
}

#navbar span{
	float: left;
	display: block;
	width: 2px;
	height: 43px;
	background-image: url('../images/nav_line.png');
	background-repeat: no-repeat;
}

#header{
	background-image: url('../images/header_bg.png');
	background-repeat: repeat;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#head_content{
	position: absolute;
	padding: 20px 27px;
	width: 320px;
	color: #7b6a5d;
	font-size: 15px;
	font-family: Helvetica Neue, Century Gothic, Myriad Pro, Arial;
	z-index: 9999;
}

#fade_1{
	background-image: url('../images/header/1.jpg');
	background-repeat: no-repeat;
	width: 938px;
	height: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#fade_2{
	background-image: url('../images/header/2.jpg');
	background-repeat: no-repeat;
	width: 938px;
	height: 350px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#content{
	margin-left: -15px;
	margin-top: 30px;
	background-image: url('../images/content_bg.png');
	background-repeat: no-repeat;
	width: 948px;
	min-height: 386px;
	padding: 30px 0px 0px 35px;
}

#buttons{
	margin: 25px 0px 25px -5px;
}

.button{
	position: relative;
	float: left;
	margin-right: 50px;
	background-image: url('../images/buttons/bg.png');
	background-repeat: no-repeat;
	cursor: pointer;
	padding: 5px 11px 11px 5px;
}

.button div{
	position: absolute;
	width: 252px;
	background-image: url('../images/buttons/over.png');
	background-repeat: repeat;
	bottom: 11px;
	padding: 10px 5px 10px 7px;
	font-family: Rockwell, Georgia, Times New Roman, Serif;
	font-weight: normal;
	color: #ffc41b;
	font-size: 28px;
}

#foot_body{
	width: 948px;
	margin: 0 auto;
	padding-top: 30px;
}

#foot_logo{
	float: left;
	background-image: url('../images/foot_logo.png');
	background-repeat: no-repeat;
	width: 368px;
	height: 102px;
}

#foot_right{
	float: right;
	min-width: 558px;
	text-align: right;
	font-size: 16px;
	font-family: helvetica Neue, century gothic, myriad pro, arial;
	color: #7a756c;
}

#foot_right a{
	font-size: 16px;
	font-family: helvetica Neue, century gothic, myriad pro, arial;
	color: #7a756c;
	text-decoration: none;
	font-weight: normal;
	border-right: solid 1px #aba69e;
	padding: 0px 7px;
}

#foot_right a:hover{
	color: #000000;
	text-decoration: underline;
}

#foot_right span{
	display: block;
	height: 12px;
}

#inner_head{
	background-image: url('../images/header/inner.jpg');
	background-repeat: no-repeat;
	width: 938px;
	height: 160px;
}

#inner_head div{
	width: 350px;
	padding: 45px 0px 10px 14px;
}

#inner_main{
	float: left;
	width: 651px;
}

#inner_nav{
	float: right;
	width: 235px;
	margin-right: 15px;
}

#inner_nav a{
	display: block;
	text-decoration: none;
	font-weight: normal;
	font-family: helvetica neue, century gothic, myriad pro, helvetica, verdana, arial;
	font-size: 15px;
	color: #837d6e;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat;
	padding: 10px 10px 10px 18px;
	margin-bottom: 1px;
}

#inner_nav a:hover{
	background-image: url('../images/nav_bg_alt.png');
	color: #febf1a;
}