div#newsticker {
	position			:	absolute;
	left				:	30px;
	top					:	2px;
	
	width				:	500px;
	height				:	30px;
	
	padding				:	0;
	margin				:	0;
}

div#content {
    margin-top          :   0;
}

div#flashcontent {
    position            :   absolute;
    left                :   0;
    top                 :   0;
    z-index             :   1;
    width               :   935px;
}

div#bottomnav {
    position            :   absolute;
    left                :   0;
    top                 :   395px;
    z-index             :   2;
    width               :   935px;
}

/*
div#bottomnav input#submitsearch {
	margin-bottom		:	-4px;
	border              :   1px solid #a9a8a8;
	cursor				:	default;
}
*/
