body
{
	background-color: #202020;
}

table.main
{
	width: 850px;
	border: 3;
	background-color: #FFFFFF;
}

/* Table Division styles begin ============================================== */
td.main
{
	vertical-align: top;
	background-color: #FFFFFF;
	width: 830px;
}

td.menu
{
	vertical-align: top;
	background-color: #CDCDCD;
	width: 20px;
}

td.spacer
{
	width: 5px;
	background-color: #0000FF;
}

td.footer
{
	background-color: #CDCDCD;
}
/* Table Division styles end ============================================== */
p
{
	font-family: 'verdana';
	font-size: 14px;
	color: #000000;
}

p.hitit
{
	font-family: 'verdana';
	font-size: 20px;
}

p.footer
{
	font-family: 'verdana';
	font-size: 12px;
	color: #E5E5E5;
}
/* link styles begin ============================================== */

a.reg:link
{
	color: #000000;
	text-decoration: none;
}

a.reg:hover
{
	color: #FFCCFF;
	text-decoration: underline;
}

a.reg:visited
{
	color: #000000;
	text-decoration: none;
}

a.footer:link
{
	color: #FFFFFF;
	text-decoration: none;
}

a.footer:hover
{
	color: #FFCCFF;
	text-decoration: underline;
}

a.footer:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
/* Link styles end ============================================== */

/* Div styles begin ============================================== */

div.map
{
	position:absolute;
        left:100px;
        top:150px;
}

/* Div styles end ============================================== */
