body
{
	background-image: url(http://www.nestlewoodrealty.com/images/bg_grad.jpg);
	background-repeat: repeat-x;
	background-color: #894D2B;
}

a.basic
{
	font: 10pt arial;
	color: #333333;
	text-decoration: underline;
}

a.basic:hover
{
	color: #999999;
	text-decoration: none;
}

span.smallPad
{
	padding: 5px;
}

div.mainContent
{
	width: 750px; 
	height: 100%;
}

ul.menu
{
	list-style-type: none;
	height: 18px;
	padding: 0px;
	padding-top: 5px;
	margin: 0px;
	float: left;
}

a.norm
{
	font: 10pt times;
	color: #824928;
	text-decoration: none;
}

a.norm:hover
{
	text-decoration: underline;
}

a.webstation
{
	color: #ffffff;
	font: 8pt times;
	text-decoration: none;
}

a.webstation:hover
{
	color: gainsboro;
}

a.menu
{
	font: bold 11pt times;
	height: 18px;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	float: left;
}

a.menu:hover
{
	color: gainsboro;
}

li.menu
{
	display: inline;
}

p.contact
{
	font: 10pt tahoma;
	color: #4F4F4F;
}

div.hidden 
{
	display: none;
}

div.visible 
{
	display: block;
}

td#mainPageText
{
	background-image: url(http://www.nestlewoodrealty.com/images/treetop.jpg);
	height: 490px;
	width: 300px;
}

@media all /* hides css from Netscape 4.x, Mac IE 4.01, Mac IE 5.0, Win IE 4, Konqueror 3.0 */
{

#alphaImage /* Will not be seen by browsers that don't support css. */
{
    height: 85px;
    width: 250px;
    background-image: url(http://www.nestlewoodrealty.com/images/logo.png);
    float: left;
}   

* html #alphaImage /* Will only be seen by IE */
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader
    (
    src='http://www.nestlewoodrealty.com/images/logo.png',sizingMethod='scale'
    );
}

#fallbackImage /* This will be seen by browsers that don't support css,
                    it is hidden for browsers than can do css. */
{
    display: none;
}


