@charset "utf-8";
/* CSS Document */
*{
margin:0; padding:0;
}

body{ font:12px Arial, Helvetica, sans-serif normal; background:#1f579f; color:#000; }
.box{ border:2px #fff solid; }
.left{ width:110px;  background:url(images/left_bg.jpg) top left repeat-y;   }
.right{ width:670px; background:url(images/content_bg.jpg) top left repeat-y;   }

div#title{ width:670px; height:211px; background:url(images/title_img.jpg) top left no-repeat;}
div#copy{ width:670px; height:50px; background:url(images/bottom_bg.jpg) top left no-repeat; }
div#copy p{ margin-right:50px; text-align:right; font-size:11px; color:#fff; padding-top:30px;} 

Div#ifr{ width:250px; height:250px; margin:10px 10px 20px 30px; float:left; background:url(images/ifr_bg.jpg) top left no-repeat;}

div#right_content{ width:370px; height:auto; float:left;}
div#right_content p{ margin:10px 20px 10px 15px; line-height:18px; font-size:12px; color:#000; } 
div#right_content h1{ margin:10px 20px 10px 15px; line-height:20px; font-size:18px; font-weight:normal; color:#1f579f; } 
div#right_content h2{ margin:10px 20px 10px 15px; line-height:20px; font-size:14px; font-weight:bold; color:#6699CC; }

div#contents{ margin:10px 10px 20px 30px;  }
div#contents p{ margin:0px 20px 10px 5px; line-height:18px; font-size:12px; color:#000;}
div#contents h1{ margin:0px 20px 10px 5px; line-height:20px; font-size:18px; font-weight:normal; color:#1f579f; }
 
