				/*--------------------------------------------------*/
				/*        content for index.html page here 					*/
				/*--------------------------------------------------*/
				#content{
					background: #FFFFFF url(../images/uaweb_emptybackground.jpg) no-repeat top center ;
				}
				
				#left_main{
							float:left;
							width:500px;
							text-align:center;
				}
						.aboutsite{
								width:450px;
								height:150px;
								overflow:visible;
								text-align:left;
								margin-left:auto;
								margin-right:auto;
								margin-top:20px;
								font-size:12px;
								padding-bottom:10px;
								color:#000000;
						}
						
						.aboutsite #about_logo{
								width:50px;
								height:50px;
								text-align:center;
								float:left;
						}
						.aboutsite #about_title{
								width:380px;
								height:30px;
								padding-top:20px;
								float:left;
								text-align:left;
								font-size:20px;
						}			
						
						.aboutsite br{
								margin:2px;
								clear:both;
						}
						
						.aboutsite .ln{
								width:430px;
								height:1px;
								clear:both;
								border-bottom:1px solid #000000;
						}
						
						.aboutsite #about_owner{
								width:350px;
								float:right;
								margin-right:10px;
								font-weight:normal;
						}
						

						.aboutsite #about_text{
								width:400px;
								height:20px;
								overflow:visible;
								display:inline;
								font-weight:normal;
								text-align:justify;
								font-size:11px;
								font-family:Tahoma,Arial;
						}
						.aboutsite #about_type{
								width:400px;
								height:20px;
								overflow:visible;
								font-weight:bold;
						}
						.aboutsite #about_url{
								width:400px;
								height:20px;
								overflow:visible;
								font-weight:bold;
						}

				
				.block1{
						clear:both;
						width:300px;
						float:right;
						height:350px;
				}
						.block1 .header{
								clear:both;
								background:#FFFFFF url(../images/left_bar1.gif) no-repeat top left;
								height:21px;
								width:250px;
								float:left;
								margin-bottom:5px;
								color:#07a4ad;
								padding-left:20px;
								padding-top:3px;
								text-align:left;
								font-size:14px;
								font-family:Tahoma,Arial;
								
						}
						.block1 .section{
								clear:both;
								background-color:#FFFFFF;
								height:325px;
								width:290px;
								float:right;
								color:#045e63;
								text-align:justify;
								font-size:12px;
						}						
								
								.block1 .section ul{
									list-style-type: square;
									list-style-position: outside;
									width:280px;
									margin:0px;
									padding:0px;
									float:right;
								}
								.block1 .section ul li{
									margin-top:5px;
									margin-left:5px;
									padding:0px;
								}
								.block1 .section ul li a{
									color:#898989;
									text-decoration:none;
								}
									.block1 .section ul li a:hover{
										color:#FF0000;
										text-decoration:underline;
									}
									
											
				.block3{
						clear:both;
						width:300px;
						float:right;
						height:90px;
				}
						.block3 .header{
								clear:both;
								background:#FFFFFF url(../images/left_bar3.gif) no-repeat top left;
								height:21px;
								width:250px;
								float:left;
								margin-bottom:3px;
								color:#dc074b;
								padding-left:20px;
								padding-top:3px;
								text-align:left;
								font-size:14px;
								font-family:Tahoma,Arial;
								
						}
						.block3 .section{
								clear:both;
								background-color:#FFFFFF;
								height:60px;
								width:290px;
								float:right;
								color:#777777;
								text-align:center;
								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;
							
					}