/* {{{ custom fonts */
@font-face {
    font-family: 'Rockwell';
    src: local('Rockwell Light'),
        local('Rockwell-Light'),
        url("/css/fonts/rockwell-light-webfont.svg") format('svg'),
        url("/css/fonts/rockwell-light-webfont.ttf") format('truetype');
}
@font-face {
    font-family: 'Rockwell';
    src: local('Rockwell Bold'),
        local('Rockwell-Bold'),
        url("/css/fonts/rockwell-bold-webfont.svg") format('svg'),
        url("/css/fonts/rockwell-bold-webfont.ttf") format('truetype');
    font-weight: bold;
}
/* }}} */
/* {{{ 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;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* 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;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
/* }}} */
/* {{{ holding page */
html { width: 100%; height: 100%; }
body { background: transparent url(/images/bkgd-web.jpg) repeat scroll 0 0; width: 100%; height: 100%; text-align: center; font-family: Rockwell, Arial, sans-serif; font-size: 14px; }
a { color: red; text-decoration: underline; }
a img { border: 0px; }
strong { font-weight: bold; }
p { line-height: 130%; margin-bottom: 12px; }
hr { clear: left; }
hr.hidden { visibility: hidden; }
#header { width: 540px; }
#header img { margin-bottom: 35px; }
#monster { position: absolute; left: 0px; top: 100px; }
#container { width: 915px; margin: 0px auto; height: 580px; padding-left: 375px; position: relative; clear: left; }
#distance { float: left; height: 120px; width: 1px; z-index: 1; }
#content { margin-bottom: 45px; width: 540px; }
#footer { width: 540px; }
#footer p { margin-bottom: 20px; }
#footer input { border: 0px; font-family: Rockwell, Arial, sans-serif; float: left; height: 28px; }
#footer form { margin: 0px auto; width: 270px; }
#footer .email { font-size: 12px; margin-right: 5px; padding: 0px 5px; width: 180px; }
/* }}} */
