/* Start of CMSMS style sheet 'sgbrighton' */
.accessibility {
display:none;
}

body {
    margin: 0;
    padding: 0;
background: #d5e8f7;
  }

#pagebg {
    background: url(uploads/images/bluebg.png)  repeat-x 0 0;
}
#header {
    background: url(uploads/images/bh.jpg)  no-repeat right top;
height:192px;
}

  #header h1 a{
  /* you can set your own image here */

     background:  url(uploads/images/sungard_header2.png) no-repeat left top; 
     display: block; 
     height: 182px;
width: 400px;
     text-indent: -999em; 
     text-decoration:none;

  } 

#main {
background-color:#fff;
padding:0 0 20px 0;
}

.main-main {

padding:10px 10px 30px 10px;
}

#contactbox {
clear: left;
border: 1px solid #000;
background-color: #ffc423;
padding:10px;
text-align:center;
font-size:large;
}

.left49 {
padding: 10px;
}

#footer {
color: #555;
text-align: right;
padding: 10px 5px;
}
/* End of 'sgbrighton' */

