@charset "UTF-8";
/* CSS Document */

#outer_container {
	padding: 0;
	width: 800px;
	margin-left: 100px;
	margin-right: auto;
}
/* ---header starts here---*/
#header {
	border-bottom: 2px solid  #FFFF99;
	float:left;
	clear: both;
	width: 800px;
	height: 60px;
	background-color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
/* ---content starts here---*/
#content_container {
	float:left;
	clear: both;
	width: 800px;
	margin: 0px;
	padding: 0px;
}

/* ---content_left starts here---*/
#content_left {
	float:left;
	width: 200px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height: 16px;

}

/* ---content_right starts here---*/
#content_right {
	float: right;
	width: 600px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;	
	line-height: 150%;

}


