/* CSS Document */
body
{
	background: url(back_tile.png);
	background-color: #FFFFFF;
	background-image: url(back_tile.png);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
a
{
	color: #000000;
}
a:Link
{
	color: #000000;
}
a:visited
{
	color: #000000;
}
a:hover
{
	color: #0099FF;
}
.main
{
	background-image: url(main.png);
	width: 660px;	
	height: 500px;
}
.hide
{
	display: block;
}

div.header
{
	position: relative;
	top: 50px;
	width: 660px;
	text-decoration: underline;
}
div.nav
{
	background: url(nav.png);
	width: 120px;
	height: 150px;
	position: relative;
	top: 80px;
	left: 250px;
	text-decoration: underline;
}
div.content
{
	position: relative;
	width: 450px;
	top: -70px;
	left: -50px;
}
div.footer
{
	width: 660px;
	position: relative;
	top: -40px;
}
table.flash,td.flash
{
	border: medium double #000000;
	padding: 0px 4px 0px 4px;		
}