html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #F1661A;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #F1661A;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {

    background: #111;
	text-align: center;
	margin-top: 0px;
	font: 10px arial, sans-serif;
	color: #312F1A;
}

#body {
  position: relative;
  width: 100%;
  background-color: #F7EAE1;
    padding-top: 20px;

}

/** layout **/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 1000px;
	height: 100%;
  position: relative;
  background-color: #F7EAE1;
}

#header {
  padding-top: 0px;
  width: 1000px;
  height: 110px;
  position: relative;
}

/** Header **/


#links {
  width: 318px;
  font-size: 15px;
  color: #fff;
  text-align: right;
  position: absolute;
  bottom: 70px;
  left: 650px;
  padding: 6px 0 0 0;
}
#links a {

  color: #fff;

}

#search .text {
  width: 263px;
}

/** Body **/



/** content **/
#content {
  background: #F6EAE0;
  width: 961px;

  margin-left: 22px;
  min-height: 278px;
}

#content p {
  float: left;
  font-size: 12px;
  width: 687px;
  margin: 0 0 0 255px;
  padding: 15px 0 0 0;
  line-height: 16px;
}
#content h3 {
 font-size: 14px;
  width: 800px;
  margin: 0 0 0 0px;
  padding: 15px 0 0 0;
}



#table {
  width: 1000px;
}

#table td{
  width: 200px;
}

table#sample {
    background-color:#F6EAE0;
    border: 0
    width: 1000px;

}

.td1 {
    color: #CA3906;
    text-align: left;
    width: 228px;
    font-size: 14px;
    line-height: 21px;
    padding-right: 53px;
    padding-left: 53px;

}


.td {
    color: #CA3906;
    text-align: left;
    width: 228px;
    font-size: 14px;
    line-height: 21px;
    padding-right: 53px;

}

.td2 {
    color: #C23805;
    text-align: left;
    width: 228px;
    font-size: 12px;
    line-height: 18px;
    padding-right: 53px;
    font-weight: bold;

}

.td3 {
    color: #C23805;
    text-align: left;
    width: 228px;
    font-size: 12px;
    line-height: 18px;
    padding-right: 53px;
    padding-left: 53px;

}
table#text {
    background-color:#F6EAE0;
    border: 0
    width: 1000px;

}

.td4 {
    color: #111;
    text-align: left;
    width: 228px;
    font-size: 12px;
    line-height: 18px;
    padding-right: 53px;

}

.td5 {
    color: #111;
    text-align: left;
    width: 228px;
    font-size: 12px;
    line-height: 18px;
    padding-right: 53px;
    padding-left: 53px;

}


hr {
color: #F29237;
border:1px dashed #A22431;

}




h1 {
  font: normal 18px "Arial", serif;
  line-height: 12px;
  color: #991111;
  margin-top: 10px;
}
h2 {
  font: normal 14px "Arial", serif;
  line-height: 20px;
  color: #B02100;
  padding: 0px 0 5px 0;
}

h4 {
  font: bold 18px "Arial", serif;
  line-height: 5px;
  color: #DA4300;
  margin: -18px 0 0px 259px;
  text-align: left;
}



/** Footer **/

#footer {
  color: #111;
  font-size: 13px;
  margin: 10px 0 20px 20px;
  padding-top: 15px;
  height: 70px;
}

#intlink {
  text-align: center;
}




