body
{
	color: rgb(80, 80, 80);
	background-image: url(images/grad.png);
	background-repeat: repeat-x;
	background-position: left top;
}

.intro
{
	text-align: center;
}

.front
{
	font-size: 12pt;
	font-weight: 400;
}

.nav
{
	width: 180px;
}

.nav table
{
	width: 180px;
}

.nav td
{
	vertical-align: middle;
	background-image: url(images/icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	text-align: center;
}

.nav a
{
	text-decoration: none;
	color: rgb(0, 80, 30);
	font-size: 12pt;
	display: block;
}

.nav a:hover
{
	color: rgb(200, 100, 50);
}


.account
{
	border-color: rgb(160, 16, 25);
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
	background: rgb(160, 16, 25);
	color: white;
}

.account td
{
	border-color: rgb(160, 16, 25);
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}

.photo
{
	padding: 8px;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	border-color: silver;
	background: rgb(250, 250, 250);
}


