body {
	margin: 0;
	background: #436300 url(/images/bg-body.jpg)  50% 0 fixed no-repeat;
	font-family:Georgia, Times New Roman, Times, serif ;
	color: #724602;
	background-attachment: scroll;
}


div {
	border: 0px solid #333;
}

#language {
	text-align: right;
}

#container {
	width: 960px;
	margin: 0 auto;
}

#container-bg {
	width: 940px;
	padding: 20px  10px 10px 10px;
	float: left;
	display: inline;
	background:#f6f1dd url(/images/bg-page.jpg) repeat-y;
	/*background: url(/images/bg-page.jpg) repeat-y;*/
}

#header {
	width: 960px;
	height: 179px;
	background: url(/images/bg-header.jpg);
	position: relative;
}


#footer {
	width: 960px;
	margin: 0;
	padding-top: 60px;
	background: url(/images/bg-footer.jpg) no-repeat;
	float: left;
	display: inline;
	color: #efefcb;
	text-align: center;
}

#footer a {
	color: #efefcb;
}

#footer p {
	padding: 0 40px;
}

.credit {
	font-size: 10px;
}

.col-left {
	width: 420px;
	margin-left: 20px;
	float: left;
	display: inline;
}

.col-right {
	width: 420px;
	margin-right: 20px;
	float: right;
	display: inline;
}


.content {
	/*width:900px ;*/
	margin: 0 20px;
}

.clear {
	float: left;
	display: inline;
}

#home-image {
	width: 560px;
	width: 520px;
    margin-left: 20px;
	float: left;
	display: inline;
}

#home-sidebar {
	width: 300px;
	width: 340px;
	margin-right:20px;
	float: right;
	display: inline;
}


.divider {
	width: 900px;
	margin: 20px;
	height: 14px;
	background: url(/images/bamboo.jpg) no-repeat;
	float: left;
	display: inline;
}

.divider-content {
	width: 900px;
	margin: 20px 0;
	height: 14px;
	background: url(/images/bamboo.jpg) no-repeat;
	
	clear:both;
}



/* @group img */


div.img-left {
float: left;
display: inline;
margin: 0 20px 20px 0;
padding: 9px;
background: #FFF;
border: 1px solid #eac261;
}


div.img-right {
float: right;
margin: 3px 0 10px 10px;
clear: right;
padding: 9px;
background: #FFF;
border: 1px solid #eac261;
}

p.caption
 {
font-size: 0.8em;
font-style: italic;
margin: 0;
}





/*.i-cont {
	margin: 10px;
}

.i-cont img {
	padding: 10px;
}

.i-top {
	padding: 10px 0 0 10px;
	background: url(images/shadow-top.png) top left no-repeat;
}

.i-bot {
	padding: 0 10px 10px 0;
	background: url(images/shadow-bot.png) bottom right no-repeat;
}*/


/* @end */

/* @group nav top */


#nav-top {
	background: url(/images/bamboo.jpg) bottom left no-repeat;
}

#nav-top ul {
	width: 900px;
	margin: 0;
	padding: 10px 0 10px 0;
	list-style: none;
	position: absolute;
	bottom: 0;
	left: 30px;
	background: url(/images/bamboo.jpg) bottom left no-repeat;
}

#nav-top li {
	margin: 0;
	padding: 0 10px;
	list-style: none;
	display: inline;
	font-size: 18px;
}

#nav-top a {
	color: #9e4904;
	text-decoration: none;
}

/* @end */