body  {
	background-color:#00D2D2;
}

#header  {
	background-color:#06F;
	width:100%;
	height:120px;
	border:10px solid #0FF;
	
}

#header h1  {
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:60px;
	color:#FFF;	
}

table   {
	margin-left:60px;
	
}

img   {
	border:7px solid #000;
		
}

#order  {
	background-color:#09C;
	width:950px;
	height:300px;
	margin-left:240px;
	border:10px solid #000;
		
}

#order h1  {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:50px;
	text-align:center;
	font-weight:bold;
	
}

a    {
	text-align:center;
	color:#00D2D2;
	text-decoration:none;
	font-size:75px;
	font-weight:bold;
		
}

a:hover {
	color:#FFF;
	font-weight:bold;
	
}

#footer  {
	float:clear;
	background-color:#06F;
	width:100%;
	height:120px;
	border:10px solid #0FF;
	
}

#footer h3  {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:50px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
	
}