body {
	background-image : url(images/wall.jpg) ;
	background-color:#fff7cc;
	font: 12px/15px georgia, serif;
	text-align: left;
	color: #000000;
	margin: 0px;
	}
p {
	font: 12px/15px georgia, serif;
	text-align: left;
	margin-top: 0;
	}
p5 {
	font: 12px/15px georgia, serif;
	text-align: left;
	margin-left: 10;
	margin-top: 0;
	}
h1 {
	font: bold 18px georgia, serif;
	color: #660033;
	margin-bottom: 0;
	margin-top: 20;
	}
h2 {
	font: bold 15px georgia, serif;
	color: #660033;
	margin-bottom: 0;
	}
h3 {
	font: bold 14px georgia, serif;
	margin-bottom: 0;
	}
h4 {
	font: bold 12px georgia, serif;
	color: #000000;
	margin-bottom: 0;
	}
	
h5 {
    font: italic 10px/12px georgia, serif;	
    color:#330000;
	text-align: center;
	margin-bottom: 0;
	margin-top: 4;
	}
	
a:link { 
	font-weight: bold; 
	text-decoration: underline; 
	color: #792115;
	}
a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #273a22;
	}
a:active, a:hover {
	text-decoration: underline;
	color: #f8e316;
	}


/* specific divs */

#container {
	background-image: url(images/greyWall.jpg);
	background-color: #aeb4b4 top left repeat-y;
	text-align: justify;
	width: 750px; margin: 0px auto;
	position: relative;
	} 
#mainText {
	/*position: relative; top: -120px;*/
	padding: 0px 0px 0px 0;
	/*clear:right;*/
	float:right;
	width:430px;
	}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
/*#pageHeader h1 {
	background: transparent no-repeat top left;
	width: 750px;
	height: 152px;
	margin: 0px;
	}
#pageHeader h1 span {
	display: none;
	}
#pageHeader h2 span {
	display: none;
	}

#quicksSummary { 
	width: 685px; 
	margin: 0px auto; 
	position: relative; 
	top: -50px;
	}
html>body #quickSummary {
	margin-top:-50px; 
	top: 0;
	}
#quickSummary .p1 {
	font-size: 1px;
	color: white;
	background: transparent no-repeat top left;
	width: 449px; 
	padding: 10px 0px 0px 5px; float: left; 
	height: 268px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	height: 258px; 
	}
#quickSummary .p1 span {
	display: none;
	}
#quickSummary .p2 {
	color: #7593A7;
	background: transparent no-repeat 0 0;
	padding: 90px 45px 0px 45px;
	float: right; 
	width: 214px;
	height: 338px; 
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 124px;
	height: 178px;
	}
#quickSummary .p2 span {
	letter-spacing: -1px;
	line-height: 26px;
	display: block;
	}
#quickSummary .p2 a:link, #quickSummary .p2 a:visited {
	color: #7593A7;
	}
#quickSummary .p2 a:hover {
	color: #85ABC5;
	}

#preamble { 
	/*position: relative; top: -120px; */
	/*padding: 0px 0px 70px 33px; 
	margin: 0px 0 20px 0px; 
	width: 210px;
	float: left;
	background: transparent 50% 100% no-repeat;
	}
#preamble h2 { 
	font: bold 14px georgia, serif; 
	margin-top: 0px;
	padding: 0px;
	}
	
#preamble h5 {
	font: italic 10px/12px georgia, serif;
	}
	
#preamble p {
	font: italic 12px/20px georgia, serif;
	}
	
#list ul {
	list-style-type: none;
	}
#list li {
	list-style-type: none;
	}
*/
	

