/* ------------------------------------------------------------------------------ */
/* global body definition */
/* ------------------------------------------------------------------------------ */
body
{
	background-color:#555C5D;
	background-image:url(http://www.viefit.com/img/page-bg.gif);
	background-position:left -1px;
	margin:0;
	padding:0;
	font-family:Arial;
	font-size:12px;
	margin-width:0;/* opera needs this */
}
/* ------------------------------------------------------------------------------ */
/* Global Default Definitions */
/* ------------------------------------------------------------------------------ */
ul, li
{
	margin:0;
	padding: 5px;
	line-height:18px;
}
table, td
{
	margin:5;
	padding:5;
	border:0;
	border-collapse:collapse;
	vertical-align:top;
}
img
{
	border:0;
}
a
{
	text-decoration:none;
}
a:hover
{
	color:#640000;
}
div,p,h1,h2,h3
{
	padding:0;
	margin:0;
	font-weight:normal;
}


/* ------------------------------------------------------------------------------ */
/* Section Definitions */
/* ------------------------------------------------------------------------------ */
table.frame
{
	background-color:#ffffff;
	border:0;
	height:549px;
	width:750px;
	margin-left: auto;
	margin-right: auto;
}

table.frame td.topnav
{
	background-color: rgb(145, 156, 158);
	height: 20px;
	text-align: right;
	padding-left: 10px;
}

table.frame td.topnav a
{
	color: rgb(255, 255, 255);
	text-decoration: none;
	font-size: 10px;
}

table.frame td.leftnav
{
	background-color: rgb(218, 226, 160);
	padding: 15px;
	width: 202px;
	font-size: 14px;
	line-height: 20px;
	color: rgb(109, 118, 119);
	vertical-align: top;
}

table.frame td.content
{
	vertical-align: middle;
	width: 548px;
	text-align: center;
}

table.frame td.bottomnav
{
	 background-color: rgb(109, 118, 119);
	 width: 202px;
	 color: rgb(255, 255, 255);
	 font-size: 10px;
	 padding-left: 5px;
	 padding-top: 10px;
	 padding-bottom: 10px;
}

table.content
{
	text-align: center;
}


