
#header {
 display:block;
 background:#fff url("/img/Navigation-Background.jpg") no-repeat left bottom;
 height:86px;
 height:149px;
 width:790px;
 margin: 0px auto;
}
#subHeader {
 clear:left;
 display:block;
 background:#FFF;
 width:790px;
 margin: 0px auto;
 height:30px;
}

#breadCrumbs{
 clear:left;
 width:790px;
 margin: 0px auto;
 font-size:9px;
 color:#999
}
#breadCrumbs div{
padding:25px 5px 5px 10px;
}

#container {
 margin: 0px auto;
}
#wrapper {
 width:790px;
 margin: 0px auto;
 clear: both;
}
#content {
}
#footer {
 background:#e2e2e2;
 background:#FFFFFF url("/img/seperator.jpg") no-repeat left top;
 font-size:10px;
 width:770px;
 margin: 0px auto;
 clear: both;
 text-align: right;
 height:59px;
 padding: 15px 10px 5px 10px;
}

#alert {
 width:933px;
 height:40px;
 margin: 5px auto 0px auto;
 padding: 5px 5px 5px 5px;
 background:#872621 url("/img/blimda/dialog-warning-small.png") no-repeat left center;
 background:#fff url("/img/blimda/dialog-warning-small.png") no-repeat left center;
 color:#28397E;
 font-size:10px;
}
#alert img{
 padding:0 10px;
}
#alert strong{
 font-size:12px;
}
#alert p{
 padding-left: 35px;
}

