		#bodyFrame {
			width: 100%;
		}
		
		#pageContainer {
			width: 750px;
			font-family: arial, helvetica, sans-serif;
		}
	
		#siteTitle		
		{
			font-size: 66px;
			line-height: 78px;
			font-family: arial;
			font-weight: bold;
			white-space: nowrap;
			text-decoration: none;
		}
		
		#standardText {
			padding-top: 15px;
			font-size: 18px;
			line-height: 21px;
		}
		
		.hsectitles {
			font-size: 12px;
			line-height: 9px;
		}
		
		#selectone {
			padding-top: 15px;
			padding-bottom: 10px;
			font-size: 58px;
			font-weight: bold;
			color: #FA1A2E;
			font-style: oblique;
		}
		
		#messages {
			font-size: 12px;
		}
		
		#guestinfo {
			font-size: 12px;
			padding-top: 16px;
		}
		
		#submitbutton {
			text-align: center;
		}
		
		#errorMsgs {
			background-color: #fff;
			width: 600px;
			padding: 10px;
			border: 10px solid #f00;
		}
		
		#thankyou {
			color: #0770A7;
			font-size: 18px;
			padding-top: 20px;
			padding-bottom: 20px;
		}