#ti_page {
	width: 770px;
	height: auto;
	margin: 0 auto;
	padding:0;
	border:1px solid #463929;
	background-color: #F6EFE6;
	background-image: url(../_images/bg_texture.jpg);
	background-repeat: no-repeat;
	text-align:left;
}

#ti_comments {
	height: auto;
	margin: 0 auto;
	padding:0;
	border:1px solid #463929;
	background-color: #F6EFE6;
	background-image: url(../_images/bg_texture.jpg);
	background-repeat: repeat-x;
	text-align:left;
}

/*** Header ***/
#ti_header {
	height: 132px;
	padding-top: 34px;
	width: 770px;
}

	#ti_masthead {
		margin: 0;
		padding: 0;
		padding-left: 24px;
		width: 746px;
		clear:right;
	}
	
		#ti_contact_info {
			float:left;
		}
		#ti_contact_info img {
			display:block;
		}
		
		#ti_subscribe {
			float:left;
		}
		#ti_subscribe img {
			float:left;
		}
		
		#ti_nav {
			padding: 0;
			padding-left: 24px;
			width: 746px;
			line-height:0;
		}
		#ti_nav li {
			float: left;
			padding: 0;
		}
		
#ti_print_header {
    display:none;
}

#ti_handheld_header {
    display:none;
}

#ti_print_prod_title {
	display:none;
}

.ti_print_label {
    display:none;
}

/*** Content ***/
#ti_content {
    margin:0;
    padding:0;
	margin-left: 24px;
	margin-right: 24px;
	/*clear:both;*/
}

/*** Footer ***/
#ti_footer {
	height:81px;
	background-image: url(../_images/bg_footer.jpg);
	background-repeat: repeat-x;
	text-align:center;
	clear:both;
}
	#ti_footer img {
		border:0;
		margin-top:58px;
	}
#ti_print_footer {
    display:none;
}
/*** Misc Elements ***/
.ti_rule {
    margin:20px 0 20px 0;
    padding:0;
    background-color: #D3CDC4;
    border: 0;
    width:100%;
    height:1px;
    float:left;
}
.ti_rule hr {
    display:none;
}
.ti_indexAnn {
	width:207px;
    margin:12px;
    margin-top:0;
    padding:12px;
    padding-left:15px;
    padding-right:12px;
    background-color:#e8e2d9;
    background-image: url(../_images/ann_tick.gif);
	background-repeat: no-repeat;
	border-top:1px solid #D3CDC4;
	border-bottom:1px solid #D3CDC4;
    float:right;
    line-height:16px;
    font-size:11px;
}
.ti_fileDl {
    margin:0;
    margin-top:10px;
    padding:0;
    font-size:10px;
    line-height:16px;
}