/* LAYOUT: =layout
----------------------------------------------- */
#wrapper {
	float:left;
	width:600px;
}
#intro {
	width:100%;
}
#inside-wrapper1 {
	float:left;
	width:100%;
	margin-bottom:30px;
}
#highlights {
	margin-right: 400px;
	background-color:#ffecb2;
	height:300px;
}
#page-slideshow {
	float:left;
	width:400px;
	margin-left: -400px;
}
#overview{
	float:right;
	width:199px;
	margin-left:-200px;
	background-color:#ffc699;
	border-left: 1px dotted #999;
}
#testimonial {
	width:199px;
	margin-left:-200px;
	background-color:#ffecb2;
	float:right;
	clear:right;
	border-left: 1px dotted #999;
}
#navigation {
	float:right;
	clear:right;
}
#extra {
	float:right;
	clear:right;
}
#wrapper h1,h2 {
	margin: 20px 20px 20px 0;
	font-family: serif;
	font-style:italic;
	font-size: 160%;
	border-bottom:1px dotted #ccc;
	color:#708060;
}
#wrapper h2 {
	font-size: 130%;
}
#wrapper p {
	font-size: 80%;
	line-height:1.4;
	margin-bottom:10px;
	padding: 0 28px 0 0;
	text-align:justify;
}
#highlights ul {
	margin: 0 20px 0 20px;
	padding-top:20px;
}
#highlights li {
	margin: 10px 0 0 10px;
	font-size: 72% !important;
	line-height:1.5;
	list-style: circle;
	text-align:left;
}
#includeds ul {
	margin: 0;
	padding: 0;
}
#includeds li {
	margin: 0 0 0 10px;
	padding: 0;
}
#overview p {
	font-size: 70%;
	padding: 0 20px 0 20px;
	margin-bottom:10px;
}
#overview h3 {
	font-size: 90%;
	font-family: serif;
	margin: 0 0 10px 20px;
	padding: 30px 10px 0 0;
	border-bottom:1px solid #FFF;
	font-style:italic;
}
#overview h5, h6 {
	font-size: 70%;
	padding: 0 20px 2px 20px;
	font-weight:bold;
	margin:0;
}
#overview h6 {
	padding-bottom: 10px;
	color:#777;
}
#overview h4 {
	font-size: 70%;
	padding: 0 20px 0 20px;
}
#testimonial p {
	font-size: 75%;
	padding: 0 20px 0 20px;
	margin: 20px 0 20px 0;
	font-style:italic;
	text-align:justify;
}
#extra p{
	text-align:center;
	margin-top:15px;
}
