body {
	min-width:800px;
	background-color:white;
	
	margin-left:0px;
	margin-right: 0px;
	
}

#header {
	position:absolute;
	top: 0px;
	height: 30px;
	width:100%;
}

#footer {
	position:absolute;
	bottom: 0px;
	height: 30px;
	width:100%;	
}

#main {
	position:absolute;
	top: 164px;
	width:834px;
	left: 199px;
	height: 373px;


}



.boxLeft {
	width: auto;
	height: 30px;
}

.boxGreen {
	width:330px;
	height:30px;

	background:#E5E4D6;
	
	font-family: arial, helvetica, san-serif;
	font-size: 18px;
	font-weight: bold;
	
	text-align: center;
}

.boxRed {
	width:330px;
	height:30px;

	background:#FEECD3;

	font-family: arial, helvetica, san-serif;
	font-size: 18px;
	font-weight: bold;
	
	text-align: center;	
}

.boxRight {

	margin-left:0px;
	margin-right:2px;
	
	min-width: 50px;
	width: auto;
	
	height: 30px;
}


.boxImage {
	text-align:center;
	width: 75px;
}

