@charset "UTF-8";
/* CSS Document */

#wrapper {
/*float:center;
text-align:center;*/
position:relative;
   margin-left: auto;
   margin-right: auto;
   width: 828px;
   }
   
   #header {
 height: 268px;
 background-image:
 url(images/bloomheader.gif);
 background-repeat: no-repeat
	           
 }
 

 #navcontainer ul
{
padding-left: 0;
align:center;
margin-left: 0;
background-color: #3F392B;
color: White;
float: left;
width: 100%;
font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
/*padding: 0.2em 1em;*/
background-color: #3F392B;
color: #EFE8C7;
text-decoration: none;
float: center;
border-right: none;
}

#navcontainer ul li a:hover
{
background-color: #3F392B;
color: #CAD6D6;
}
 
 #content{
 background: #3F392B;
 
 } 
 
 #textbox{
 
 }
   #footer {
	height: 63px;
	background-image:
 url(images/bloomfooter.gif);
	background-repeat: no-repeat;
	width: 828px;
 }
#links {
   margin-left: auto;
   margin-right: auto;
   width: 400px;
   text-align:center;
border-color:#EFE8C7;
margin-left:
	font-family: Arial;
font-size: 12px;
color: #C9D5D6;
background-color: #3F392B;
}
#links h1 {font-family: Arial;
font-size: 16px;
font-weight: bold;
color: #759399;}
#links p {margin:0 5px 0 5px;line-height:1.0;font-size:100%}
#links ul {margin:0 5px .5em 5px}
#links a {
	color:#EFE8C7;
	font-weight:bold;
	text-transform:none;
	text-decoration: none;
}
#links a:hover {
	color:#FF9900;
	font-weight:bold;
	text-transform:none;
	text-decoration: underline;
}
#formy{
 margin-left:5px;
	font-family: Arial;
font-size: 12px;
}