div#fondyMenuScreenTop {

	position: absolute;

	left: 1em;

	top: 79px;



	height: 11px;

	width: 20em;



	background-image: url("../images/menu/tm.png");

}



div#fondyMenuScreenTopLeft {

	float: left;



	height: 11px;

	width: 40px;



	background-image: url("../images/menu/tl.png");

	background-repeat: no-repeat;

}



div#fondyMenuScreenTopRight {

	float: right;



	height: 11px;

	width: 16px;



	background-image: url("../images/menu/tr.png");

	background-repeat: no-repeat;

}



div.fondyMenuBoundingBox {

	position: absolute;

	left: 1em;

	top: 90px;



	width: 20em;



	margin: 0;

	padding: 0;



	background-color: #ececec;

	background-image: url("../images/menu/ml.png");

	background-repeat: repeat-y;

}



div.fondyMenuBottom {

	float: left;

	height: 14px;

	width: 20em;



	margin: 0;

	padding: 0;



	background-image: url("../images/menu/bm.png");

	background-repeat: repeat-x;

}



div.fondyMenuBottomLeft {

	float: left;



	height: 14px;

	width: 16px;



	background-image: url("../images/menu/bl.png");

	background-repeat: no-repeat;

}



div.fondyMenuBottomRight {

	float: right;



	height: 14px;

	width: 16px;



	background-image: url("../images/menu/br.png");

	background-repeat: no-repeat;

}



div.fondyMenu {

	margin: 0;

	padding: 0 0 0.5em 0;

	width: 20em;



	background-image: url("../images/menu/mr.png");

	background-position: right;

	background-repeat: repeat-y;

}



div.fondyMenu ul {

	margin: 0 2em;

	padding: 0;

	list-style: none;

}





div.fondyMenu a {

	text-decoration: none;

	color: #33f;

}



div#fondyHeader {

	height: 90px;

	width: 100%;

	background-image: url("../images/logo.png");

	background-repeat: no-repeat;

	background-color: #9b1212;

}



body {

	margin: 0;

	padding: 0;

}



div.fondyContent {

	margin: 1em 4em 2em 25em ;

}


