a {
	color:#333
}
body {
	background:#fff url(header.jpg) top left repeat-x;
	text-align:center;
	font-family:"Adobe Garamond Pro","Garamond","Times New Roman",serif;
	margin:0;
	padding:0
}
div.wrapper {
	width:1000px;
	margin:0 auto;
	text-align:left;
	margin-top:300px;
	position:relative;
	top:-10px;
}
h1 {
	text-align:center;
	font-weight:normal;
	font-size:60px;
	text-shadow:1px 1px 3px #aaa;
}
h2{
	text-align: right; 
	width: 500px; 
	font-size: 15px; 
	display: block; 
	margin-left: 260px;
	text-shadow: 1px 1px 3px rgb(170, 170, 170); 
	font-weight: normal; 
	margin-top: -45px;
}
p.claim {
	font-weight:normal;
	text-align:justify;
	font-size:45px;
	margin:0 auto;
	width:760px;
	margin-top:80px;
	color:#999
}
p.claim em {
	display:inline-block;
	padding:2px 10px;
	background:#eee;
	border:1px dashed #ddd;
	font-style:normal
}
p.claim strong {
	color:#000;
	font-style:normal;
	text-shadow:1px 1px 3px #aaa;
}
div.statements {
	line-height:170%;
	font-size:20px;
	padding:20px;
	border-top:5px solid #ddd;
	border-bottom:5px solid #ddd;
	width:90%;
	margin:0 auto
}
div.statements {
	margin-top:100px;
	margin-bottom:90px
}
div.statements .left {
	float:left;
	width:45%
}
div.statements .right {
	float:right;
	width:45%
}
div#badge {
	background:url(badge.png) top left no-repeat;
	width:170px;
	height:400px;
	position:absolute;
	top:50px;
	right:50px;
	z-index:999999;
}
#footer a {
	color:#333;
	font-size:1.4em
}
div#footer {
	clear:both;
	height:100px;
	margin-top:200px;
	padding-right:40px;
	text-align:right;
	background:#fff url(footer.jpg) bottom left no-repeat;
	z-index:10;
}
div#arrow {
	background:#fff url(arrow.png) top left no-repeat;
	height:280px;
	width:450px;
	position:absolute;
	right:10px;
	z-index:-999
}
div.other {
	margin-top:160px
}
div.contact {
	font-size:30px;
	color:#000;
	text-decoration:none;
	display:block;
	margin:0 auto;
	margin-top:20px;
	border-bottom:4px solid #ddd;
	border-right:4px solid #ddd;
	opacity:.7;
	padding:30px;
	background:#eee;
	width:50%
}
div.contact strong {
	text-shadow:1px 1px 3px #888;
}
form label {
	float:left;
	margin-right:30px;
	width:140px;
	font-size:30px
}
form input {
	font-size:20px
}
form div.input {
	clear:left;
	margin-top:50px
}
div.references h3 {
	display:inline-block;
	padding:2px 10px;
	background:#eee;
	border:1px dashed #ddd;
	font-style: normal
}
/* small page */
body#small {
	background-position:0px -250px;
}
body#small .wrapper {
	margin-top:65px;
}
body#small p.claim {
	margin-top:60px;
}
body#small h1 a {
	font-size:30px;
	display:inline-block;
	position:relative;
	top:-5px;
	text-decoration:none;
}
body#small #badge {
	top:-40px;
}
body#small .statements s.left {
	width:61% !important
}
body#small .statements s.right {
	width:30% !important
}
body#small .other {
	width:80%;
	margin:0 auto;
	min-height: 200px;
}
/* comments */
.idc-c-t {
	background: #fff !important
}