/**
 *################################################################
 *################################################################
 *###                                                         ####
 *###  INSTYLE IT - Default Style sheet                       ####
 *###  www.instyleit.com.au - Web development & hosting       ####
 *###                                                         ####
 *################################################################
 *################################################################
 */
html {
  margin: 0px;
  padding: 0px;

} 
body {
   font-family: Verdana, Arial, sans-serif;
   font-size: 12px;
   background: #CACACC url(/splash/background_gradient.jpg) repeat-x;
   margin: 0px;
   padding: 0px;
   color: #464646;
}
#siteWrapper {
   background: url(/splash/background_smiley.jpg) 80% 0% no-repeat;
   height: 601px;
}
#mainWrapper {
   width: 990px;
   position: relative;
}
#intersiteBar {
   height: 24px;
   text-align: right;
   padding-right: 12px;
}
#bodyMain {
   text-align: left;
   padding-right: 30px;
}
#splash {
   margin: 0px auto;
   background: url(/splash/splash_bg.gif) no-repeat;
   width: 688px;
   height: 384px;
   padding-top: 76px;
   padding-left: 15px;
}
#error {
   width: 600px;
   text-align: left;
   border: 1px solid #D76C64;
   background-color: #FFC5BF;
   padding: 5px;
}