				/*--------------------------------------------------*/
				/*        content for index.html page here 					*/
				/*--------------------------------------------------*/
				#content{
					background: #FFFFFF url(../images/uaweb_emptybackground.jpg) no-repeat top center ;
				}
				
				#middle_main{
							float:left;
							width:800px;
							margin-left:40px;
							text-align:justify;
				}
				
						#middle_main .header{
								clear:both;
								background:#FFFFFF url(../images/left_bar1.gif) no-repeat top left;
								height:21px;
								width:450px;
								float:left;
								margin-bottom:5px;
								color:#07a4ad;
								padding-left:20px;
								margin-top:15px;
								text-align:left;
								font-size:14px;
								font-family:Tahoma,Arial;
								
						}
				
						#middle_main .section{
								clear:both;
								background-color:#FFFFFF;
								height:525px;
								width:800px;
								float:right;
								color:#045e63;
								text-align:justify;
								font-size:12px;
						}	
				

				#protfolio_main{
						float:left;
						margin-top:10px;
						padding-left:170px;
						height:143px;
						width:530px;
						background:#FFFFFF url(../images/index_portfolio_main.gif) no-repeat top left;
				}
					#protfolio_main img{
							border:1px solid #777777;
					}
					
					.thumbnail img{
							width:80px;
							height:80px;
							margin-right:5px;
							margin-left:5px;
							margin-top:50px;
					}
			
					.thumbnail:hover img{
							margin-right:0px;
							margin-left:0px;
							margin-top:40px;
							width:90px;
							height:90px;
							
					}
