body
{
	margin: 0px;
	background-color: #000;
	position: relative;
	border: none;
}

a
{
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 20px 0 10px 10px;
	color: #339;
}

.aDiv
{
	background-color: #FFF;
	padding: 2px 0 2px 0;
	c: ;
}

.aDiv:hover { background-color: silver; }
.pageContainer { text-align: center; }
.contentContainer
{
	width: 800px;
	border: thin silver solid;
	background-color: #FFF;
}

.rowHeader
{
	background-image: url(../images/name_logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	/*
	border: thin silver solid;
*/
	width: 100%;
	height: 326px;
}

.rowContent
{
	width: 100%;
	height: 200px/;
	background-color: #FFF;
	border: none;
	text-align: center;
	/*
	border-width: 0 thin 0 0;
	border-color: silver;
	border-style: solid;
*/
}

.colLeftNav
{
	width: 200px;
	background-color: #FFF;
	border-width: thin;
	border-color: silver;
	border-style: solid;
	top: 0px;
}

.colContent
{
	text-align: center;
	width: 100%;
	border: none;
}

.rowFooter
{
	border: none;
/*
	border: thin silver solid; 
*/
}

