body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #615f5f;
	}
	
a {
	text-decoration: underline;
	color: #615f5f;
	}
	
	a:hover {
		text-decoration: none;
	}
			
#container {
	width: 783px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 1px;
	position: relative;
	}
	
#mainContent {
	margin: 6px 0 0 8px;
	padding-left: 1px;
	}

h2, h3 {
	font-family: "Lucida Sans", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
	margin: 0;
	}

#neighborhoodContent {
	float: left;
	display: inline; /* ie double margin */
	padding: 0px;
	margin: 9px 0 10px 16px;
	}
	
	#neighborhoodContent #intro p {
		width: 420px;
		}
		
	#neighborhoodContent #intro h2 {
		font-size: 28px;
		font-weight: bold;
		color: #992137;
		margin-bottom: 3px;
		}
		
		#neighborhoodContent #intro strong {
			font-weight: bold;
			}
			
		#neighborhoodContent #intro .red {
			color: #992137;
			}
	
	#neighborhoodContent h3 {
		font-size: 15px;
		font-weight: bold;
		color: #666;
		margin: 10px 0 3px 0;
		}	
			
	#neighborhoodContent #words {
		float: left;
		width: 355px;
		}
		
	#neighborhoodContent p {
		color: #666;
		line-height: 16px;
		}		

#which #neighborhoodContent p {
		width: 400px;
		}

#findOut {
	width: 124px;
	margin: 25px 0 15px 300px;
	}

	#findOut a {
		width: 124px;
		height: 22px;
		display: block;
		background: url(../images/find-out.gif) no-repeat;
		text-indent: -9000px;
		overflow: hidden;
		}
		
		#findOut a:hover {
			background-position: -124px;
			}

#whichFlash { 
	margin: 10px 10px 0px 10px;
	}
	
#question {
	height: 100px;
	width: 764px;
	margin: 15px 0 30px -16px;
	background-color: #f3f3f3;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	}
	
* html #question {
	padding-left: 10px; /* ie6 hack */
	}
	
	#question h3, #question .found {
		font: bold 19px Arial, Helvetica, sans-serif ;
		color: #666;
		}
		
	#question h3 {
		margin: 15px 0 0 15px;
		padding-left: 0px;
		}
		
	.found {
		width: 400px;
		margin: 30px 0 0 40px;
		padding: 37px 0 0 0px;
		}
		
	#question p {
		margin: 0 0 0 40px;
		}
	
	#letterQ {
		font-size: 15px;
		font-weight: normal;
		}
		
	#question .previous {
		display: block;
		width: 78px;
		height: 22px;
		text-indent: -9000px;
		overflow: hidden;
		background: url(../images/button-previous.gif) no-repeat;
		float: right;
		margin: 15px 15px 3px 3px;
		}
		
		#question .previous:hover {
			background-position: -78px;
			}
		
.answer, .answerFirst {
	width: 200px;
	margin: 5px 0 0 10px;
	padding-right: 5px;
	float: left;
	line-height: 13px;
	}
	
	.answerFirst {
		margin-left: 36px;
		}
		
	.answer a, .answerFirst a {
		font-size: 13px;
		color: #992137;
		font-weight: bold;
		line-height: 19px;
		}

#strollers {
	height: 250px;
	margin: 10px 0 10px 20px;
	}
	
	#strollers .stroller {
		width: 89px;
		height: 130px;
		float: left;
		margin: 0 0 0 20px;
		text-align: center;
		}
		
		#strollers .stroller p {
			font-size: 9px;
			line-height: 11px;
			}
				
			#strollers .stroller p .active {
				color: #999;
				}
				
			#strollers .stroller p a {
				color: #999;
				text-decoration: none;
				padding-bottom: 1px;
				background: url(../images/detail-underline.gif) repeat-x bottom;
				margin: 0;
				}
				
				#strollers .stroller p a:hover {
					color: #992137;
					background: none;
					}
					
				#strollers .stroller a .strollerName {
					color: #333;
					background: none;
					}

		
.clear {
	clear: both;
	}
