body {
	background:#FFF;
	color:#b4b4b4;
	font:normal 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0 auto;
	padding:0;
	width:790px;
}
a:link, a:visited {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#f7a93c;
}
h1, h2, h3, h4, h5, h6  {
	color:#f7a93c;
	font:normal 200% "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}
h2{
	font-size: 120%;
}
h3{
	font-size: 100%;
}
.lg {
	font:normal 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
img{
	border: none;
}
strong {
color:#f7a93c;	
font:normal 150% "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#header {
	background:url(../_images/logo.gif) bottom right no-repeat;
	height:180px;
	width:790px;
}
#menu {
	width:790px;
}
	#menu ul {
		margin:6px 3px;
		padding:0;
	}
	#menu li {
		display:inline;
		list-style:none;
		margin-right:1px;
	}
	#menu li a:link, #menu li a:visited {
		background:#878787;
		color:#FFF;
		padding:6px 52px;
		text-decoration:none;
	}
	#menu li a:hover {
		color:#f7a93c;
	}
#slide {
	background:url(../_images/slide.jpg) top center repeat-x #FFF;
	border-bottom:1px solid #CCC;
	height:145px;
	width:790px;
}
#left {
	float:left;
	padding:30px;
	width:460px;
}
#left strong{
	color: #999999;
	font-weight: bold;
	font-size: inherit;
}
#right {
	float:right;
	padding:30px;
	width:200px;
}
#footer {
	background:url(../_images/footer.jpg) top center no-repeat #FFF;
	border-top:1px solid #CCC;
	height:80px;
}
