html{
	background:url(/images/common/bg-pattern.gif) repeat #EBE7DE;
}
body{
	margin: 0px;
	padding: 0px;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666;
}
a,
a:link,
a:active,
a:visited{
	color:#A18E4F;
}
a:hover{
	color:#8B7632;
}
img{
	border: 0px;
}
ul{
	padding-left:15px;
	margin:0px;
}
h1{
	ccolor:#333333;
	font-family:'Times New Roman', Sans-serif;
	text-transform:uppercase;
	font-size:28px;
	line-height:32px;
	font-weight:normal;
	margin:0;
}
h1 span{
	color:#ac2020;
}
h2{
	font-size:16px;
	color: #990000;
	margin:0px;
}
h3{
	color:#333;
	font-size:16px;
	margin:0px;
}
h4{
	color:#990000;
	font-size:14px;
}
p{
	font-family:'Times New Roman', Sans-serif;
	font-size:15px;
	line-height:25px;
	margin:0 0 20px 0;
}
br.clear{
	display: block;
	width: 100%;
	height: 1px;
	clear: both;
}
.sub-content-wrapper{
	display:block;
	margin:150px auto;
	background:#FFFFFF;
	padding:5px;
	width:800px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.sub-content-inner-wrapper{
	display:block;
	margin:0;
	padding:15px;
	border:1px solid #E4E4E4;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.sub-content-header{
	display:block;
	float:left;
	width:100%;
	height:90px;
	border-bottom:1px solid #E4E4E4;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}
.sub-content-header div{
	display:block;
	float:right;
	width:auto;
	text-align:right;
	margin-top:8px;
}
.sub-content-header img{
	width:280px;
}
.sub-content-body{
	display:block;
	float:left;
	clear:both;
	width:100%;
	padding:100px 0;
	text-align:center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}