@charset "UTF-8";
html,body{
    margin:0;
    padding:0;
	width: 100%;
}
body {
	background: #4a200e url(../images/bg.jpg) no-repeat center top;
	margin-top: 0;
	margin-left: 0;
}
td{
	color: #666;
	font: 12px/1.5em "Lucida Grande", sans-serif, Arial;
}
#container{
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
#container_in{
	width: 920px;
	margin: 0 auto;
	text-align: center;
}
.textfooter{
	font: 11px "Lucida Grande", Arial, sans-serif;
	color: #d4c1a3;
	text-align: center;
}
#homecontent{
	background: url(../images/homenew.jpg) no-repeat;
}
.topmenu{
	background: url(../images/topbar_bg.gif) repeat-x;
}
img {
	border-style: none;
}
.textcontent{
	padding: 20px 50px 20px 20px;
}
.boldbrown{
	
	font-weight: bold;
	color: #634020;
}
.textblack{
		color: #333;
}
.subinline{
	color: #8b683a;
	font-style: italic;
	font-size: 14px;
}
a{
	text-decoration: underline;
	color: #d48e38;
}
a: hover{
	text-decoration: none;
	color: #d48e38;
}
.textcaption {
	font-style: italic;
}
