/**************************
// backcast.com.au
// created by dave rutar
**************************/
.free {
	position: relative;
	clear: both;
}
#pos {
	width: 1000px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #244057;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-top: 3px solid #464646;
	border-bottom: 3px solid #464646;
	font-family: "century gothic", verdana;
	font-size: 15px;
	line-height: 24px;
	color: silver;
}
/* master div */
#main_content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #363636;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	min-height: 600px;
}
/* top space */
#top_space1 {
	width: 1000px;
	height: 8px;
	background-color: #323232;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 1px solid #323232;
	border-right: 1px solid #323232;
}
#top_space2 {
	width: 1000px;
	height: 20px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
#top_space3 {
	width: 1000px;
	height: 8px;
	background-color: #252525;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	border-left: 1px solid #252525;
	border-right: 1px solid #252525;
}
/* quick links */
#top_links {
	width: 1002px;
	height: 78px;
	background-image: url(../site_images/bground.jpg);
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: none;
}
/* backcast banner */
#top {
	width: 1000px;
	height: 200px;
	padding: 0;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid black;
	border-right: 1px dotted black;
	border-bottom: 1px solid black;
	border-left: 1px dotted black;
}
#f_space1 {
	width: 1000px;
	height: 8px;
	background-color: #323232;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 1px dotted black;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
}
#f_space2 {
	width: 1000px;
	height: 10px;
	background-color: #545454;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border-left: 1px solid #545454;
	border-right: 1px solid #545454;
}
#footer {
	width: 984px;
	min-height: 188px;
	margin-left: auto;
	margin-right: auto;
	background-color: #444444;
	padding: 4px 6px 4px 10px;
	border-top: 8px solid black;
	border-right: 1px dotted black;
	border-bottom: 1px dotted black;
	border-left: 1px dotted black;
	font-family: arial, helvetica;
	font-size: 12px;
	line-height: 20px;
	color: #737373;
	letter-spacing: 1px;
}
#f_sponsored {
	float: right;
	width: 380px;
	padding-left: 6px;
}
#f_inside {
	float: right;
	width: 300px;
	padding-left: 16px;
}
#f_links {
	float: right;
	width: 240px;
	padding-left: 6px;
}
