h1{
	color: #f26935;
	border-bottom: 1px solid #9fcacc;
	margin-bottom: 15px;
	font-size: 1.15em;
	font-weight: bold;
	padding: 0px 3px 5px 3px;
}

h2{
	color: #95588a;
	border-bottom: 1px dotted #9fcacc;
	font-size: 0.8em;
	margin-bottom: 5px;
	padding: 0px 0px 5px 5px;
}

#leftside{
	border: 1px solid #a6e8b2;
	background-color: #ffffff;
	width: 200px;
	float: left;
	font-size: 0.9em;
	padding: 5px 5px 5px 5px;
	margin-right: 10px;
}

#leftside ul{
	color: #667f9e;
	font-size: 0.9em;
	margin-left: -10px;
}

#rightside{
	border: 0px solid red;
	width: 64%;
	float: left;
}

#rightside ul{
	color: #000000;
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 50%;
	border: 0px dashed purple;
	float: left;
	font-size: 0.9em;
}

#rightside li{
	background: url(images/s-bullet.gif) 0px 0px no-repeat;
	padding-left: 25px;
	height: 2.5em;
	line-height: 1em;
	
}

p{
	line-height: 1.2em;
	margin-left: 5px;
	font-size: 0.9em;
	color: #4b5e6c;
}

#sbutton{
	display: block;
	background: url(images/s-button.gif) 0px 0px no-repeat;
	height: 39px;
	width: 403px;
	border: 0px solid red;
	text-decoration: none;
	color: #ffffff;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
	margin: 20px 0px 20px 0px;
}

