body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote {margin:0; padding:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }
body { background-color:#000000; }
/* #############################  COLORS  ################################### */

.darkgrey	{ color : #7d7d7d; }
.mediumgrey	{ color : #d2d2d2; }
.lightgrey	{ color : #e8e8e8; }
.orange { color : #ff6500; }

/* #############################  TEXT  ################################### */

h1 { font-size: 30px; font-family: Arial, Helvetica, sans-serif; color : #ff6500; font-weight: bold; line-height: 36px; }
h2 { font-size: 18px; font-family: Arial, Helvetica, sans-serif; color : #ff6500; font-weight: bold; line-height: 24px; }


/* #############################  FIELDS  ################################### */

div.stage { width:900px; position: absolute; top: 0%; left: 50%; margin-left: -450px; margin-top: 50px; border: 0; padding: 0; }

div.nav { padding-left: 0px; padding-right: 0px; width:900px; height: 80px; position: relative; border: 0; 
font-size: 24px; font-family: Arial, Helvetica, sans-serif; color : #fff; text-decoration: none; text-align: center; line-height: 80px; }

.nav a { text-decoration: none; color : #fff; }
.nav a:hover { text-decoration: none; color : #ff6500; }
.active { text-decoration: none; color : #ff6500; }


div.content { 
width:900; position: relative; top: 0%; right: 0%; 
margin-top: 0px; margin-bottom: 0px; padding-left: 0px; border: 0;
}

.content { font-size: 18px; font-family: Arial, Helvetica, sans-serif; color : #fff; line-height : 24px; text-decoration: none; text-align: left; font-weight: normal; }
.content a,.content a:link,.content a:active,.content a:visited { color : #fff; text-decoration: none; }
.content a:hover { color : #ff6500; text-decoration: none; }

div.footer { padding: 0px; width:900px; position: absolute; border: 0; left: 50%; margin-left: -450px; margin-top: 40px; border-top: solid 2px #ff6500;
font-size: 12px; font-family: Arial, Helvetica, sans-serif; color : #fff; line-height : 28px; text-decoration: none; text-align: right; }
.footer a { color : #fff; text-decoration: none; }
.footer a:hover { color : #ff6500; text-decoration: none; }
