body{
		background-color:#69321f;
		font-family:Georgia;
		margin:0px auto;
		padding:0px;
}
p {
		padding:0; 
		margin:0;
}

ul{	
		list-style:none;
		line-height:normal;
		padding:0; 
		margin:0;
}

br{
		line-height:normal;
}

/*.................................................*/
.main-container{
		width:960px;
		height:100%;
		margin:0 auto;
}

.page-container{
		width:960px;
		height:256px;
		background:url(../images/home-bg.jpg) no-repeat top center;
}

.content{
		width:780px;
		background:url(../images/home-bg1.jpg) no-repeat left top;
		padding:0 20px 0 160px;
}

.logo{
		float:left;
		height:263px;
}

.nav-up{
		background:url(../images/nav-up.jpg) no-repeat left top;
		width:275px;
		height:23px;
}

.nav{
		width:275px;
		float:right;
}
	
.ul-nav{
		background:url(../images/nav-bg.jpg) repeat-y;
		padding-left:20px;
}
.ul-nav li a{
		line-height:40px;
		text-decoration:none;
		padding-bottom:15px;
}

.ul-nav li :hover{
		text-decoration:none;
		
}
	
.nav-down{
		background:url(../images/nav-down.jpg) no-repeat left top;
		width:275px;
		height:23px;
}	