HTML	{
		height: 100%;
	}
BODY 	{
		text-align:center;
		height: 90%;
		margin-left: 0px;
		margin-top: 5px;
		background-color: #ece9d8;
		font-family: Arial, Verdana, Helv, Helvetica, Sans-Serif;
		font-size: 12px;
		color: #611400;
	}
IMG		{
		border: none;
		}
A	{
	color: #CA100C;
	text-decoration: none;
	}
A:hover	{
	text-decoration: underline;
	}
DIV#header 	{
		background-image: url('images/header.png'); 
		width:790px; 
		height:11px;
		font-size: 2px;
	}	
DIV#header2 	{
		background-image: url('images/header2.png'); 
		width:790px; 
		height:75px;
		background-color: white;
	}
DIV#footer 	{
		background-image: url('images/footer.png'); 
		width:790px; 
		height:22px;
		color: white;
		font-size: 10px;
	}
TABLE#body	{
		background-color: white;
		background-image: url('images/bg_03.png');
		background-repeat: no-repeat; 
		text-align:left;
		width:790px; 
		border-left: 1px solid #9A080C;
		border-right: 1px solid #9A080C;		
	}
DIV#footer,DIV#header, DIV#header2, TABLE#body, DIV#ad	{
		margin: 0 auto;
	}
DIV#ad	{
		text-align:right;
		width:790px;
		font-size:10px;
		color: gray;
		padding: 3px;
		}
#menu TD	{
		height: 20px;
		font-size: 10px;
		text-align: center;
		background-image: url('images/button.png');
		background-position: top right;
		background-repeat: no-repeat;
	}
#menu A	{
	color: white; 
	text-decoration: none;
	font-weight: bold;
	}
#menu A:hover	{
			color: #ece9d8;
	}
DIV#menu-bottom	{
		height:40px; 
		background-image: url('images/bg_07.png'); 
		background-position:bottom left;
		background-repeat: no-repeat;
	}