#top{
	height: 24px;
	width: 950px;
	background: url(../images/bg_topline.gif) repeat-x top;
	margin:0 auto;
}

#topbar{
	line-height: 24px;
	width: 250px;
	float: right;
	background: url(../images/topbar.gif) no-repeat top right;
	margin:0 auto;
}

#topbar ul {
	list-style: none;
	margin: 0;
	text-align: left;
	padding: 0 0 0 25px;
}
#topbar ul li {
	margin: 0;
	display: inline;
}

#top_logo{
	text-align: center;
}

#menu{
	width: 950px;
	margin:0 auto;
	line-height: 36px;
	background: url(../images/menu_back.gif) repeat-x center;
}
#menu_left{
	height: 36px;
	width: 6px;
	float: left;
	background: url(../images/menu_left.gif) no-repeat;
}
#menu_right {
	height: 36px;
	width: 7px;
	float: left;
	background: url(../images/menu_right.gif) no-repeat;
}
#menu_main{
	float: left;
	height: 36px;
	width: 937px;
	text-align: center;
	background: url(../images/menu_back.gif) repeat-x center;
}

#searchbar{
	width: 950px;
	height: 68px;
	margin:0 auto;
	clear: both;
	background: url(../images/home_searchbar_middle.gif) repeat-x;
}
#searchbar_left{
	width: 10px;
	height: 68px;
	float: left;
	background: url(../images/home_searchbar_left.gif) no-repeat;
}
#searchbar_right {
	width: 10px;
	height: 68px;
	float: left;
	background: url(../images/home_searchbar_right.gif) no-repeat;
}

#searchbar_main{
	float: left;
	width: 930px;
	text-align: center;
	margin-top: 8px;
}

#searchbar_main ul {
	list-style: none;
	margin:0;
	padding: 0 0 0 5px;
	text-align:center;
}
#searchbar_main ul li {
	display: inline;
	margin: 0;
}

#sbar_main {
	float: left;
}
#sbar_left {
	width: 200px;
	height: 55px;
	float: left;
	margin-left: 5px;
	margin-right: 10px;
	/*background: url(../images/test_bg.gif) no-repeat;*/
}

#sbar_right {
	width: 190px;
	height: 55px;
	float: right;
	margin-right: 5px;
	background: url(../images/favorite.gif) no-repeat;
}

#keywords {
	margin-top: 32px;
	text-align: left;
	margin-left: 22px;
	color: yellow;
}

#keywords a, #keywords a:linked, #keywords a:visit, #keywords a:hover {
	color: yellow;
}
#keywords a:hover {
	text-decoration: underline;
}

#main_space{
	height: 10px;
	background-color: white;
	padding: 0px;
	margin: 0;
}
