body
{
	background-image:url(../images/bg.png);
	text-align:center;
	background-color:#0033ff;
	background-repeat:repeat-x;
}
#banner
{
	background-image: url(../images/banner.png);
	background-repeat:no-repeat;
	width:800px;
	height:200px;
}


#body
{	
	background-image:url(../images/backslice.png);
	background-repeat:repeat-y;
	width:800px;
}

#bottom
{
	background-image: url(../images/bottom.png);
	width:800px;
	height:70px;
	background-repeat:no-repeat;
}
#bottom a
{
	font-family: Verdana;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
#bottom a:hover
{
	text-decoration:underline;
	color:Red;
}
.intro
{
	color:#FF0000;
	font-weight:bold;
}
#menu
{
	background-image:url(../images/backslice.png);
	background-repeat:repeat-y;
	width:800px;
	height:50px;
}
.sm
{
}
.smi
{
	background-image:url(../images/button_plain.png);
	width:155px;
	height:50px;
	font-family:Verdana;
	font-size:16px;
	color:White;
	text-align:center;
	display:block;
	line-height:50px;
}
.shs
{
	background-image:url(../images/button_over.png);
	color:White;
}
.dm
{
	position:absolute;
	border-color:Black;
	border-style:solid;
	border-width:1px;
	text-align:center;
}
.dmi
{
	background-color:#0048B4;
	text-align:center;
	display:block;
	width:155px;
	height:25px;
	font-family:Verdana;
	color:White;
	font-size:11px;
	line-height:25px;
}
.dhs
{
	color:Red;
	background-color:#6F97FF;
}
.buttonClass
{
	border-style:solid;
	border-color:Black;
	border-width:1px;
	color:Red;
	font-weight:bold;
	font-family:Verdana;
	font-size:10px;
}