/* CSS Document */


body{

	padding:0;

	margin:0;

	font-family:Arial, Helvetica, sans-serif;

	color:#666;

}
a, a: active{
	color: #AA7F30;
	text-decoration: none;
}
a: hover{
	color: #D4AC62;
	text-decoration:inherit;
}

#container{

	width: 600px;

	height: 600px;

	margin: 60px auto;

	

}

#mainleft{

	width:200px;

	float:left;

	margin:0;

	height:600px;

	background-color:#fff;

}

#mainmid{

	width:200px;

	float:left;

    height:600px;



}

#mainright{

	width:200px;

	float:left;	

	height:600px;

}

#nav{

    height:180px;

	padding:20px 0 0;

	}

#nav ul{

    list-style:none;

	padding-left:15px;

	margin:0;

	}

#nav ul li a{

    color:#5D180E;

	font-size:20px;

	line-height:24px;

	font-weight:bolder;

	text-decoration:none;

	}

#nav ul li a:hover{

    color:#ECE1C4;

	}

#nav ul li.home{

    color:#AA7F30;

	font-size:20px;

	line-height:24px;

	font-weight:bolder;

	text-decoration:none;

	}

#leftup{

    height:200px;

	background:url(images/homeleftup.gif) no-repeat;

	

	}

#leftmid{

    height:200px;

	background:url(images/homeleftmid.gif) no-repeat;

}

#leftdown{

    height:200px;

	background:url(images/homemidup.gif) no-repeat;

	}

#midup{

    height:200px;

	background:url(images/homemidup.gif) no-repeat;

	}

#midmid{

    height:200px;

	background:url(images/homemidmid.gif) no-repeat;

}

#middown{

    height:200px;

	background:url(images/homemiddown.gif) no-repeat;

	}

#rightmid{

    height:200px;

	background:url(images/homemidup.gif) no-repeat;

}

#rightdown{

    height:200px;

	background:url(images/homeleftmid.gif) no-repeat;

	}

