body {
	margin:0px;
	padding:0px;
	font-family:Tahoma,Arial, Sans-Serif;
	font-size:13px;
	color:#46443d;
	background-color:#efeff7;		
}

.bg_header
{
	background:url(http://b7st.com/vb/images/b7st/header/badgroand.gif);
	width:100%;
	height:150px;
}

#container {
	min-width:1000px;
}


#menu_top {
	background-image:url(images/logo_top.gif);
	height: 40px;
	width: 150px;
}

#top_bar {
	height:80px;
	width: 830px;
	border: 1px solid #000080;
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:10px;
}

#content {
	width:830px;
	height:auto;
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:10px 10px 0px 0;
	padding: 20px 0 20px 0;
	border: 1px solid #000080;	
}

#top_topics {
	width:170px;
	height:800px;
	background-image:url(images/top_bg.gif);
	background-repeat:repeat-x;
	background-color:#fff;
	margin:20px 0 0 0;
	border: 1px solid #000080;
	padding:5px 10px 5px 10px;
}

#icons {
	float: right;
	margin: 10px;
}

#search {
	float: left;
	margin: 10px;
 }	 
 	 
.input_button {
	font-size:11px;
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	font-weight:bold;
	background-color: #003366;
	padding-left:6px;
	padding-right:6px;
	padding-top:3px;
	padding-bottom:3px;	
	color: #ffffff;
	border:1px solid #003366;
	background-image: url(images/button_bg.jpg);
}
.input_button:hover {
	background-color: #000000;	
	border:1px solid #000000;
	background-image: url(images/button_bg_over.jpg);
}

#footer {
	margin:0px;
	padding:0px;
	font-family:Tahoma,Arial, Sans-Serif;
	font-size:13px;
	color:#FFF;
	background:#efeff7 url(images/bgfooter.gif)  repeat-x;
	height:163px;
	width:100%;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer ul li{
	float:right;
}
#footer ul #footer_right{
	width:242px;
	height:163px;
	background:url(images/footer_right.gif) bottom no-repeat;
}
#footer ul #footer_mid{
	width:372px;
	height:163px;
	background:url(images/footer_mid.gif) no-repeat;
	margin-right:10%;
}
#footer ul #footer_left{
	float:left;
	width:193px;
	height:163px;
	background:url(images/footer_left.gif) bottom no-repeat;
}
#footer A {
	text-decoration: none;
	color:#FFF;
}
#header{
	margin:0px;
	padding:0px;
	font-family:Tahoma,Arial, Sans-Serif;
	font-size:13px;
	color:#FFF;
	background:#f0edfb url(images/bunny_22.gif) bottom repeat-x ;
	height:211px;
	width:100%;
}
#header ul{
	margin:0;
	padding:0;
	list-style:none;
}
#header ul li{
	float:right;
	margin:0;
	padding:0;
}
#header ul #header_right{
	width:260px;
	height:211px;
	background:url(images/search.gif) right bottom no-repeat;	
}
#header ul #header_right input{
	margin:68px 9px 0 0;
	width:150px;
	background:url(images/input.gif);
	border:none;
	height:17px;
	float:right;
}
#header ul #header_right #sub{
	background:none;
	float:right;
	width:20px;
	height:32px;
	margin-right:20px;
	cursor: pointer;
	background:url(images/searchbtn.gif) no-repeat;
}
#header ul #header_right span{
	background:url(images/bunny_18.gif) no-repeat;
	height:83px;
	width:215px;
	margin-top:33px;
	display:block;
}
#header ul #header_mid{
	width:382px;
	height:211px;
	background:url(images/bunny_02.gif) no-repeat;
	margin:0 auto;
}
#header ul #header_left{
	width:286px;
	height:211px;
	background:url(images/bunny_20.gif) bottom no-repeat;
	margin:0 auto;
	float:left;
}
fieldset.search {
	border: none;
	width: 215px;
	margin: 0 auto;
	background: #222;
	margin-top:150px;
}
.search input, .search button {
	border: none;
	float: left;
}
.search input.box {
	color: #fff;
	font-size: 1.2em;
	width: 160px;
	height: 30px;
	padding: 8px 5px 0;
	background: #616161 url(images/search_bg.gif) no-repeat left top;
	margin-right: 5px;
}
.search input.box:focus {
	background: #616161 url(images/search_bg.gif) no-repeat left -38px;
	outline: none;
}
.search button.btn {
	width: 38px;
	height: 38px;
	cursor: pointer;
	text-indent: -9999px;
	background: #fbc900 url(images/search_bg.gif) no-repeat top right;	
}
.search button.btn:hover {
	background: #fbc900 url(images/search_bg.gif) no-repeat bottom right;	
}

#menu {
	background: #333;
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: right;
}
#menu li a {
	background: #333 url("images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #2580a2 url("images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;

