/* index.css  */


body {
	background-color: 		#cccccc ;
	background-image:			url(../images/background_logo_1.jpg) ;
	background-repeat:		repeat ;
/*	position:						static ;   */
/*	margin-top:					0px ;  */
	margin-left:				0px ;
/*	margin-right:				0px ;
	min-height:					800px ;    */
	margin:						0px ;
	padding:						0px ;
	font-size:					normal ;
	width:						100% ;
	z-index:							1 ;

	}

.leftbox {
	position:	fixed ;
	width:		15% ;
/*	min-width:	100% ;  */
	height:		100% ;
	border:		1px solid black ;  
	float:		left ;
/*	background-color:	#dddddd ;  */    
}

.secondbox {
	position:		relative ;
	left:			15% ;
	height:			400px ;
	float:			none ;
/*	border: 		3px double black;    */
	background-color:	#aaaaaa ;
	float: 	 ;
	}
	
.address {
	position:			absolute ;
	top:				63px ;
	left:				47px ;
	padding-top: 			3px ;
	padding-left:			20px ;
	font-size:			20px ;
	color:				#0000ff ;
	z-index:			12 ;
	}
	
.rbox {
	position: 			 absolute ;
	height:				 71px ;
	left:				 22px ;
	font-size:			90px ;
	margin-left:			15px ;
	color:				#0000ff ;
	font-style:			bold ;
	z-index:			12 ;
	}

.gbox {
	position:			absolute ;
	top:				40px ;
	left:				22px ;
	height:				135px ;
	font-size:			90px ;
	margin-left:			37px ;
	color:				#0000ff ;
	font-style:			bold ;
	z-index:			12 ;
	}

.logybox {
	position:			absolute ;
	left:				88px ;
	bottom:				83px ;
	font-size:			28px ;
	color:				blue ;
	z-index:			13 ;
	}
	
.roupbox {
	position:				absolute ;
	left:					125px ;
	bottom:					47px ;
	font-size:				28px ;
	color:					blue ;
	z-index:				14 ;
	}

	/* topbox holds "adiology & roup, p.c." */
.topbox {
	position: 				absolute  ;
	width:						100% ;
	height:					150px ;
	z-index:					10 ;
}


.banner {
	position:						absolute  ;
/*	background-image:	url(blue_background_fill_1.jpg) ;   */
	background-repeat:	repeat-x ;    
	padding:						0px ;
	margin:							0px ;
	height:							250px ;
	min-height:					200px ;
	width:						100%;  
	z-index:							16 ;
}

.mainpage {
	position:				absolute ;
	background-image:	url(../images/background_logo_1.jpg) ;
	background-repeat:	repeat ;         
	top:								250px ;
	min-height:				100% ;
	margin-left:			140px ;
	padding-left:			0px ;
	margin-right:			0px ;
	margin-top:				0px ;
	padding-top:			0px ;
	padding-right:			25px ;
	width:					80% ;
	z-index:						1 ;
	}
	
.officepix {
	position:				absolute  ;
	top:					40px ;
	right:					40px;
	height:					200px ;
	z-index:				6 ;
	}
	
.navbox {
	position:					absolute ;
	width:						140px ;
	top:							250px ;
	min-height:					800px ;
	font-size:					14px ;
/*	background-image:			url(background_logo_1.jpg) ;   
	background-repeat:		repeat ;  */
	padding-left:				2px ;
	margin-left:				0px ;
/*	background-color:		#ffffff ;  */
	width:						20% ;
	z-index:						2 ;
}

.center {
	display:						block ;
	position:					static ;
	text-align:					center ;
	color:						#337733 ; 
	padding-left:				35px;
	padding-right:				35px;
	margin-left:				5px ;
}
