﻿/* Separate CSS file set up as I relearn how to do it */



body {
	font-family: "Trebuchet MS", "Times New Roman", Arial, sans-serif;
	width: 900px;
	background-image : url('pale_green_back.jpg');
	background-repeat:repeat-y;
	
	

}

#heading {
	text-align:center;
	padding-top: 10px;
}

img {
	float: right;
	padding: 50px;
	padding-top: 100px;
}

#blurb {
	padding: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}


.order {
  border-collapse: collapse;
}

.order td {
  padding: 10px;  
  padding-left: 1em;
  vertical-align: top;
}

col.column_1 {
  width: 280px;
}  

col.column_2 {
  width: 220px;
}  

