@import url("jquery.fancybox-1.3.4.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,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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}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:none}table{border-collapse:collapse;border-spacing:0}
/* -----------------------------------------------
UTILITY
--------------------------------------------------
 .cF - Clear Fix
 .r  - Replace 
 .rO - Replace Image Off Screem
------------------------------------------------ */
.cF:after { content:"."; display:block; height: 0; clear: both; visibility: hidden; }
.cF { display: inline-block; }
/* Hide from IE Mac \*
.cF { display:block; }
/* End hide from IE Mac */
.r { display: block; position: relative; overflow: hidden; }
.r span { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.rO a { display: block; }
.rO { text-indent: -9999em; }
.rO span { display: none; }
/* -----------------------------------------------
ELEMENTS
----------------------------------------------- */
body { font: 12px Helvetica, Arial, Sans-Serif; color: #000; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: #000; }
p { font-size: 18px; }

/* -----------------------------------------------
STRUCTURE
----------------------------------------------- */

Header { display: none; }
#Content { min-width: 960px; }
#Content p { font-size: 45px; margin: 25px 30px; line-height: 1.2em; }
#Content p a { border-bottom: 1px solid #000; white-space: nowrap; }
#Content span { white-space: nowrap; }

/* Footer
------------------------- */
footer { position: fixed; bottom: 30px; width: 100%; left: 0; }
footer p strong { float: left; margin-left: 30px; font-weight: bold; }
footer p span { float: right; margin-right: 30px; }
body.lowres footer { position: relative; margin-top: 80px; }
