/* Header part */

#header
{ 
  background: #226699 url(../assets/header_left.gif) no-repeat 0 0;
  height: 80px;
  margin: 10px 0px 10px 0px;
}

#headerRight
{ 
  background: #226699 url(../assets/header_right.gif) no-repeat 0 0;
  height: 80px;
  width: 110px;
  float: right;
}

#header h1
{ 
  visibility: hidden;
}

/* mainLarge Part */

#mainLarge
{ 
  padding-right: 5px;
  color: white;
}

.groupOfLargeItems
{ 
  background: #224455 url(../assets/mainLarge_tl.gif) no-repeat 0 0;
}

.groupOfLargeItems .tr
{ 
  background: url(../assets/mainLarge_tr.gif) no-repeat 100% 0;
}

.groupOfLargeItems .br
{ 
  background: url(../assets/mainLarge_br.gif) no-repeat 100% 100%;
}

.groupOfLargeItems .bl
{ 
  background: url(../assets/mainLarge_bl.gif) no-repeat 0 100%;
}

/* mainSmall Part */

#myPic
{ 
  margin-left: 10px;
}

#mainSmall
{ 
  color: white;
}

.groupOfSmallItems
{ 
  background: #ccddbb url(../assets/mainSmall_tl.gif) no-repeat 0 0;
  width: 200px;
  margin-left: 10px;
}

.groupOfSmallItems .tr
{ 
  background: url(../assets/mainSmall_tr.gif) no-repeat 100% 0;
}

.groupOfSmallItems .br
{ 
  background: url(../assets/mainSmall_br.gif) no-repeat 100% 100%;
}

.groupOfSmallItems .bl
{ 
  background: url(../assets/mainSmall_bl.gif) no-repeat 0 100%;
}

/* Footer */

#footer
{ 
  background: #ccddbb url(../assets/mainSmall_tl.gif) no-repeat 0 0;
  margin-top: 10px;
  color: white;
  text-align: center;
}

#footer .tr
{ 
  background: url(../assets/mainSmall_tr.gif) no-repeat 100% 0;
}

#footer .br
{ 
  background: url(../assets/mainSmall_br.gif) no-repeat 100% 100%;
}

#footer .bl
{ 
  background: url(../assets/mainSmall_bl.gif) no-repeat 0 100%;
}

#footer p
{ 
  padding: 5px;
}
