#home #header-content{
	padding-top: 2px;
	text-align: center;
	color: #fff;
	text-transform: capitalize;
}

#home #header1{
	background: url(../images/logo-home.gif) no-repeat;
	height: 45px;
	margin: 10px 0;
}
#home #contentbox{
	float: none;
	width: auto;
}
#home #header1 ul{
	margin-right: 0;
}
#home #header1 li{
	background: url(../images/bg-nav1.gif) no-repeat top left;
	padding-left: 3px;
	height: 20px;
	width: 100px;
	margin-left: 20px;
}
#home #header1 a{
	display: block;
	text-align: center;
	padding-top: 3px;
	color: #fff;
	font-size: 12px;
	font-family: Georgia;
}
	#home #header1 a:hover{
		color: #5F4D37;
	}

