.BrownHeading 
	{
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	color : 4E412E;
	}
	
	.BlueHeading 
	{
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	color : #46606F;
	}
	
	.BlueBullet
	{
	font-family : "Arial";
	font-weight : bold;
	font-style : normal;
	font-size : 12px;
	color : #B7D1E2;
	}
	
	
	.StandardText 
	{
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : 4E412E;
	}
	
		.StandardTextSmall 
	{
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	font-size : 9px;
	color : 4E412E;
	}
	
	.StandardWhiteText 
	{
	font-family : "Arial";
	font-weight : normal;
	font-style : normal;
	font-size : 12px;
	color : ffffff;
	}

#navigation * { margin: 0; padding: 0; list-style: none; }

#navigation li a {
   background:transparent url('../images/layout/nav.png') no-repeat scroll left top;
   padding-top: 30px;
   overflow: hidden;
   display: block;
}
#navigation li {
   display: block;
   float: left;
   height: 30px;
   overflow: hidden;
}

#navigation #n-home a              { background-position:    0px top; width:  189px; }
#navigation #n-listings a                { background-position:  -188px top; width: 189px; }
#navigation #n-buying a            { background-position: -376px top; width: 189px; }
#navigation #n-selling a            { background-position: -564px top; width: 188px; }
#navigation #n-contact a                { background-position: -752px top; width: 189px; }

