/* CSS Document */

.agent_menu_curve_top
{
	height: 35px;
	display: block;
	width:800px;
	margin: 0px auto;
}

.agent_menu_curve_bottom
{
	height: 20px;
	display: block;
	width:800px;
	margin: 0px auto;
}

.agent_menu_curve_top
{
	background: url(images/agent_menu_curve_top.gif) bottom center no-repeat;
}

.agent_menu_curve_mid
{
	background: url(images/agent_menu_curve_mid.gif) top center repeat-y;
	display: table;
	width:800px;
	font-weight: bold;
	padding-top: 20px;
	margin: 0px auto;
	text-align:center;
}

.agent_menu_curve_bottom
{
	background: url(images/agent_menu_curve_bottom.gif) top center no-repeat;
}

.house_menu_curve_top
{
	height: 35px;
	display: block;
	margin: 0px auto;
}

.house_menu_curve_bottom
{
	height: 20px;
	display: block;
	margin: 0px auto;
}

.house_menu_curve_top
{
	background: url(images/house_menu_curve_top.gif) bottom center no-repeat;
}

.house_menu_curve_mid
{
	background: url(images/house_menu_curve_mid.gif) top center repeat-y;
	display: table;
	width:800px;
	font-weight: bold;
	padding-top: 20px;
	margin: 0px auto;
}

.house_menu_curve_bottom
{
	background: url(images/house_menu_curve_bottom.gif) top center no-repeat;
}
