body {
	background-color:#FFFF99;
	font-family:"Cataneo BT"
	font:"Cataneo BT";
	font-size: 14px;
	text-align: center;
}

a:link { 
	color: #3A1E2B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:visited { 
	color: #3A1E2B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
	
a:hover, a:active { 
	color: #3A1E2B;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.PageTitle {
	font-size: 24px;
	font-weight: bold;
	font-family: "Cataneo BT";
}
.PageText {
	font-size: 14px;
	font-family: "Cataneo BT";
}
.Foot {
	font-size: 8px;
}
.SubTitle {
	font-size: 18px;
	font-weight: bold;
	font-family: "Cataneo BT";
}

.Menu{
	float:left;
	display:inline;
	height:50px;
}
.Ad{
	float:;
	display:inline;
}
#heading {
	border-width:2px;
	border:groove #3A1E2B;
	background: url(images/TopBanner.png) no-repeat;
	width: 950px;
	height: 150px;
}
#nav {
	border-width:2px;
	border:groove #3A1E2B;
	border-top:none;
	background-color:#EBDD99;
	padding-left:50px;
	width: 900px;
	height: 50px;
}
#Content {
	clear: both;
	height:inherit;
	width: 850px;
	height:auto;
	border-width:2px;
	border:groove #3A1E2B;
	border-top:none;
	background: url(images/Back.png);
	background-repeat:repeat-y;
	padding: 50px;
	clear: left;
}
#Right{
	font-family:"Cataneo BT"
	font:"Cataneo BT";
	font-size:14px;
	width: 300px;
	float:left;
}
#Left {
	font-family:"Cataneo BT"
	font:"Cataneo BT";
	font-size:14px;
	width: 550px;
	float:left;
	clear: both;
	height: auto;
}