*
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	font-size: 0;
	font-family: Arial;	
}

body
{
	background-image: url('images/bg.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;	
	overflow: none;
}

div#Box
{
	width: 800px;
	height: auto;
	text-align: center;
	margin-top: 30px;
}

div.Menu
{
	width: 400px; 
	height: 25px; 
	background-image: url('images/menu-fill.gif'); 
	background-repeat: repeat-x;
	text-align: left;
	float: left;
}

div#Content
{
	width: 800px; 
	height: 497px; 
	background-color: White;
}

h1
{
	font-family: Arial Black;
	font-size: 16;	
	text-align: left;
	margin-bottom: 20px;
}

p
{
	color: #222222;
	text-align: left;	
	font-size: 12;
	margin-bottom: 15px;
	clear: left;
}

b
{
	font-size: 11;	
	text-align: left;
}

a
{
	text-decoration: none;	
	color: #444444;
	font-size: 11;
}

a:hover
{
	color: #222222;
	text-decoration: underline;
}

br
{
	font-size: 11;
}

input, textarea
{
	font-size: 12;
	border: Solid 1px Black;
	text-align: left;
}

form, table, td, tr
{
	font-size: 12;
	text-align: left;
}

p.Manual
{
	color: #111111;
	text-align: left;	
	font-size: 11;
	margin-bottom: 5px;
	margin-left: 10px;
	clear: left;
}

div#PageWrap
{
	height: 100%;
	min-height: 100%;
	text-align: center;	
	position: relative;
	margin-left: auto;   
	margin-right: auto;	
	vertical-align: middle;	
	overflow: none;	
}
