﻿body {
    background-color: #BCD7F5;
    font-size: .85em;
    font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    color: #4c89b6;
}

header
{
  display: block;  
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/dgc/dgclogo.png');
  background-repeat: no-repeat;
  background-position: center center;
  width:900px;
  height:120px;   
  margin: 0;
  padding: 0;
  border: 2px solid #ffffff;
}

#main 
{
    /* top right bottom left */
    padding: 10px 30px 10px 30px;
    background-color: #fff;
    border-radius: 4px 0 0 0;
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border: 2px solid #314b82;
}