@charset "utf-8";
/* CSS Document */
 #main p{
	 width:340px;
 }
 
 #main h1{
	 margin-bottom:4px;
 }


#fNameSet, #lNameSet, #hoodSet{
	width:200px;
	padding-bottom:10px;	
}

#fNameSet{
	float:left;
}

#lNameSet{
	float:right;
	margin-right:125px;
}

#main input[type="text"]{
	width:185px;
}

#main label {
	display:block;
	color:#888;
	font-size:11px;
}

textarea{
	width:520px;
	height:195px;
	margin-bottom:10px;
}

#sendStory{
	display:block;
	float:right;
	margin-right:27px;
}


#side{
	background:#fff6df;
}

.stories{
	margin-top:10px;
}

.stories .story{
	border-bottom:1px solid #8a4d1f;
	max-height:250px;
	overflow:hidden;
	padding-bottom:10px;
}

.stories .name, .stories .loc{
	color:#8a4d1f;
	display:block;
}

.stories p{
	margin-bottom:8px;
}

.stories .name{
	padding-top:8px;
}

.stories .loc{
	padding-bottom:6px;
}

#arrowBack, #arrowNext {
	display:block;
	margin:9px auto 0 auto;
	float:left;
	padding-left:75px;
	padding-right:0px;
}

#arrowNext {
	float:right;
	padding-left:0px;
	padding-right:75px;
}
