/*CONTAINER DIV------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#container
{
	margin:0 auto;
	width:778px;
	overflow:hidden;
	border-right:5px inset;
	font:14.5px/1.4em tahoma, Lotus , Arial, Helvetica, sans-serif;
	text-align:justify;
}
.fillerpic
{
	background:top left no-repeat url(../images/fillerpic.png);
	height:10px;
	width:350px;
}



	/*CONTAINER DIV >> left_filler------------------------------------------------------------*/
#left_filler
{
	width:778px;
	background:left top repeat-y url(../images/1-3-5.png);
	overflow:hidden;
}
		/*CONTAINER DIV >> left_filler >> left_column_pic------------------------------------------------------------*/

#left_column_pic
{
	width:778px;
	background:left top no-repeat url(../images/1-3-3.jpg);
	overflow:hidden;
}
			/*CONTAINER DIV >> left_filler >> left_column_pic >> right_backgrd_pic------------------------------------------------------------*/

#right_backgrd_pic
{
	width:778px;
	background:right top no-repeat url(../images/1-3-4.png);
	overflow:hidden;
}
			
				/*CONTAINER DIV >> left_filler >> left_column_pic >> right_backgrd_pic >> content---------------------*/
				
#content
{
	width:515px;
	overflow:hidden;
	float:right;
}
div#content a:link,div#content a:visited,div#content a:hover
{
	text-decoration:none;
}
div#content a:hover
{
	color:#AA0000;
}
			
				/*content end*/
				/*CONTAINER DIV >> left_filler >> left_column_pic >> right_backgrd_pic >> left_column---------------------*/
#left_column
{
	width:263px;
	overflow:hidden;
}
#left_main_menu
{
	margin:0 auto;
	width:225px;
}
div#left_main_menu a:link,div#left_main_menu a:visited,div#left_main_menu a:hover
{
	text-decoration:none;
}


					/*left_main_menu end*/
				/*left_column end*/
			/*right_backgrd_pic end*/
		/*left_column_pic end*/
	/*left_filler end*/
/*CONTAINER DIV END------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
