/* CSS Document */

html { height: 100%; margin: 0; background-color: #000000;  }
body { height: 100%; margin: 0; padding: 0;  text-align: center; font-size: 12px; color: #ffffff; font-family: arial, sans-serif; }
h1 { font-size: 14px; color: #ffffff; font-family: arial, sans-serif; margin: 0; }

#desert_site { width: 723px; height: 100%; margin: 0 auto 0 auto; padding: 0; background-image: url(../graphics/site_bg.gif); background-repeat: no-repeat; background-color: #0079b7; }
#desert_home_site { width: 723px; height: 100%; margin: 0 auto 0 auto; padding: 0; background-image: url(../graphics/site_home_bg.gif); background-repeat: no-repeat; background-color: #0079b7; }
#desert_hdr { width: 723px; height: 355px; margin: 0 auto 0 auto; padding: 0; }
#desert_nav { width: 202px; height: 320px; margin: 0 auto 0 auto; padding: 0; text-align: right; float: left; clear: left; }
#desert_content { width: 496px; height: 320px; margin: 0 auto 0 auto; padding: 0; text-align: left; float: right; clear: right; color: #0079b7; }
#desert_text { width: 360px; height: 320px; }
#desert_ftr { width: 610px; height: 50px; margin: 0 auto 0 auto; padding: 0; text-align: right; float: left; clear: left; color: #ffff00; font-size: 9px; font-family: arial, sans-serif; }


a.foot:link { color: #ffff00; font-size: 9px; font-family: arial, sans-serif; font-weight: normal; font-style: normal; text-decoration: none; }
a.foot:visited { color: #ffff00; font-size: 9px; font-family: arial, sans-serif; font-weight: normal; font-style: normal; text-decoration: none; }
a.foot:hover { color: #ffff00; font-size: 9px; font-family: arial, sans-serif; font-weight: normal; font-style: normal; text-decoration: underline; }
a.foot:active { color: #ffff00; font-size: 9px; font-family: arial, sans-serif; font-weight: normal; font-style: normal; text-decoration: none; }

.clear { clear: both; }

