@charset "utf-8";
/*styles for the menu items*/
.home {
 width:305px;
 height:188px;
 background-color:#FFFFFF;
 border-bottom:1px;
 border-bottom-style:solid;
 border-right-width:1px;
 border-right-style:solid;
 vertical-align:bottom;
}

#header {
	padding: 0px;
	margin: 0px; 
	height: 187px;

}

#header div {
	float:left;
	border-color:#000000;
}
.menu {
 width:230px;
 background-color:#FFFFFF;
 border-bottom:1px;
 border-bottom-style:solid;
 border-right-width:1px;
 border-right-style:solid;
}

.menuright {
 width:230px;
 background-color:#FFFFFF;
 border-bottom:1px;
 border-bottom-style:solid;
}

#activemenu {
	background-color:#B8997A;
	border-bottom:1px none #ffffff;
}

#activehome {
	background-color:#FFFFFF;
	border-bottom:1px none #ffffff;
}

h1 a {
	color:#000000;
	text-decoration:none;
}
h1 a:visited {
	color:#000000;
	text-decoration:none;
}
h1 a:hover {
	color:#000000;
	text-decoration:underline;
}

.home a {
}
.home a:hover {
	color:#000000;
	/*TODO: change bg color on hover*/
}