/*
 * CSS Styles that are used on the jScrollPane demo site - these are custom to the site and
 * you shouldn't need to use them in your own implementations of jScrollPane.
 */

*



#container
{
	width:420px;
	height:400px;
	background: #ffffff;
	padding: 5px 0;
	margin: 0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	border-bottom:1px solid #CCC;

}

#container1
{
	width:420px;
	height:420px;
	background: #ffffff;
	padding: 5px 0;
	margin: 0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	border-bottom:1px solid #CCC;

}

#container2
{
	width:625px;
	height:200px;
	background: #ffffff;
	padding: 5px 0;
	margin: 0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	border-bottom:1px solid #CCC;

}
#containerhome
{
	width:625px;
	height:200px;
	background: #ffffff;
	padding: 5px 0 5px 0;
	margin: 0px auto;
	line-height:10px; 
	text-align : justify;
	border-bottom:1px solid #CCC;

}
#containerhome p{
	padding: 0 10px;

	font-size:9px;


}

#container3
{
	width:625px;
	height:150px;
	background: #ffffff;
	padding: 5px 0;
	margin: 0px auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	

}

#container3 p{

	font-size:9px;


}



p.intro
{
	font-size: 116%;
	padding: 10px;
	background: #fff;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

}

