p.error {
	font-weight: bold;
	padding: 5px;
	background-color: #eee;
	color: #000;
}

#left {
	width: 690px;
	float: left;
	margin-right: 20px;
}

	#left #homephotos {
		width: 264px;
		float: left;
		display: inline;
		margin: 0 0 20px 31px;
		height: 370px;
		border: 2px solid #666;
	}

		#left #homepagephotos img {
			vertical-align: text-bottom;
		}

	#left .text {
		width: 390px;
		float: left;
	}

	#left p {
		font-size: 120%;
		line-height: 1.6em;
	}

	#left ul {
		margin-top: 0;
		xwidth: 380px;
		xbackground-color: #282F4C;
		padding: 0 0 0 20px;
		font-size: 120%;
		list-style-type: none;

		_padding-bottom: 20px;
	}

		#left ul li {
			margin: 0;
			padding: 0;
			padding-left: 15px;
			line-height: 1.7em;
			background-image: url("images/pages/home_bulletpoint.gif");
			background-repeat: no-repeat;
			background-position: left center;
		}

			#left ul li a {
				color: 	#3EA53B;
			}

#right {
	width: 250px;
	float: left;
	padding-top: 28px;
}

	#right h3 {
		color: #fff;
		border-bottom: 2px dotted #6D6D6D;
		padding-bottom: 10px;
		font-size: 140%;
		margin-bottom: 10px;
		text-transform: uppercase;
	}

	#right form {
		margin-bottom: 50px;
	}

		#right form fieldset {
			background-color: #444;
			padding: 10px;
		}

			#right form fieldset input {
				width: 220px;
			}

			#right form fieldset input.submit {
				width: auto;
			}
