html, body	{
			margin: 0px;
			padding: 0px;
			border: 0px;
			}
body	{
		height:100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #FFFF00;
		background:#FF9900;
		}
img	{
	border:none;
	}
#menu	{
		min-height:900px;
		height:auto !important;
		height:900px;
		}
#left	{
		background:#FF0000;
		text-align:center;
		padding:50px 20px 20px 20px;
		}
		#left	a	{
					font-family:Verdana, Arial, Helvetica, sans-serif;
					color:#FFFF00;
					font-size:18px;
					}
#right	{
		background:#FF9900;
		padding:20px;
		}
h1	{
	font-size: 36px;
	font-weight: bold;
	text-align:center;
	}
h2	{
	font-weight:normal;
	font-size: 24px;
	font-style: italic;
	text-align:center;
	}
h3	{
	font-size: 20px;
	}
h4	{
	color: #FF0000;
	font-size: 36px;
	}
h5	{
	color: #FF0000;
	font-size: 20px;
	}
