body {
	background: #ffffCC;
	padding: 0px;
	margin: 0px;
	
}
table {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0 0;
	
	
}
td#nav {
	background: #00c000;
	text-align: center;
	vertical-align: top;
	width: 200px;
	background-image: URL("vr.gif");
	background-position: 179px 300px;
	background-repeat: repeat-y;
}	
td#content_center {
	background: #FFFFFF;
	text-align: center;
	width: auto;
	
}
td#content_left {
	background: #FFFFFF;
	width: auto;
}
div#container {
	position: absolute;
	top: 300;
	bottom: 0;
	left: 0;
	width: 100%;
}
	
div#content {
	text-align: center;
	position: absolute;
	background: #ffffff;
	top: 300;
	left: 200;
	height: 1000;
	width: 600;
}
div#foot {
	text-align: center;
	font-size: xx-small;
}
div#flash {
	background: #ffffCC;
	vertical-align: top;
	height: 300;	
}

p#left {
	Text-align: left;
}
a#blue {
	color: blue;
}
a:link {
	color: blue;
}
a:visited {
	color: yellow;
}
a:hover {
	color: red;
}
	
	