/* CSS Document */

body{
     margin:0 auto;
	 font-family:Calibri;
	 }

#motherpage{
            margin:0 auto;
			width:1063px;
			height:auto;
			}
#top_logo{
          width:1063px;
		  height:86px;
		  }
#header{
        width:1063px;
		height:371px;
		background:url(images/header.jpg) no-repeat;
		}
		
#bodycondent{
             width:1063px;
			 height:auto;
			 }
#bodypart1{
            width:225px;
			height:auto;
			float:left;
			font-family:Calibri;
			font-size:17px;
			color:#1f2f76;
			font-weight:bold;
			padding-left:5px;
			padding-top:10px;
			line-height:25px;
			font-stretch:normal;
			
			}

#bodypart2{
           width:813px;
		   height:auto;
		   float:left;
		   font-family:Calibri;
		   font-size:17px;
		   color:#333333;
		   padding:10px;
		   text-align:justify;
		   line-height:23px;
		   
		   }
#for_ads{
        width:1023px; 
		height:100px; 
		background-color:#CCCCCC; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-size:10px; 
		color:#333333; 
		padding:20px;
        line-height:25px;
		}

#footer{
         width:1053px;
		 height:50px;
		 background-color:#0033CC;
		 line-height:50px;
		 font-family:Arial, Helvetica, sans-serif;
		 font-size:11px;
		 color:#CCCCCC;
		 text-align:right;
		 padding-right:10px;
		 float:left;
		 }
#footer a{
          text-decoration:none;
		  color:#CCCCCC;
		  }
#footer a:hover{
                  color:#00CCFF;}