.css {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body{
margin-top:0px;
margin-bottom:0px;
margin-left:0px;
margin-right:0px;
background-color:#C1A12A;
}
#main{
float:left;
width:100%;
height:100%;
/*background-color:#599916;*/
background-image:url('../images/backGr.jpg');

}
#content_table{
width:777px;
height:100%;
background-image:url('../images/bg.jpg')

}
#top_bar{
width:777px;
height:50px;
background-color:#433823;
}
				/*menu-start*/
				#menu_contener{
				width:777px;
				height:70px;
				background-color:#D0B029;
				}
				#left_menu{
				float:left;
				width:28px;
				height:70px;
				background-image:url('../images/left_menu.jpg');
				/*background-color:#FF0000;*/
				}
				#right_menu{
				float:right;
				width:28px;
				height:70px;
				background-image:url('../images/right_menu.jpg');
				/*background-color:#0099FF;*/
				}
	#top_menu{
	vertical-align:top;
	float:left;
	width:721px;
	height:70px;
	background-image:url('../images/top_menu.jpg');
	background-repeat:no-repeat
	}

	/*menu-end*/

/*Bottom menu-start*/
				#bottom_menu_contener{
				width:777px;
				height:38px;
				background-color:#D0B029;
				}
				#bottom_left_menu{
				float:left;
				width:28px;
				height:38px;
				background-image:url('../images/lr_menu_down.jpg');
				/*background-color:#FF0000;*/
				}
				#bottm_right_menu{
				float:right;
				width:28px;
				height:38px;
				background-image:url('../images/lr_menu_down.jpg');
				/*background-color:#0099FF;*/
				}
	#bottom_menu{
	vertical-align:top;
	float:left;
	width:721px;
	height:38px;
	background-image:url('../images/bottom_menu.jpg');
	background-repeat:no-repeat
	}

	/*bottom menu-end*/



/*green-white-grids start*/

#green_grid{
vertical-align:bottom;
width:777px;
height:200px;
background-image:url('../images/green_grid.jpg');
/*ackground-color:#CC0000;*/
}
#white_grid{
vertical-align:bottom;
width:777px;
height:131px;
background-image:url('../images/white_grid.jpg');
/*background-color:#CC0000;*/
}
		/*gr-text-contents start*/
					#gr_bg_contents{
					margin-left:auto;
					margin-righ:auto;
					vertical-align:top;
					float:left;
					width:777px;
					height:200px;
					}
					
					
			#left_bar{
			float:left;
			width:28px;
			height:100%;/*200px*/
			/*background-color:#ff0000;*/
			}
			#right_bar{
			float:right;
			width:28px;
			height:100%;/*200px*/
			/*background-color:#ffff00;*/
			}
			#left_contents{
			float:left;
			width:240px;
			height:200px;
			
			}
			#right_contents{
			float:left;
			width:480px;
			height:200px;
			/*background-color:#ff0000;*/
			}
			#index_contents{
			float:left;
			width:720px;
			height:200px;
			/*background-color:#ff0000;*/
			}
			
			
			#marquee{	
			width:100%;		
			height:12px;
			background-color:#A9D542;
			}
			/*gr-text-contents end*/

/*green-white-grids end*/

/*image division start*/

#img_contener{
vertical-align:bottom;
width:480px;
height:200px;
/*background-color:#599916;*/
}
#img_top{
float:left;
vertical-align:bottom;
width:100%;
height:25px;
/*background-color:#000000;*/
}
#img_div{
float:left;
vertical-align:bottom;
width:115px;
height:160px;
/*background-color:#FF0000*/

}


/*image division end*/



					/*pages-contents start*/

								#pg_division_home{
								margin-bottom:0px;
								vertical-align:bottom;
								width:777px;
								height:180px;
								}
								#pg_left_margin{
								float:left;
								width:28px;
								height:180px;
								
								}
								#pg_right_margin{
								float:right;
								width:28px;
								height:180px;
								
								}
								#pg_content_1{
								float:left;
								width:360px;
								height:180px;
								/*background-color:#FFFF00;*/
								}
								#pg_content_2{
								float:left;
								width:361px;
								height:180px;
								/*background-color:#FF0000;*/
								}
					/*pages-contents end*/
					
/*footer sart*/

#footer{
float:left;
margin-bottom:0px;
vertical-align:bottom;
width:777px;
height:15px;
background-color:#433823;
border-bottom: solid 4px #000000;
}

/*footer end*/


/*copyright © sart*/

#copyright {
	bottom: 0px;
	background-color:#C7C2A9;
	color: #000000;
	width: 80%; /* See note below */
	text-align: center;
	padding: 2% 10%;
}
/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
.copyright {
    \width: 100%;
    w\idth: 80%;
}
.copyrightrsmall {font-size: 10px}

/*                            prev copyright
#copyright{
margin-bottom:0px;
vertical-align:bottom;
width:777px;
height:100%;
background-color:#C7C2A9;
/* end*/




/*
position: static;
bottom: expression(ignoreme=this.offsetParent.scrollBottom-3);
top: expression(ignoreme=this.offsetParent.scrollTop-3);
background-color: #C7C2A9;
}*/
/*copyright © end*/

