body {
	font-family: verdana, arial;
	line-height: 20px;
}
#menu {
	width: 780px;
	height: 48px;
	background-image:url(images/menu_bg.jpg);
	background-repeat: repeat-x;	
}
#menu a{
	font-family: verdana, arial;
	font-weight: bold;
	color: black;
	position: relative;
	float: left;
	font-size: 12px;
	display: block;
	text-decoration: none;
	width: 120px;
	height: 48px;
	line-height:48px;
	vertical-align: middle;
	text-align: center;
	background-image:url(images/menu_bg.jpg);
	background-repeat: repeat-x;
}

#menu a:hover{
	background-image: none;
	background-color: #333;
	color: #FFF;
}


#menudiv {
	position: relative;
	float: left;
	font-size: 14px;
	display: block;
	text-decoration: none;
	width: 2px;
	height: 48px;
	background-image:url(images/menu_div.jpg);
	background-repeat: none;
}

.heads {
	font-family: verdana, arial;
	font-size: 15px;
	font-weight: bold;
	color: #f3400f;
}

.normal {
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: balck;
}

#link a {
	display:inline-block;
	padding: 4px;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #069;
	background-color: none;
	text-decoration: none;
}

#link a:hover  {
	color: white;
	background-color: #333;
}

.faint {
	font-family: verdana, arial;
	font-size: 11px;
	font-weight: normal;
	color: #9a9a9a;
}

.seacrh {
	font-family: verdana, arial;
	font-size: 10px;
	font-weight: bold;
	color:#333;
}

.title {
	font-family: verdana, arial;
	font-size: 14px;
	font-weight: bold;
	color: #f3400f;
}

.footer {
	font-family: verdana, arial;
	font-size: 9px;
	font-weight: normal;
	color: #069;
}

#imagediv {
	border: 2px solid #d6d6d6;
	padding: 3px;
}

.link {
	display:inline-block;
	padding: 3px;
	font-family: verdana, arial;
	font-size: 12px;
	font-weight: normal;
	color: #069;
	background-color: none;
	text-decoration: none;
}

.link:hover  {
	color: white;
	background-color: #333;
}
	