#daily_container {
	position:absolute;
	top: -25px;
	left: -25px;
	height:564px;
	z-index:2;
}
#daily_header {
	background:url(../images/index_top.gif) top left no-repeat;
	height:105px;
	width:605px;
}

#daily_content_background {
	background:url(../images/index_body.jpg) top left no-repeat;
	height: 459px;
	width: 474px;
	position:absolute;
	top: 105px;
	left:128px;
}

#index_content{
	padding: 550px 0px 0px 0px;
	background-color:#FFFFFF;
}

#nav_top {
	position:absolute;
	top: 105px;
	width:128px;
	height: 40px;
	background:url(../images/index_nav_top.gif) top left no-repeat;
}

#nav_home {
	position:absolute;
	top:145px;
	width:128px;
	height:17px;
	background:url(../images/index_nav_home.gif) top left no-repeat;
}

#nav_spacer_1 {
	position:absolute;
	top:162px;
	width:128px;
	height:10px;
	background:url(../images/index_nav_spacer_1.gif) top left no-repeat;
}

#nav_today {
	position:absolute;
	top:172px;
	width:128px;
	height:18px;
	background:url(../images/index_nav_today_up.gif) top left no-repeat;
}

#link_today{
	position:absolute;
	height:18px;
	width:128px;
}

#nav_today:hover {
	background:url(../images/index_nav_today_dn.gif) top left no-repeat;
}

#nav_spacer_2 {
	position:absolute;
	top:190px;
	width:128px;
	height:11px;
	background:url(../images/index_nav_spacer_2.gif) top left no-repeat;
}

#nav_about {
	position:absolute;
	top:201px;
	width:128px;
	height:17px;
	background:url(../images/index_nav_about_up.gif) top left no-repeat;
}

#link_about{
	position:absolute;
	height:17px;
	width:128px;
}

#nav_about:hover{
	background:url(../images/index_nav_about_dn.gif) top left no-repeat;
}

#nav_spacer_3 {
	position:absolute;
	top:218px;
	width:128px;
	height:10px;
	background:url(../images/index_nav_spacer_3.gif) top left no-repeat;
}

#nav_news {
	position:absolute;
	top:228px;
	width:128px;
	height:18px;
	background:url(../images/index_nav_news_up.gif) top left no-repeat;
}

#link_news{
	position:absolute;
	height:18px;
	width:128px;
}

#nav_news:hover {
	background:url(../images/index_nav_news_dn.gif) top left no-repeat;
}

#nav_spacer_4 {
	position:absolute;
	top:246px;
	width:128px;
	height:9px;
	background:url(../images/index_nav_spacer_4.gif) top left no-repeat;
}

#nav_archive {
	position:absolute;
	top:255px;
	width:128px;
	height: 19px;
	background:url(../images/index_nav_archive_up.gif) top left no-repeat;
}

#link_archive{
	position:absolute;
	height:19px;
	width:128px;
}

#nav_archive:hover {
	background:url(../images/index_nav_archive_dn.gif) top left no-repeat;
}

#nav_spacer_5 {
	position:absolute;
	top:274px;
	width:128px;
	height:9px;
	background:url(../images/index_nav_spacer_5.gif) top left no-repeat;
}

#nav_support {
	position:absolute;
	top:283px;
	width:128px;
	height: 19px;
	background:url(../images/index_nav_support_up.gif) top left no-repeat;
}

#link_support{
	position:absolute;
	height:19px;
	width:128px;
}

#nav_support:hover {
	background:url(../images/index_nav_support_dn.gif) top left no-repeat;
}


#nav_spacer_6 {
	position:absolute;
	top:302px;
	width:128px;
	height:9px;
	background:url(../images/index_nav_spacer_6.gif) top left no-repeat;
}

#nav_contact {
	position:absolute;
	top:311px;
	width:128px;
	height: 19px;
	background:url(../images/index_nav_contact_up.gif) top left no-repeat;
}

#link_contact{
	position:absolute;
	height:19px;
	width:128px;
}

#nav_contact:hover {
	background:url(../images/index_nav_contact_dn.gif) top left no-repeat;
}

#bottom_left {
	position:absolute;
	top: 330px;
	width:126px;
	height:234px;
	background:url(../images/index_bottom_left.gif) top left no-repeat;
}

#bottom_sliver {
	position:absolute;
	top:330px;
	left:126px;
	width:2px;
	height:234px;
	background:url(../images/index_bottom_sliver.jpg) top left no-repeat;
}

.daily_header {
	color:#997D60;
	font-weight:bold;
	line-height:1.4em;

}

#column_container {
	position:relative;
	width:520px;
	margin-left:10px;
	background:url(../images/bg_column_container.gif) top left repeat-y;
}

.column_left {
	float:left;
	width:160px;
	padding: 0px 10px 3px 0px;
}

.column_center {
	float:left;
	width:160px;
	padding: 0px 10px 3px 10px;

}

.column_right {
	float:left;
	width:160px;
	padding: 0px 0px 3px 10px;
}

.wide_column_left {
	float:left;
	width:340px;
	padding: 0px 10px 3px 0px;
	background-color:#FFFFFF;
}

.wide_column_right {
	float:left;
	width:338px;
	margin-left:2px;
	padding: 0px 0px 3px 10px;
	background-color:#FFFFFF;
}

.one_column {
	float:left;
	width:520px;
	padding: 0px 0px 3px 0px;
	background-color:#FFFFFF;
}

#column_footer{
	clear:both;
}

#whats_new_bar {
	position:relative;
	width: 510px;
	left: 10px;
	background-color:#997D60;
	font-weight:bold;
	color:#FFFFFF;
	padding: 3px 0px 3px 10px;
	margin: 0px 0px 10px 0px;

}
