html
	{background: #b00000; height: 100%;
	 text-align: center; 
	 font-size: 1em; 
	 font-family: verdana, tahoma, arial, helvetica, sans-serif;
	 background-image: url('bg.gif'); background-repeat: repeat-x;
	}
body 
	{margin: 0px; 
	 padding: 0px; 
	 font-size: 1em; 
	 text-align: left;
	 
	}

h1 
	{font-size: 1.4em; 
	 font-weight: bold;
	}
h2 
	{font-size: 1.2em;
	}
h3
	{font-size: 1em; 
	 font-weight: bold;
	}
table.main 
	{padding: 0px; 
	 border: 0px; 
	 margin: 0px auto 0px auto; 
	 width: 805px; height: 100%;
	}
	
td 
	{text-align: left; 
	 vertical-align: top; color: #ffffff;
	}

td.menu 
	{ height: 42px; text-align: right; vertical-align: middle;
	 background-image: url('menu_bg.gif'); background-repeat: no-repeat; padding-right: 20px;
	 font-weight: bold;
	}
	
td.top { height: 180px; }

	td.content
	{text-align: left; vertical-align: top;
	 background-image: url('content_bg.gif'); background-repeat: repeat-y; padding: 20px 80px 20px 20px;
	 
	}
	
td.foot { height: 50px; background: #000000; text-align: center; color: #ffffff; font-size: 12px; vertical-align: middle; }	
	
	
	
a
	{color: #ffffff; text-decoration: none;
	}
a:visited 
	{color: #ffffff; text-decoration: none;
	}
a:hover 
	{color: #ffffff; text-decoration: underline;
	}
	
a.white 
	{color: #ffffff; text-decoration: none;
	}
a.white:visited 
	{color: #ffffff; text-decoration: none;
	}
a.white:hover 
	{color: #b00000; text-decoration: underline;
	}
