/* #FC7E10 = ORANGE */
/* #333365 = BLUE */
/* #7F0300 = RED */

body {
	background: #333365 url('images/bg.jpg')  repeat-x  top left;
	text-align: center;
	margin: 0 auto;
}

img {
	border: 0 none translucent;
}

#thall_wrapper {
	background: white url('images/wrapper_bg.jpg') repeat-y top left;
	width: 1000px;
	margin: 0 auto;
}

#top_stripe {
	background: url('images/head_stripe.jpg')  no-repeat top left;
	width: 1000px;
	height: 40px;
}

#left_column {
	background-color: #7F0300;
	width: 214px;
/*	height: 200px;*/
	float: left;
/*	display: inline;*/
}

#right_column {
	width: 786px;
/*	display: inline;*/
	float: left;
	text-align: left;
}

#thall_content {
	padding: 20px;
	background-color: #FFFFFF;
}

#inset_column_right {
	float: right;
	width: 210px;
	margin-left: 20px;
}

.breaker {
	margin: 0;
	padding: 0;
	height: 10px;
}

#th_header {
	background: url('images/flash.jpg') no-repeat top left;
	width: 786px;
	height: 245px;
}


#th_flash {
	background: url('images/flash.jpg') no-repeat top right;
	float: right;
	width: 560px;
	height: 245px;
}


#thall_footer {
	background-color: black;
	clear: both;
	padding: 10px 0 5px 0;
	text-align: center;
}

.clearme {
	clear: both;
}

/* ===================== */
/* = INSETS BEGIN HERE = */
/* ===================== */

.block {
	padding: 0 10px;
	text-align: left;
}


/*Email Signup Inset*/
#join_inset {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}


#join_top {
background: url('images/inset_bg_red.jpg') repeat-y top left;
	margin: 0;
	height: 90px;
}

#join_body {
	background: url('images/inset_bg_red.jpg') repeat-y top left;
	margin: 0;
	height: 1px;
	padding-top: 10px;
}

#join_bottom {
	height: 30px;
}

/*Testimonials Inset*/
#testimonials_inset {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}


#testimonials_top {
background: url('images/inset_bg_white.jpg') repeat-y top left;
	margin: 0;
	height: 30px;
}

#testimonials_body {
	background: url('images/inset_bg_white.jpg') repeat-y top left;
	margin: 0;
/*	height: 200px;*/
	padding-top: 10px;
/*	overflow: hidden;*/
}

#testimonials_bottom {
	height: 30px;
}

/*News Inset*/
#news_inset {
	width: 200px;
	text-align: center;
	margin: 0 auto;
}


#news_top {
background: url('images/inset_bg_red.jpg') repeat-y top left;
	margin: 0;
	height: 30px;
}

#news_body {
	margin: 0;
	height: 200px;
	padding-top: 10px;
	background-image: url(images/inset_bg_red.jpg);
	background-repeat: repeat-y;
	background-position: left top;/*	overflow: hidden;*/
}

#news_bottom {
	height: 30px;
}

