/*Error Reporting Box */

#errorBox {
       
}

#errorBox li {
   list-style-image: url('./images/error.gif');
   list-style-type: circle;
} 

#errorBox strong {
   
}

#errorBox span {
   
}
/* Page Outliine */

#page {
   width: 900px;
}

h1 {
   margin: 0 0 10px 0;
}

/* News [Bottom Of Splash] */

.b_news_item {
   width: 300px;
   margin: 5px 20px 15px 20px;
   border-right: 1px solid #000;
   
   min-height: 140px;
   height: auto !important;
}

.b_news_item .title {
   font-size: 12pt;
   font-weight: bold;
}

/*News [Full View] */

#news_item {
   width: 700px;
   margin: 15px;
}

#news_item .title {
   font-size: 14pt;
   font-weight: bold;
   color: #474b9f;
}

#news_item .intro {
   font-size: 9pt;
   font-style: italic;
   color: #292929;
}

#news_item .body {
   font-size: 10pt;
   color: #000000;
   width: 700px;
}


/* Gallery */

.album { display: inline; width: 170px; height: 200px; float: left;}
.album .img { text-align: center; }
.album .img img { margin: 10px auto; }
.album .opt { text-align: center;}

.img { display: inline; float: left; }

#gallery {
   width: 750px;
}
.galleryside { width: 140px; padding-left: 9px; }
.gallerytitle { margin-left: 25px; font-size: 11pt; }

