body
{
    margin: 0;
    background-image: url(images/bg.gif);
}

img
{
	border: 0px;
}

.navigationBg
{
    background-image: url(images/nav-bg.gif);
}

.contentTop
{
    background-image: url(images/top2.gif);
}

.contentpane
{
    background-image: url(images/bg-2.gif);
	color: #615D49;
}

.sideBorder
{
	background-image: url(images/sh-2.gif);
}

.bottomFlower
{
	background-image: url(images/ma-b.gif);
}

.bottomBorder
{
	background-image: url(images/sh-3.gif);
}

.names
{
	color: #9E8B74;
	font-family: Arial;
	font-size: 12px;
}

.login
{
	color: #9E8B74;
	font-family: Arial;
	font-size: 12px;
}

/* House Menu */

#HouseMenuNav
{
	width: 164px;
	margin: 0;
	padding: 0;
}

/* added to remove bullets */
#HouseMenuNav li
{
	margin-right: 5px;
    list-style-type: none;
	text-align: right;
	width: 159px;
	height: 32px;
	color: #9E8B74;
	font-family: Arial;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer; 
}

#HouseMenuNav li:hover
{
	background-image: url(images/but-2.gif);	
	background-repeat: no-repeat;
	font-weight: bold;
	text-decoration: none;
}

/* added for sub menus */
#HouseMenuNav ul
{	
	padding-top:5px;
	margin-left: -200px;
}

#HouseMenuNav a
{
	color: #9E8B74;
	font-family: Arial;
	font-size: 12px;
	padding-left: 20px;
	text-decoration: none;
}

#HouseMenuNavCurrentItem
{
	cursor: pointer; 
	color: #534842;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(images/but-2.gif);
	background-repeat: no-repeat;
}

