body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 30px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

	#pagewrapper {
	text-align: left;
	margin: 0 auto;
	width: 998px;
	border: 0px solid black;
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-position: top center;

	} 
	
		#pageheader {
		text-align:left;
		width: 988px;
		border: 0px solid black;
		margin-top: 0;
		margin-right: auto;
		margin-bottom: 0;
		margin-left: auto;
		padding-bottom: 15px;
		} 
		
			#pagenavigation { 
			text-align:center; 
			margin: 0 auto; 
			width: 640px; 
			border: 0px solid black;
			padding-top:5px;
			} 
			
				#pagecontent { 
				text-align:left; 
				margin: 0 auto; 
				width: 908px; 
				border: 0px solid black;
				padding-top:25px;				 
				} 
				
				#pricing {
					padding-right: 100px;
					padding-left: 100px;
				} 
		
		#pagefooter { 
		text-align:center; 
		margin: 0 auto; 
		width: 958px; 
		border: 0px solid black; 
		} 
		
		#pagefooter A:visited {
		color: #000;
		text-decoration: none;
		}

		#pagefooter A:active {
		color: #000;
		text-decoration: none;
		}

		#pagefooter A:hover {
		color: #000;
		text-decoration: none;
		}

		#pagefooter A:link {
		color: #000;
		text-decoration: none;
		}


/* Remove borders from images which are also hyperlinks */

img {
	border: 0px; 
}



