@import url("flexcrollstyles.css");

/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */

width: 648px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
margin: 0.3em auto;
padding: 15px;
border-width:1px 0 1px 1px;
border-color: #f3f0eb;
border-style: solid;
}



.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */

width: 620px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */

body {
	margin: 0;
	padding: 0;
}

#one-area {
	width: 600px;
	float: left;
	clear: both;
	position: relative;
	border-bottom:1px solid #f2eee9;
	padding-bottom:10px;
}

#one-area ul{
	width: 560px;
	position: relative;
	top: 0;
	left: 100px;
	padding: 0;
	margin-top: -25px !important;
	margin-top: -30px;

}

#one-area li{
	float: left;
	width: 230px;
	height: 81px;
	padding: 0;
	margin-bottom: 10px;
	list-style: none;

}

#one-area h2 {
	width: 100px;
	padding-top:10px;
	font-size: 0.8em;
	color:#291001;

}

#one-area h3 {
	font-size: 0.7em;
	color:#666666;
	font-weight: lighter;
	margin:0 0 5px 0;
	padding: 0;
}

#one-area p {
	font-size: 0.7em;
	color:#999999;
	line-height: 1.3;
	padding: 0;
	margin: 0;
}

#cl {
	clear: both;
}
