* {
	padding: 0;
	margin: 0 auto;
}
body {
	color: #a2a2a2;
	font: 12px 'OpenSansRegular',  Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0 auto;
	line-height:22px;
}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../webfonts/OpenSans-Regular-webfont.eot');
    src: url('../webfonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../webfonts/OpenSans-Semibold-webfont.eot');
    src: url('../webfonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


strong, b {
		font-family: 'OpenSansSemibold', Helvetica, sans-serif;
		color: #fff;
}

.clearfix {
	clear: both;
}
a:link { 
		color:#D4B16D; 
		text-decoration:none;
}
a:visited { 
		color:#D4B16D;
		text-decoration:none; 
}

a:focus { 
		color:#D4B16D; 
		text-decoration:none;
}

a:hover { 
		color:#D4B16D; 
		text-decoration:underline; 
}

a:active { 
		color:#D4B16D; 
		text-decoration:none; 
}
#wrapper {
	width:650px;
	border: 1px solid #fff;
	margin-top:80px;
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.4);
	box-shadow: 0 0 30px rgba(0,0,0,0.4);
	background: url(../images/bg.png);
	margin-bottom:80px;
}

#header {
	background: url(../images/header.jpg) repeat;
	width:100%;
	height:145px;
}

#image {
	background: url(../images/image.jpg) repeat;
	width:100%;
	height:307px;
	border-top: 1px solid #D4B16D;
	border-bottom: 1px solid #D4B16D;
}

#content {
	background: url(../images/bg-top.png) top left no-repeat;
	
}
#content #back {
  background: url(../images/bg.jpg);
  padding:50px 50px 30px 50px;
}

#content h1 {
	font-family: 'OpenSansSemibold';
	margin-bottom:10px;
	margin-top:30px;
	color: #D4B16D;
	font-size:32px;
}

#content h2 {
	font-family: 'OpenSansSemibold';
	margin-bottom:10px;
	margin-top:25px;
	font-size:19px;
}

#content ul  {
	list-style-position:inside;
	list-style-type:none;
	list-style:none;
	margin-bottom:20px;
	margin-top:30px;
}

#content ul li  {
	display:block;
	background: url(../images/bullet.png) 0px 6px no-repeat;
	padding: 5px 0px 5px 20px;
}

#content p  {
	margin-bottom:15px
}

#content p span  {
	font-family: 'OpenSansSemibold';
	color: #D4B16D;
}

#footer {
	background: url(../images/footer.jpg) repeat;
	height:62px;
	padding-top:2px;
}

#footer ul  {
	list-style:none;
}

#footer ul li  {
	display:block;
	float:left;
	width:145px;
	padding: 2px 0px 0px 20px;
	font-size:11px;
	color: #fff;
	height: 14px;
}

#footer ul li.long  {
	width:240px;
	height:16px;
	margin-top:2px;
}

.ul2  {
	margin-top:30px;
}

.clearfix { 
	clear:both
}

