/* Strip page at beginning to ensure layout correct*/
*{
margin:0;
padding:0;
}
/*formating to add a 2 px space around web page content, set general formating information for text, background colour, and centering page */
body{
	background-color:#6c9;
	font-family:"Tahoma";
	margin:0 auto;
	}

/*container to hold all of page */	
#container{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	border:1px solid #000;
	background-image:url(images/background.jpg);
	background-repeat:repeat-y;
	}	
#header{
	width:960px;
	}
#content{
	width:960px;
	text-align:center;
	
	}
.arialHeader{
	font-family:arial;
	font-size:35px;
	font-weight:bold;
	color:blue;
	padding-top:20px;
	}
.palatino{
	font-family: 'Palatino Linotype';
	font-size:22px;
	font-weight:bold;
	color:#063;
	}
.italic{
	font-style:italic;
	}
.italic2{
	font-style:italic;
	font-size:14px;
	}
.tahoma{
	font-family: tahoma;
	font-size:18px;
	color:blue;
	}
.lucida{
	font-family: 'Lucida Sans Unicode';
	color:red;
	font-size:22px;
	font-weight:bold;
	}
#download{
	float:left;
	padding-left:18%;
	width:40%;
	text-align:center;
	}
#image{
	float:right;
	width:40%;
	text-align:left;
	}
#downloadBrochure{
	clear:both;
	text-align:left;
	padding-left:18%;
	}
#downloadBrochure a{
	color:#063;
	text-decoration:none;
	}
#moreInfo{
	font-family: tahoma;
	font-size:18px;
	color:blue;
	text-align:justify;
	padding-left:18%;
	padding-right:18%;
	}

/*footer formating*/
#footer{
	width:960px;
	text-align:center;
	font-size:10px;
	background-color:#ccc;
	border-top:1px solid #000;
	}
