body{
	margin:0;
	background: url(/gfx/main-bg.jpg) no-repeat center #cba962;
	/*background: -moz-radial-gradient(20% 0, ellipse cover,  #fce48e 0%, #835325 100%);
	background: -webkit-gradient(radial, 20% 0, 0px, center center, 100%, color-stop(0%,#fce48e), color-stop(100%,#835325));
	background: -webkit-radial-gradient(20% 0, ellipse cover,  #fce48e 0%,#835325 100%);
	background: -o-radial-gradient(20% 0, ellipse cover,  #fce48e 0%,#835325 100%);
	background: -ms-radial-gradient(20% 0, ellipse cover,  #fce48e 0%,#835325 100%);
	background: radial-gradient(20% 0, circle cover, #fce48e 0%,#835325 100%);*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #7a644f;
}

/* Elements ______________________________________________*/
h2 {
	font-size: 10px;
	margin: 0 0 2px 0;
	font-weight:bold;
}
p{
	margin: 0 0 2px 0;
	line-height:12px;
}

/* Structure ______________________________________________*/
#wrapper{
	width:1022px;
	margin:0 auto;
}
#main{
	float:left;
	width:940px;
	margin-top:60px;
	padding:40px;
	border:1px solid #D8C39B;
	border:1px solid rgba(255,255,255, .5);
	background:rgba(255,255,255, .1);
	box-shadow:0 10px 20px -5px #A57D44;
}
#content{
	float:left;
	width:932px;
	border:4px solid #D8C39B;
	border:4px solid rgba(255,255,255, .4);
	
}

/* Home ______________________________________________*/
#content .left{
	float:left;
	height:512px;
	width:374px;
	border-right:4px solid #D8C39B;
	border-right:4px solid rgba(255,255,255, .4);
}
#content .left img{
	display:block;
}
#content .right{
	float:left;
	height:492px;
	width:514px;
	padding:10px 20px;
	text-align: justify;
	background-color:#fff;
}
