/* Home CSS Layout */

body 		{ margin: 0px; 
			  padding:0px; 
			  text-align:center; 
			  background-color: #ffffff;
			  font-family: Verdana, helvetica, Tahoma, sans-serif;
			  }

img			{ border:0px;}

#wrapper	{ width:955px;
			  margin:0px auto;
			  text-align:left;
			  }

#top		{ background:url(../images/top_bg.jpg);
			  background-repeat: no-repeat;
			  width:955px;
			  height:30px;
			  }

#bailey		{ background:url(../images/bailey.jpg);
			  background-repeat: no-repeat;
			  width:955px;
			  height:520px;
			  }  
			
#foot		{ background:url(../images/foot_bg.jpg);
			  background-repeat: no-repeat;
			  width:955px;
			  height:30px;
			  }
			  
#home_menu	{ padding: 451px 0px 0px 580px; }

.top		{ padding: 6px 0px 0px 25px; }

h1			{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
			  font-size: 9px; 
			  font-style: normal; 
			  color:#666666; 
			  display: inline;
			  }
			  
.foot		{ font-family: Verdana, helvetica, Tahoma, sans-serif; 
	  		  font-size: 9px; 
	  		  font-style: normal;
			  font-weight: bold; 
	  		  color:#666666;
			  padding: 10px 0px 0px 25px;
			  text-align: left; 
	  		  }
.foot A:link		{ color:#666666; text-decoration: none; font-weight: bold; }
.foot A:visited	{ color:#666666; text-decoration: none; font-weight: bold;}
.foot A:hover		{ color:#000000; text-decoration: underline; font-weight: bold;}
.foot A:active	{ color:#666666; font-weight: bold;}

