#content {
	margin-top: 11px;
	height: 312px !important;
}
	#content div.module {
		float: left;
		height: 102px;
		padding-top: 7px;
		border-left: 1px solid #DFDFDF;
	}

	#content a {
		font-weight: bold;
	}
		#content a.thin {
			font-weight: normal;
		}

	#content div#how {
		width: 231px;
		padding-left: 19px;
		/* background: url(../img/content/how.jpg) no-repeat 153px 19px; */
	}
		#content div#how p {
			width: 225px;
		}

		#content div#how p a.noLink {
			cursor: default;
		}

	#content div#choice {
		width: 232px;
		padding-left: 20px;
	}

		#content div#choice p {
			width: 205px;
			margin-bottom: 15px;
		}

		#content div#choice a {
			padding-right: 6px;
		}

		#content div#choice div {
			background: url(../img/content/choice.png) no-repeat;
		}

		#content div#choice select {
			width: 192px;
			margin: 5px 0 5px 11px;
		}

	#content div#newsletter {
		width: 225px;
		border-right: 1px solid #DFDFDF;
		padding-left: 21px;
		background: url(../img/content/newsletter.png) no-repeat 19px 70px;
	}
		#content div#newsletter p {
			width: 192px;
			margin-bottom: 10px;
		}

		#content div#newsletter input.text {
			float: left;
			width: 141px;
			margin: 4px 2px 0 9px;
		}
			html > body #content div#newsletter input.text {
				margin-top: 5px;
			}

	#line {
		width: 752px;
		height: 4px;
		border-top: 1px solid #DFDFDF;
	}

	#ourGuides {
		height: 197px;
		border-right: 1px solid #DFDFDF;
	}
		html > body #ourGuides {
			width: 751px;
		}

		#ourGuides a {
			display: block;
			padding: 12px 0 10px 20px;
		}

		#ourGuides ul {
			margin: -3px 0 0 0;
		}
			#ourGuides ul li {
				float: left;
				position: relative;
				margin-left: 20px;
			}
				#ourGuides ul li a {
					padding: 0;
				}

				#ourGuides ul li img.soon {
					position: absolute;
					left: 31px;
					top: -1px;
				}