@charset "utf-8";
/* CSS Document */

/*************************************************/
/***   Author : Reddy Prasad. Andhe            ***/
/***   Email  : areddyprasad@yahoo.com         ***/
/*************************************************/


/* GLOBAL WRAPPER LAYOUT STARTS */
#global-wrapper {
	width:1100px; /* Global Width for Entire Site */
	padding:0;
	margin:0 auto; /* Centering the Layout */
	background-color:#ffffff;
	}
/* GLOBAL WRAPPER LAYOUT ENDS */	

/* HEADER LAYOUT STARTS */		
#global-wrapper #header {
	clear:both;
	background-color:#ffffff;
	overflow:hidden;
	height:143px;
	padding:0 30px 0 68px;
	}
/* HEADER LAYOUT ENDS */			
	
/* CONTENT LAYOUT STARTS */	
#global-wrapper #content {
	padding:15px 50px 11px 50px;
	overflow:hidden;
	}
	
#global-wrapper #content #content-left {
	margin-right:15px;
	float:left;
	width:665px; /* Total Width = 680px (width:665px + margin-left:15px) */
	}
	
#global-wrapper #content #content-right {
        float:left;
	width:289px; /* Total Width = 320px (width:289px + padding-left:21px + padding-right:10px) */
	padding:18px 10px 10px 21px;
	background-color:#a3c615;
	}

#global-wrapper #content #content-right {
     background-color:#A3C615;
     float:right;
     padding:22px 10px 22px 22px;
     width:288px;
     margin:0px;
}

/* CONTENT LAYOUT ENDS */

/* FOOTER LAYOUT STARTS */
#global-wrapper #footer {
	clear:both;
	padding:0 50px;
	}
/* FOOTER LAYOUT ENDS */