/* 
    Document   : MainPage StyleSheet
    Created on : 23-02-07
    Author     : Samuel-Bo-Peep      
*/

Body {
   background-color: #ffffff;
   font-family: tahoma,arial,sans-serif, helvetica;
   font-size: 12px;
   margin-left: 100px;
   margin-right: 100px;
   margin-top: 25px;
   margin-bottom :25px ;
   text-align: center;
   position: relative;
}

#shell {
   align: center;
   background-color: #ffffff;
   border-bottom-color: #cccccc;
   border-bottom-style: solid;
   border-bottom-width: 2px;
   border-left-color: #cccccc;
   border-left-style: solid;
   border-left-width: 2px;
   border-right-color: #cccccc;
   border-right-style: solid;
   border-right-width: 2px;
   border-top-color: #cccccc;
   border-top-style: solid;
   border-top-width: 2px;
   color: black;
   height: 700px;
   margin-bottom: 10px;
   margin-left: 10px;
   margin-right: 10px;
   margin-top: 10px;
   position: relative;
   text-align: center;
   width: 1010px
}
#centre {
   align: center;
   background-color: #ffffff;
   position: relative;
   height: 600px;
}
#logo {
   align: center;
   background-color: #ffffff;
   position: relative;
   text-align: center;
   width: 1000px;
}

#dynamicPageLeft {
   background-color: #ffffff;
   border-bottom-color: silver;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-color: silver;
   border-left-style: solid;
   border-left-width: 1px;
   border-right-color: silver;
   border-right-style: solid;
   border-right-width: 1px;
   border-top-color: silver;
   border-top-style: solid;
   border-top-width: 1px;
   float: left;
   margin-left: 10px;
   height: 425px;
   width: 200px;
   position: relative;
}