/*
  +----------------------------------------------------------------+
  |  Reset v1.0 | 20080212                                         |
  +----------------------------------------------------------------+
  |  Source: <http://meyerweb.com/eric/tools/css/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,b, u, i, center,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;
}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse; border-spacing: 0;}



/*
  +----------------------------------------------------------------+
  |                                                                |
  |  YetToBeBranded Placeholder - April 2009                       |
  |                                                                |
  +----------------------------------------------------------------+
  |                                                                |
  |  Authors: Micheil Smith <micheil@yettobebranded.net>           |
  |                                                                |
  +----------------------------------------------------------------+
*/

body {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 16.2167px;
    font-weight: 400;
    font-style: normal;
    color: #555;
    line-height:1.5em;
    background: #fff;
}

#wrapper {
    position:relative;
    z-index:1;
    margin:0 auto 2em;
    width:33.8561em;
    
}
    #wrapper h1 {
        font-size:5em;
        font-weight:normal;
        line-height:1.5em;
        letter-spacing:-0.05em;
        color:#C20A0A;
        margin:100px 0 60px 0;
        text-align:center;
    }
    
    #wrapper h2 {
        font-size:1.5em;
        font-weight:bold;
        line-height:1.5em;
        letter-spacing:-0.05em;
        padding:0.75em 0 0 0;
    }
    
    p {
        padding:0.25em 0.25em 1.25em;
        border-bottom:1px solid #e9e9e9;
    }
		p.small {
			padding:1.25em 0.25em 1.25em;
			border-bottom: medium none;
			color: #aaa;
			font-size: 0.7em;
			text-align: center;
		}
			p.small a {
				color: #999;
			}

hr {
	height: 1px;
	width: 100%;
	background: #e9e9e9;
	border: medium none;
}

a, a:link {
    color:#C20A0A;
    text-decoration:none;
}
    a:visited, a:active {
        color: #666;
        text-decoration:none;
    }

    a:hover, a:focus {
        color:#B30050;
        text-decoration:underline;
    }
        
        
