/* Global Reset
------------------------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Clear Floated Elements
------------------------------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0; }

body {
  background: #f3f313;
  font-family: "helvetica neue", helvetica, arial, sans-serif; }

a {
  color: inherit;
  text-decoration: none; }

.section#beauty {
	padding: 290px 0 400px;
	text-align: center; }
.section#beauty .text {
	margin: 0 auto;
	width: 750px; }
.section#beauty h1 {
	color: #161616;
	font: 400 58px/42px "old standard tt";
	margin: 0 0 32px 0;
	text-transform: uppercase; }
.section#beauty h1.small {
	  font-size: 18px; }
.section#beauty h2 {
	color: #161616;
	font: 400 28px/28px "old standard tt";
	margin: 70px 0 14px 0;
	text-transform: uppercase; }
.section#beauty h3 {
	color: #161616;
	font: 400 14px/21px "old standard tt";
	margin: 0 0 80px 0;
	text-transform: uppercase; }
.section#beauty h4,
footer h4 {
	color: #161616;
	font: 400 24px/21px "old standard tt";
	font-style: italic;
	margin: 0; }
	
footer {
	padding: 50px;
	text-align: center; }
