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

#whole_body{
            background:url(../images/body_back.jpg) no-repeat;
			width:934px;
			height:433px;
			padding-left:16px;
			padding-top:27px;
}

/*----------------------- left container -------------------------*/

#left_container{
				width:629px;
				float:left;
}

#left_container1{
                background:url(../images/leftcontainer_top.png) no-repeat;
				width:629px;
				height:10px;
}


#left_container2{
                background:url(../images/leftcontainer_back.png) repeat-y;
				width:536px;
				height:auto;
				padding-left:93px;
				padding-top:35px;
}

p.title1{
         font:20px Verdana, Arial, Helvetica, sans-serif;
		 color:#00d8ff;
		 width:467px;
}

#about_texts{
             font:13px Verdana, Arial, Helvetica, sans-serif;
			 color:#FFFFFF;
			 width:467px;
}

.blue{
       color:#00d8ff;
}
/*----------------------- right container -----------------------*/

#right_container{
                 width:257px;
				 float:right;
				 padding-right:27px;
				 padding-top:15px;
}

#right_box1{
            background:url(../images/rightcloumn_aboutus1.jpg) no-repeat;
			width:181px;
			height:190px;
			font:20px "Impact", Impact5, Charcoal6, sans-serif;
			color:#0d1f2d;
			padding-left:76px;
			padding-top:14px;
}

#right_box2{
            background:url(../images/rightcloumn_aboutus2.jpg) no-repeat;
			width:181px;
			height:190px;
			font:20px "Impact", Impact5, Charcoal6, sans-serif;
			color:#0d1f2d;
			padding-left:76px;
			padding-top:14px;
}

#readmore a{
            font:13px Verdana, Arial, Helvetica, sans-serif;
			color:#ff9900;
			text-decoration:none;
			float:right;
}

#readmore a:hover{
                  color:#CCCCCC;
				  text-decoration:underline;
}