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

#footer {
	position: relative;
	background-image: url('../images/footer.png');
	background-repeat: repeat-x;
	background-position: top center;
	background-color: #000000;
	min-height: 125px;
}

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

/*DIRECT SELECTORS*/
#body{
	width: 900px;
	margin: 0 auto;
}

#logo{
	text-align: center;
	margin-top: 5px;
	background-image: url('../images/logo.png');
	display: block;
	background-repeat: no-repeat;
	width: 894px;
	height: 64px;
}

.navbar{
	text-align: center;
	margin-top: 10px;
}

.navbar a{
	font-weight: normal;
	text-decoration: none;
	float: left;
	display: block;
	margin-right: 11px;
	background-image: url('../images/nav_bg.png');
	background-repeat: repeat;
	font-family: helvetica neue, century gothic, arial;
	font-size: 21px;
	color: #625541;
	padding: 7px 14px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

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

#head_top{
	margin-top: 25px;
	display: block;
	width: 900px;
	height: 13px;
	background-image: url('../images/head_top.png');
	background-repeat: no-repeat;
}

#head_mid{
	background-image: url('../images/head_mid.png');
	background-repeat: repeat-y;
	padding-left: 15px;
}

#home_top{
	float: left;
	width: 350px;
	color: #8c793c;
}

#other_top{
	float: left;
	color: #8c793c;
}

#float_pic{
	position: relative;
	float: right;
	margin-top: -50px;
	display: block;
	width: 521px;
	height: 414px;
	background-image: url('../images/main_pic.png');
	background-repeat: no-repeat;
}

#head_bot{
	display: block;
	width: 900px;
	height: 13px;
	background-image: url('../images/head_bot.png');
	background-repeat: no-repeat;
}

#more_info{
	margin: 30px 0px;
	border-top: 1px solid #cabe9e;
	border-bottom: 1px solid #cabe9e;
	padding: 26px 22px;
}

#more_info_pic{
	float: left;
	display: block;
	width: 209px;
	height: 78px;
	background-image: url('../images/more_info.png');
	background-repeat: no-repeat;
}

.more_button{
	float: right;
	width: 185px;
	margin-right: 15px;
	color: #9c7f64;
}

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

#foot_logo{
	float: left;
	margin-top: 35px;
	background-image: url('../images/logo.png');
	display: block;
	width: 894px;
	background-repeat: no-repeat;
	height: 63px;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#content{
	margin-top: 30px;
	background-color: #e8dbb6;
	display: block;
	padding: 15px;
	border: solid 1px #c2b798;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#home_top a {
	color: #786835;
	text-decoration: underline;
	font-weight: normal;
}

#home_top a:hover {
	color: #665930;
	text-decoration: none;
}

#inner{
	float: left;
	width: 227px;
	margin-right: 20px;
	margin-left: -15px;
}

#inner a{
	text-decoration: none;
	font-weight: normal;
	display: block;
	background-color: #d0be9d;
	padding: 6px 10px 6px 18px;
	border-bottom: solid 1px #c0aa8b;
	font-size: 15px;
	color: #9c7f64;
}

#inner a:hover{
	background-color: #c0aa8b;
	color: #7b6550;
}

#inner_content{
	float: left; width: 607px
}

#InfinityDigitalDesign{
	margin: 4px 0px 0px 6px;
	font-size: 13px;
	color: #725d3d;
	font-family: century gothic, helvetica neue, myraid pro;
	font-weight: normal;
}

#InfinityDigitalDesign{
	font-size: 13px;
	color: #725d3d;
	font-family: century gothic, helvetica neue, myraid pro;
	font-weight: normal;
	text-decoration: none;
}

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