/* 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:#dd0f01;	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;	border-bottom: 5px solid #dd0f01;	}#content{	width:740px;	padding-left:110px;	padding-right:110px;	padding-top:20px;	}fieldset{	border:1px solid #000;	margin: 0 170px;	padding:1em;	width:400px;	font-size:14px;	text-align:justify;	}.red{	color:red;	}.arialHeader{	font-family:arial;	font-size:30px;	font-weight:bold;	color:blue;	padding-top:20px;	}.palatino{	font-family: 'Palatino Linotype';	font-size:22px;	font-weight:bold;	color:red;	text-align:center;	display:block;	}.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;	text-align:center;	display:block;	}.lucida a{	color:red;	}#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;	}#movie{	float:left;	width:350px;	height:300px;	}
