html,body{
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	background: url(images/background.png);
	background-attachment: fixed; 
	background-repeat: repeat-x;
	background-color: #949494;
}

body{
	min-height: 100%;
}

h3{
	font-size: 1em;
}

#whole{
	position: absolute;
	width: 960px;
	height: 100%;
	margin-left: -480px;
	left: 50%; 
	background-color: #000;
}

#header{
	width: 100%;
	/*padding-top: 12px;*/
	padding-bottom: 4px;
	height:  44px;
	clear: both;
}

#welcome{
	width: 960px;
	height: 345px;
	border-top: 1px solid #949494;
}
/* Oh yeah! */
#seachbox{
	width: 228px;
	height: 545px;
	position: absolute;
	top: 48px;
	right: 0;
	background: transparent;
	z-index: 2;
}
#transback{
	width:228px;
	height:545px;
	position:absolute;
	top:0;
	right:0px;
	background:#000; 
	opacity:.7;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	z-index:-2;
}

#home_menu{
	width: 960px;
	height:  31px;
	background-color: #b5b6b7;
}
	#menu ul{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	
	#menu li{
		float: left;
		position: relative;
	}
	
	#menu li a{
		font: normal 15px/1em Palatino, Geogia, "Times New Roman", Times, serif;
		text-transform: uppercase;
		letter-spacing: .08em;
		color: #333;
		display: block;
		padding: 8px 18px;
		text-decoration: none;
	}
	
	#menu li:hover, #menu li:hover a{
		background-color: #333;
		color: #fff;
		text-align: left;
	}
	
	#menu li ul, #menu li ul li{
		float: none;
		width: 180px;
	}
	
	#menu li:hover ul{
		position: absolute;
		display: block;
	}

#footer{
	font: .8em Palatino, Geogia, 'Times New Roman', Times, serif;
}
#footer #foot_menu a{
	color: #B5B6B7;
}
#footer #foot_menu a:hover{
	color: #fff;
	text-decoration: none;
}
