/* v1.0 | 20080212 */

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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




body { margin: 0; background-color: #2A2725; font-family: Verdana }
#wrapper { width: 100% }

#header {
    background-color: #000;
    color: #FFF;
    height: 400px;
    padding-left: 200px
}

#header > h1 { color: #FFF; font-size: 30pt; padding-top: 134px; font-weight: normal }
#header > h1 > span { color: #838382 }
#header > #soon { color: #838382; font-size: 9pt; margin-left: 243px }
#header > #contact { color: #3C3937; margin-top: 140px }
#header > #contact > p > a { color: #3C3937; text-decoration: none }
#header > #contact > p > a:hover { color: #838382 }

#header > #contact > p { font-size: 8pt ; line-height: 16px }

#footer {
    background-color: #2A2725;
    padding-left: 200px;
    color: #FFF;
    font-family: verdana;
    font-size: 9pt;
    line-height: 14pt;
}

#footer > .location { float: left; margin-right: 60px; margin-top: 40px }
#footer > .location > p { margin-bottom: 10px }
#footer > .location > h2 { font-weight: normal; font-size: 12pt; margin-bottom: 8pt }
#footer > .location > .location-info > p { color: #838382 }
#footer > .location > .location-info > span { color: #3C3937 }
#footer > .location > .location-info > span.title { display: block; float: left; margin-left: -65px; text-align: right; width: 50px }
#footer > .location > .location-info > span.info  { color: #838382; display: block }

#footer > .location > .location-info > span.info > a { color: #838382; text-decoration: none }
#footer > .location > .location-info > span.info > a:hover { color: #FFF }