html, body, div, h1, h2, h3, h4, h5, h6, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; } object, embed, a { outline:0 } a img, fieldset{ border:0; }


body{
	background:#120C10;
	color:#fff;
	font:normal 16px Helvetica, Arial, sans-serif;
}
a{
	color:#D79F40;
}
a:hover{
	text-decoration: none;
}
sup a{
	text-decoration: none;
}

p{
	line-height: 23px;
	margin-bottom: 10px;
}
h1, h2, h3{
	margin:40px 0 10px;
}

.left{ float:left }
.right{float:right}
.clear{clear:both }
.columns{
	text-align: justify;
	-moz-column-width: 13em;
	-webkit-column-width: 13em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
}

.links{
	font-size:14px;
}

#box{
	background: #F5F2FB;
	color:#333;
	margin:40px auto;
	padding: 40px;
	width:800px;
}
#main div{
	background: #7D5C2F;
	display:block;
	height:200px;
}
#content h1{
	color:#A92E0C;
	font-size:48px;
}
#content h2{
	color:#D79F40;
	font-size:32px;
}
#content h3{
	font-size:26px;
}
#socialshare{
	overflow: hidden;
}
#socialshare div{
	float:left;
	width:100px;
}
