body {
	margin: 0px;
	background-color: #E1E3FF;
}

td.content-area {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}

td.navigation-column {
	background-image: url(../images/nav_bg.jpg);
}

.footer {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11px;
}
.container-outline {
	border-top: thin solid;
	border-right: thin solid #000000;
	border-bottom: thin solid #000000;
	border-left: thin solid #000000;
}
/* taken out to close bottom of layout
div#container { 
	background: #FFFFFF url(../images/bg_main.jpg) repeat-y center;
	height: auto; 
	margin: 0 auto; 
} 
*/