/* CSS Document */

body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background-color: #FFCCFF
	}
	
a,p,h2,li {font-family:Verdana, Arial, Helvetica, sans-serif}
h1 {font-family: "Bradley Hand ITC"; text-align:center;   }

#page {
	width:750px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border: outset 4px;  
	background-color:#ffffff;
	}
	
/*Top Bar*/


#topbar{

	width: 750px;	

	height: 85px;	

	color: #ffffff;	
	background-image: url(../images/littleRoosLogo.jpg);
	        
  background-repeat:no-repeat;
          font-family: arial, san-serif;


}

#logo{

	float:left;	

	margin-left:30px;	

	padding:0px;	

	height:85px;

}


#topmenu {


	height: 26px;
	background-image: url(../images/topMenuBgC.jpg);
	text-align:center;
	padding-top:6px;
	

}

#topmenu a{

	color:#ffffff;	
 
    font-weight: bold; 
	text-decoration:none;       

				
}
#topmenu a:hover{	

	color:#6F0007;	

	text-decoration:none;	}
	
#content{

	
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	}
	
#bottombar{

	
	background-image: url(../images/topMenuBgC.jpg);
	text-align:center;
	line-height: normal;
	height:36px
}
#bottombar a{

	color: #ffffff;
	font-size:9px

}

#bottombar a:hover{
	color: #9f9f9f;

}

