/*****************************/
/*      RWR - Solutions      */
/*      CSS for Md3 Ltd      */
/*****************************/

body {
     color:             grey;
     font-family:       tahoma;
     font-size:         12px;
     background-color:  white;
}

#container {
     position:          absolute;
     width:             954px;
     /*height:            650px;*/
     padding:           0px; /* Making the total width 960px */
     left:              50%;
     margin-left:       -480px;
}

#header {
     height:150px;
     width:100%;
     border:1px solid red;
     margin-bottom:10px;
     background-color:white;
}

#main {
     width:100%;
     border:1px solid red;
     margin-bottom:10px;
     background-color:white;
     padding:0px;
}

#slideshow {
     width:500px;
     height:auto;
     float:left;
     margin:15px 0 0 15px;
     padding:0
}

#right {
     width:400px;
     height:420px;
     float:right;
     margin:15px 15px 0 15px;
     text-align:right;
     font-size:14px;
}

#footer {
     width:924px;
     border:1px solid red;
     color:grey;
     font-size:10px;
     text-align:center;
     background-color:white;
     padding:15px;
     line-height:15px
}