@charset "UTF-8"

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* LAYOUT */
.clear { clear: both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }

/* basic fonts */
body { /*font-size:62.5%;*/	font-family: Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, Frutiger, "Frutiger Linotype", "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;}
body { font-size: 100%; }
h1 { font-size:3em; color:#C00; font-weight:bold; }
h2 { font-size:2em; }
h3 { font-size:1.25em;}
p { font-size: 1.2em; line-height: 1.5; }
ul{ list-style-type:square; font-size: 1.2em; margin-top: -5px; }

#footer { position:fixed; text-align:right; top:80%; left:25%; }
