/* CSS Document */
.MainBg
{
	background:url(../Images/MainBg.jpg) 0px -13px repeat-y;
}
.MainTop
{
	background:url(../Images/MainTop.jpg) top no-repeat;
	padding-top:23px;
}
.MainBot
{
	background:url(../Images/MainBot.jpg) bottom no-repeat;
	padding-bottom:23px;
	padding-left:22px;
	padding-right:21px;
}
.BoxIn
{
	border:1px solid #fff;
	margin:3px;
	margin-right:2px;
}
/* ---------------------------------------------------------------------- */
.RoundTop
{
	background:url(../Images/RoundTop.gif) top no-repeat;
	padding-top:5px;
	width:527px;
}
.RoundBot
{
	background:url(../Images/RoundBot.gif) bottom no-repeat;
	padding-bottom:5px;
}
.RoundBody
{
	border-left:1px solid #202020;
	border-right:1px solid #202020;
	padding:5px;
}
.RoundBody h3
{
	font:bold 14px Arial;
	color:#d08b22;
}
.RoundBody h1
{
	font:bold 16px Arial;
	color:#d08b22;
	padding-bottom:5px;
	border-bottom:1px dotted #7f7f7f;
	margin-bottom:5px;
}
