/* 
-----------------------------------------------
\\\ Reset 
----------------------------------------------- */

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {   /* remember to define focus styles! */
    outline: 0;
}
body {
    line-height: 1;
    color: black;
}
ol, ul {
    list-style: none;
}
table {    /* tables still need 'cellspacing="0"' in the markup  */
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}

/* 
-----------------------------------------------
\\\ General
----------------------------------------------- */

input { 
line-height: 1; 
}

body { 
background: #fff;
color: #222; 
font: normal 18px/1.82 Times,'Times New Roman', serif;
text-align: center; 
}

#container_outer {
	width: 100%;
	background: #fff;
	text-align: center;
}

#container {
width: 888px;
color: #333;
margin: 0 auto;
text-align: center;
}

.clearboth {
	clear: left;
	height: 1px;
} 

p, ul, li {
	margin-bottom: 10px;
}

em {
	font-style: italic;
}

a:link, a:visited  {
	text-decoration: underline;
	color: #4f4d49;
}

a:hover {
	color: #201f1e;
}


h1 {
	margin-top: 50px;
	font-size: 54px;
	letter-spacing: 4px;
	line-height: 1;
	text-transform: uppercase;
}

h2 {
	font-size: 29px;
	font-style: italic;
	line-height: 1;
}

h3 {
	margin-top: 50px;
	font-size: 42px;
	line-height: 1.1;
}

h4 {
	font-style: italic;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 2px;
}

h5 {
	margin-top: 33px;
	font-size: 22px;
	margin-bottom: 40px;
	line-height: 1.3;
}

h5 span {
	letter-spacing: 2px;
}

p {
	margin-top: 30px;
	letter-spacing: 1px;
}