html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font: 12px Tahoma, serif;

  color: #000;
  background:#fcfcce url(../images/content-bg.jpg) no-repeat center 220px;
}

/***** Common Formatting *****/
p, ul, ol, li, table, tr, td, b, span, a, div{
	padding:0;
	margin:0;
	line-height:100%;
}

a{
	color:#653a1b;
	text-decoration:underline;
}

a:hover{
	color:#653a1b;
	text-decoration:none;
}


h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: #000000;
}

.clear{
	float:none;
	clear:both;
}

/* header */
.header{
	width:100%;
	height:220px;
	background:url(../images/header-bg.jpg) no-repeat center top;
}

.header-inner{
	margin:0 auto;
	position:relative;
	width:820px;
	height:220px;
}

.header-inner a{
	width:820px;
	height:220px;
}

.header-inner a div.link-inner{
	width:820px;
	height:220px;
}


/* content */
.content{
	
}

.content-inner{
	width:820px;
	margin:0 auto;
}

.content-inner-table{
	margin-top:20px;
	width:100%;
	line-height:100%;
}

.content-inner-table .content-text{
		
}

.content-title{
	text-align:left;
	
	overflow:hidden;
	height:45px;
}

.content-title div{
	float:left;
	color:#c86808;
	font-size:28px;
	margin-right:3px;
}

.content-title h1{
	color:#000;
	font-size:28px;
	font-weight:normal;
}

.content-text{
	line-height:100%;
}

.content-text .text{
	line-height:100%;
	margin-bottom:30px;
	overflow:hidden;
	
}

.content-text .text ul{
	line-height:100%;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:15px;	
}

.content-text .text ul{
	line-height:100%;
	margin-bottom:15px;
	margin-top:15px;
	margin-left:25px;
	
}

.content-text .text ul li{
	line-height:140%;
}

.content-text .text h2{
	line-height:100%;
	color:#C86808;
	font-size:18px;
	font-weight:normal;
	margin-bottom:5px;
}


.content-text .text h3{
	line-height:100%;
	color:#000000;
	font-size:15px;
	font-weight:normal;
	margin-bottom:5px;
}

.content-text .text p{
	line-height:18px;
	text-align:justify;
}

.content-text .text img{
	border:1px solid #d78e45;
}

.content-inner-table .content-buttons{
	width:350px;
	text-align:center;
}

.div-button{
	padding-top: 70px;
	width:350px;
	display:block;
	overflow:hidden;
	margin-bottom:10px;
	float:right;
}

.table-button{
	width:200px;
	height:200px;
	background:url(../images/button.jpg) no-repeat center 0px;
}

a.link-download{
	text-decoration:none;
}

a.link-download:hover{
	text-decoration:underline;
}

a.link-download:hover .table-button{
	background:url(../images/button.jpg) no-repeat center -200px;
	
}



.table-button .table-button-arrow{
	height:140px;
}

.table-button .table-button-text{
	height:60px;
	color:#f4974d;
}

/* footer */
.footer{
	width:100%;
	height:170px;
	background:url(../images/footer-bg.jpg) no-repeat center top;
}

.footer-inner{
	width:820px;
	height:170px;
	margin:0 auto;
	position:relative;
}

.footer-inner{
	width:820px;
	height:170px;
	margin:0 auto;
	position:relative;
}

.footer-content-title{
	display:block;
	left:100px;
	overflow:hidden;
	position:absolute;
	top:25px;
}

.footer-text{
	display:block;
	overflow:hidden;
	position:absolute;
	top:55px;
	left:100px;
}

.footer-text a{
	line-height:150%;
}

.footer-copyright{
	display:block;
	overflow:hidden;
	position:absolute;
	top:135px;
	left:100px;
}


.footer-copyright a{
	line-height:150%;
}

.footer-content-title div{
	color:#C86808;
	float:left;
	font-size:20px;
	margin-right:3px
}

.footer-content-title div h3,
.footer-content-title div h2{
	color:#000000;
	font-size:20px;
	font-weight:normal;
}