div.object
{
	position:absolute;
	background-repeat:no-repeat;
}

p{ /* to make paragraphs the same in firefox as ie */
margin: 14px auto;
}

div.mainlogo-shadow { width:203px; height:136px; top:-7px; left: -11px; background-image:url("images/logo-shadow.png"); }
	div.mainlogo { width:203px; height:136px; top:-7px; left: -11px; background-image:url("images/logo.gif"); }

.maintop{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color:#FFFFFF;
	background-image:url(images/edge.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.mainbottom{
	position: absolute;
	height: 100%;
	width: 100%;
  background-image:url(images/edge.gif);
  background-position: bottom; 
  background-repeat: repeat-x;
}


.mainright{
	position: absolute;
	height: 100%;
	width: 100%;
background-image:url(images/edge.gif);
background-position: right;
background-repeat: repeat-y;
}

.mainleft{
	position: absolute;
	height: 100%;
	width: 100%;
background-image:url(images/edge.gif);
background-position: left;
background-repeat: repeat-y;
}


body {
	margin:10px 0px;
	padding:0px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
background-color: #990000;
	}

.maintopright{
	position: absolute;
	height: 100%;
	width: 100%;
background-image:url(images/tr.gif);
background-position: top right;
background-repeat: no-repeat;
}



.mainbottomright{
	position: absolute;
	height: 100%;
	width: 100%;
background-image:url(images/br.gif);
background-position: bottom right;
background-repeat: no-repeat;
}

.mainbottomleft{
	position: absolute;
	height: 100%;
	width: 100%;
background-image:url(images/bl.gif);
background-position: bottom left;
background-repeat: no-repeat;
}
/* CSS Document */


	
#Content {
	position: relative;
	width:750px;
	margin:0px auto;
	text-align:left;
	top: -1px;
	left: 0px;



	}

.menu {
	position: absolute;
	left: 14px;
	top: 94px;
	width: 151px;
	height: 120px;
	
	border-right: solid 1px #000000;
}

.maintitle{
position: absolute;
left: 116px;
top: 8px; 

}

.genlink{
text-decoration: none;
}

.handcursor{
cursor: hand;
}

