/* CSS Document */

body
{
	
	background-color:#ebba44;	
}
.bg
{
background-image:url(images/mid4.gif);
background-repeat:no-repeat;
background-position:bottom;
}

.normaltext
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
}

.boldtext
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}
.gallery_a
{
  color:#000;
  text-decoration:none;
  outline:none;
 }

.img_border
{

 border:2px sold;
 border-color:#FFFFFF;
 }
 .gallery_title
 {
   font-size:16px;
   font-weight:bold;
   text-decoration:underline;
   }
   .img_no_border
   {

		border:0px;
   }
