﻿
body,html
{
	height: 100%;	
}


body
{
	background-color: #E0E0E0;
	margin: 0px;
}

*
{
	color: #925010;
	font-size: 8px;
	font-family: Verdana;	
}



/* ----------------- MAIN TABLE --------------- */

table.main
{
	width: 761px;
	margin: 0px auto;
}


td.left
{
	text-align: right;
	width: 321px;
}


td.right
{
	text-align: left;
	width: 321px;
}

td.center
{
	background-color: #F58538;
	width: 119px;
}

/* ----------------- INNER TABLE --------------- */


td.left table, td.right table
{
	background-color: White;
	height: 421px;	
	width: 100%;
	border: solid 1px #C5C5C5;
}

td.left table
{
	border-right-style: none;	
}


td.right table
{
	border-left-style: none;	
}

td.left table td, td.right table td
{
	vertical-align:bottom;	
	padding: 20px 3px;
}

/* ----------------- LOGO --------------- */

div.logo_container
{
	height:421px;
	text-align:center
}

div.logo_container
{
	height:421px;
	text-align:center
}

#logo
{
	margin-top:35px;
	margin-bottom:263px
}
