/* positioning */

#container {
	text-align:center;
	width:100%;
	height:100%;
}

#centered {
	margin-right:auto;
	margin-left:auto;
	width:820px;
	height:100%;
	text-align:left;
}
	
#nav {
	position:relative;
	width:760px;
	left:-1px;
	height:155px;
	top: 1px;
	visibility: visible;


}

#main {
	position:relative;
	width:694px;
	left:24px;
	top:-5px;
	height: 702px;

}

#rightcol {
	position:relative;
	width:162px;
	background-color:#E2E2E2;
	float: right;
	left: -115px;
	margin-top:20px;
	/* slight frig */
	\width: 172px;
	w\idth: 162px;
}

#footer a {
	color: #CCCCCC;
	text-decoration: none;

}

.picture {
	border: 1px solid #999999;
	margin-right: 20px;
}

td {
	font-family: verdana;
	font-size: 11px;
	line-height:20px;
}

